HomeSort by relevance Sort by last modified time
    Searched refs:NavigatorContentUtilsClient (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtilsClient.h 37 class NavigatorContentUtilsClient {
39 virtual ~NavigatorContentUtilsClient() { }
54 void provideNavigatorContentUtilsTo(Page*, NavigatorContentUtilsClient*);
NavigatorContentUtils.h 32 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
57 static PassRefPtr<NavigatorContentUtils> create(NavigatorContentUtilsClient*);
60 explicit NavigatorContentUtils(NavigatorContentUtilsClient* client)
64 NavigatorContentUtilsClient* client() { return m_client; }
66 NavigatorContentUtilsClient* m_client;
NavigatorContentUtils.cpp 134 PassRefPtr<NavigatorContentUtils> NavigatorContentUtils::create(NavigatorContentUtilsClient* client)
160 static String customHandlersStateString(const NavigatorContentUtilsClient::CustomHandlersState state)
167 case NavigatorContentUtilsClient::CustomHandlersNew:
169 case NavigatorContentUtilsClient::CustomHandlersRegistered:
171 case NavigatorContentUtilsClient::CustomHandlersDeclined:
221 void provideNavigatorContentUtilsTo(Page* page, NavigatorContentUtilsClient* client)
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 37 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
217 class NavigatorContentUtilsClientImpl : public WebCore::NavigatorContentUtilsClient {

Completed in 268 milliseconds