webengine/osswebengine/WebCore/html/HTMLEmbedElement.h
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
    57     virtual bool isURLAttribute(Attribute*) const;
    57     virtual bool isURLAttribute(Attribute*) const;
    58 
    58 
    59 #if USE(JAVASCRIPTCORE_BINDINGS)
    59 #if USE(JAVASCRIPTCORE_BINDINGS)
    60     virtual KJS::Bindings::Instance* getInstance() const;
    60     virtual KJS::Bindings::Instance* getInstance() const;
    61 #endif
    61 #endif
       
    62 
    62 #if PLATFORM(SYMBIAN)
    63 #if PLATFORM(SYMBIAN)
       
    64     virtual bool canStartSelection() const;  
    63     bool isFocusable() const;
    65     bool isFocusable() const;
    64 #endif
    66 #endif
    65     String src() const;
    67     String src() const;
    66     void setSrc(const String&);
    68     void setSrc(const String&);
    67 
    69