webengine/osswebengine/WebCore/bindings/js/kjs_navigator.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    35     virtual bool getOwnPropertySlot(ExecState *, const Identifier&, PropertySlot&);
    35     virtual bool getOwnPropertySlot(ExecState *, const Identifier&, PropertySlot&);
    36     JSValue *getValueProperty(ExecState *exec, int token) const;
    36     JSValue *getValueProperty(ExecState *exec, int token) const;
    37     virtual const ClassInfo* classInfo() const { return &info; }
    37     virtual const ClassInfo* classInfo() const { return &info; }
    38     static const ClassInfo info;
    38     static const ClassInfo info;
    39     enum { AppCodeName, AppName, AppVersion, Language, UserAgent, Platform,
    39     enum { AppCodeName, AppName, AppVersion, Language, UserAgent, Platform,
    40            _Plugins, _MimeTypes, Product, ProductSub, Vendor, VendorSub, CookieEnabled, JavaEnabled };
    40            _Plugins, _MimeTypes, Product, ProductSub, Vendor, VendorSub, CookieEnabled, JavaEnabled,
       
    41            NetworkNotAllowed, NetworkAccessAllowed, NetworkAccessible, Online };
    41     WebCore::Frame *frame() const { return m_frame; }
    42     WebCore::Frame *frame() const { return m_frame; }
    42   private:
    43   private:
    43     WebCore::Frame *m_frame;
    44     WebCore::Frame *m_frame;
    44   };
    45   };
    45 } // namespace
    46 } // namespace