HomeSort by relevance Sort by last modified time
    Searched refs:APIObject (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.h 29 #include "APIObject.h"
45 class InjectedBundleNodeHandle : public APIObject {
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleNavigationAction.h 29 #include "APIObject.h"
46 class InjectedBundleNavigationAction : public APIObject {
InjectedBundlePageContextMenuClient.cpp 42 bool InjectedBundlePageContextMenuClient::getCustomMenuFromDefaultItems(WebPage* page, InjectedBundleHitTestResult* hitTestResult, const Vector<WebContextMenuItemData>& defaultMenu, Vector<WebContextMenuItemData>& newMenu, RefPtr<APIObject>& userData)
InjectedBundlePageFormClient.cpp 86 void InjectedBundlePageFormClient::willSubmitForm(WebPage* page, HTMLFormElement* formElement, WebFrame* frame, WebFrame* sourceFrame, const Vector<std::pair<String, String> >& values, RefPtr<APIObject>& userData)
InjectedBundlePageUIClient.cpp 69 void InjectedBundlePageUIClient::mouseDidMoveOverElement(WebPage* page, const HitTestResult& coreHitTestResult, WebEvent::Modifiers modifiers, RefPtr<APIObject>& userData)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.h 29 #include "APIObject.h"
43 class PageOverlay : public APIObject {
78 // APIObject
WebContextMenu.cpp 76 RefPtr<APIObject> userData;
WebFrame.h 29 #include "APIObject.h"
53 class WebFrame : public APIObject {
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItemData.cpp 29 #include "APIObject.h"
94 APIObject* WebContextMenuItemData::userData() const
99 void WebContextMenuItemData::setUserData(APIObject* userData)
WebString.h 29 #include "APIObject.h"
39 class WebString : public APIObject {
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 260 pair<String, RefPtr<APIObject> >& message = m_pendingMessagesToPostToInjectedBundle[i];
381 void WebContext::postMessageToInjectedBundle(const String& messageName, APIObject* messageBody)
395 void WebContext::didReceiveMessageFromInjectedBundle(const String& messageName, APIObject* messageBody)
400 void WebContext::didReceiveSynchronousMessageFromInjectedBundle(const String& messageName, APIObject* messageBody, RefPtr<APIObject>& returnData)
630 RefPtr<APIObject> messageBody;
665 RefPtr<APIObject> messageBody;
670 RefPtr<APIObject> returnData;
WebIconDatabase.h 29 #include "APIObject.h"
55 class WebIconDatabase : public APIObject, public WebCore::IconDatabaseClient {
WebCookieManagerProxy.cpp 92 Vector<RefPtr<APIObject> > hostnames(hostnameCount);
WebFrameProxy.h 29 #include "APIObject.h"
55 class WebFrameProxy : public APIObject {
WebInspectorProxy.h 31 #include "APIObject.h"
55 class WebInspectorProxy : public APIObject {
WebPageProxy.cpp 512 void WebPageProxy::didChangeBackForwardList(WebBackForwardListItem* added, Vector<RefPtr<APIObject> >* removed)
    [all...]
WebFrameProxy.cpp 261 Vector<RefPtr<APIObject> > vector;
WebUIClient.cpp 150 void WebUIClient::mouseDidMoveOverElement(WebPageProxy* page, WebEvent::Modifiers modifiers, APIObject* userData)
WebPageProxy.h 29 #include "APIObject.h"
158 class WebPageProxy : public APIObject, public WebPopupMenuProxy::Client {
213 void didChangeBackForwardList(WebBackForwardListItem* addedItem, Vector<RefPtr<APIObject> >* removedItems);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKView.cpp 36 return toAPI(APIObject::TypeView);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 64 bool InjectedBundle::load(APIObject* initializationUserData)
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
WebPluginSiteDataManager.cpp 185 Vector<RefPtr<APIObject> > sitesWK(sites.size());
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.cpp 55 RefPtr<APIObject> returnData;
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 91 WK_ADD_API_MAPPING(WKTypeRef, APIObject)
251 inline WKTypeID toAPI(APIObject::Type type)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 29 #include "APIObject.h"
49 class WebView : public APIObject, public PageClient, WebCore::WindowMessageListener, public IDropTarget {

Completed in 475 milliseconds

1 2 3 45 6