HomeSort by relevance Sort by last modified time
    Searched refs:APIType (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/webkit/Source/WebKit2/Shared/
WebSecurityOrigin.h 37 static const Type APIType = TypeSecurityOrigin;
67 virtual Type type() const { return APIType; }
WebSerializedScriptValue.h 38 static const Type APIType = TypeSerializedScriptValue;
73 virtual Type type() const { return APIType; }
WebURL.h 42 static const Type APIType = TypeURL;
79 virtual Type type() const { return APIType; }
WebString.h 41 static const Type APIType = TypeString;
99 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.h 49 static const Type APIType = TypeDownload;
69 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
WebPluginSiteDataManager.h 44 static const Type APIType = TypePluginSiteDataManager;
68 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/UIProcess/
WebBackForwardList.h 52 static const Type APIType = TypeBackForwardList;
90 virtual Type type() const { return APIType; }
WebCookieManagerProxy.h 53 static const Type APIType = TypeCookieManager;
80 virtual Type type() const { return APIType; }
WebDatabaseManagerProxy.h 53 static const Type APIType = TypeDatabaseManager;
86 virtual Type type() const { return APIType; }
WebPreferences.h 46 static const Type APIType = TypePreferences;
78 virtual Type type() const { return APIType; }
WebIconDatabase.h 57 static const Type APIType = TypeIconDatabase;
101 virtual Type type() const { return APIType; }
WebFrameProxy.h 57 static const Type APIType = TypeFrame;
139 virtual Type type() const { return APIType; }
WebInspectorProxy.h 57 static const Type APIType = TypeInspector;
101 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.h 47 static const Type APIType = TypeBundleNodeHandle;
81 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleNavigationAction.h 48 static const Type APIType = TypeBundleNavigationAction;
64 virtual Type type() const { return APIType; }
InjectedBundle.h 69 static const Type APIType = TypeBundle;
132 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.h 57 static const Type APIType = TypeBundlePageOverlay;
79 virtual Type type() const { return APIType; }
WebFrame.h 55 static const Type APIType = TypeBundleFrame;
139 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSecurityOrigin.cpp 36 return toAPI(WebSecurityOrigin::APIType);
WKSerializedScriptValue.cpp 37 return toAPI(WebSerializedScriptValue::APIType);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKBackForwardList.cpp 36 return toAPI(WebBackForwardList::APIType);
WKIconDatabase.cpp 36 return toAPI(WebIconDatabase::APIType);
WKPluginSiteDataManager.cpp 38 return toAPI(WebPluginSiteDataManager::APIType);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleBackForwardListItem.cpp 37 return toAPI(InjectedBundleBackForwardListItem::APIType);
WKBundleNavigationAction.cpp 39 return toAPI(InjectedBundleNavigationAction::APIType);

Completed in 209 milliseconds

1 2 34 5