Searched defs:m_client (Results 1 - 25 of 76) sorted by relevance

1234

/external/webkit/Source/WebKit/chromium/src/
H A DWebSharedWorkerImpl.h61 WebCommonWorkerClient* commonClient() { return m_client; }
68 WebCommonWorkerClient* m_client; member in class:WebKit::WebSharedWorkerImpl
H A DWebWorkerImpl.h62 virtual WebWorkerClient* client() { return m_client; }
75 WebWorkerClient* m_client; member in class:WebKit::WebWorkerImpl
H A DAsyncFileWriterChromium.h69 AsyncFileWriterClient* m_client; member in class:WebCore::AsyncFileWriterChromium
H A DDeviceOrientationClientProxy.h43 : m_client(client)
54 WebDeviceOrientationClient* m_client; member in class:WebKit::DeviceOrientationClientProxy
H A DGeolocationClientProxy.h55 WebGeolocationClient* m_client; member in class:WebKit::GeolocationClientProxy
H A DWebDevToolsFrontendImpl.h74 WebKit::WebDevToolsFrontendClient* m_client; member in class:WebKit::WebDevToolsFrontendImpl
H A DAssociatedURLLoader.h66 WebURLLoaderClient* m_client; member in class:WebKit::AssociatedURLLoader
H A DInspectorFrontendClientImpl.h75 WebDevToolsFrontendClient* m_client; member in class:WebKit::InspectorFrontendClientImpl
H A DWebDevToolsAgentImpl.h97 WebDevToolsAgentClient* m_client; member in class:WebKit::WebDevToolsAgentImpl
H A DWebScrollbarImpl.h81 WebScrollbarClient* m_client; member in class:WebKit::WebScrollbarImpl
/external/webkit/Source/WebKit/win/
H A DWebURLAuthenticationChallengeSender.h68 RefPtr<WebCore::AuthenticationClient> m_client; variable
/external/webkit/Source/WebCore/loader/
H A DSubresourceLoader.h46 void clearClient() { m_client = 0; }
69 SubresourceLoaderClient* m_client; member in class:WebCore::SubresourceLoader
H A DNetscapePlugInStreamLoader.h70 NetscapePlugInStreamLoaderClient* m_client; member in class:WebCore::NetscapePlugInStreamLoader
/external/webkit/Source/WebCore/page/
H A DChrome.h65 ChromeClient* client() { return m_client; }
185 ChromeClient* m_client; member in class:WebCore::Chrome
H A DSpeechInput.h75 SpeechInputClient* m_client; member in class:WebCore::SpeechInput
H A DGeolocationController.h60 GeolocationClient* client() { return m_client; }
64 GeolocationClient* m_client; member in class:WebCore::GeolocationController
/external/webkit/Source/WebCore/platform/chromium/
H A DFramelessScrollView.h51 FramelessScrollView() : m_client(0) {}
54 FramelessScrollViewClient* client() const { return m_client; }
55 void setClient(FramelessScrollViewClient* client) { m_client = client; }
83 FramelessScrollViewClient* m_client; member in class:WebCore::FramelessScrollView
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDeviceMotionClientAndroid.h60 mutable WebCore::DeviceMotionClient* m_client; member in class:android::DeviceMotionClientAndroid
H A DDeviceOrientationClientAndroid.h60 mutable WebCore::DeviceOrientationClient* m_client; member in class:android::DeviceOrientationClientAndroid
/external/webkit/Source/WebKit2/Shared/
H A DAPIClient.h41 m_client = *client;
43 memset(&m_client, 0, sizeof(m_client));
47 T m_client; member in class:WebKit::APIClient
/external/webkit/Source/WebCore/dom/
H A DDeviceMotionController.h54 DeviceMotionClient* m_client; member in class:WebCore::DeviceMotionController
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendHost.h91 InspectorFrontendClient* m_client; member in class:WebCore::InspectorFrontendHost
/external/webkit/Source/WebCore/platform/
H A DAsyncFileStream.h57 FileStreamClient* client() const { return m_client; }
58 void setClient(FileStreamClient* client) { m_client = client; }
62 : m_client(client)
67 FileStreamClient* m_client; member in class:WebCore::AsyncFileStream
/external/webkit/Source/WebKit2/UIProcess/
H A DResponsivenessTimer.h55 ResponsivenessTimer::Client* m_client; member in class:WebKit::ResponsivenessTimer
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextChecker.h45 WebTextCheckerClient& client() { return m_client; }
58 WebTextCheckerClient m_client; member in class:WebKit::WebTextChecker

Completed in 3383 milliseconds

1234