Searched defs:client (Results 226 - 250 of 631) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DBatteryProviderEfl.cpp32 BatteryProviderEfl::BatteryProviderEfl(BatteryProviderEflClient* client) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/geoclue/
H A DGeolocationProviderGeoclue.cpp60 static void geoclueClientSetRequirementsCallback(GeoclueMasterClient* client, GError* error, GeolocationProviderGeoclue* provider) argument
68 static void createGeoclueClientCallback(GeoclueMaster*, GeoclueMasterClient* client, char*, GError* error, GeolocationProviderGeoclue* provider) argument
78 GeolocationProviderGeoclue::GeolocationProviderGeoclue(GeolocationProviderGeoclueClient* client) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DAudioTrackPrivate.h55 void setClient(AudioTrackPrivateClient* client) { m_client = client; } argument
56 AudioTrackPrivateClient* client() { return m_client; } function in class:WebCore::AudioTrackPrivate
H A DInbandTextTrackPrivate.h48 void setClient(InbandTextTrackPrivateClient* client) { m_client = client; } argument
49 InbandTextTrackPrivateClient* client() { return m_client; } function in class:WebCore::InbandTextTrackPrivate
H A DPlatformTextTrack.h63 static PassRefPtr<PlatformTextTrack> create(PlatformTextTrackClient* client, const String& label, const String& language, TrackKind kind, TrackType type) argument
74 PlatformTextTrackClient* client() const { return m_client; } function in class:WebCore::PlatformTextTrack
77 PlatformTextTrack(PlatformTextTrackClient* client, const String& label, const String& language, TrackKind kind, TrackType type) argument
H A DTiledBackingStore.h47 TiledBackingStoreClient* client() { return m_client; } function in class:WebCore::TiledBackingStore
H A DVideoTrackPrivate.h55 void setClient(VideoTrackPrivateClient* client) { m_client = client; } argument
56 VideoTrackPrivateClient* client() { return m_client; } function in class:WebCore::VideoTrackPrivate
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/efl/
H A DGLTransportSurface.cpp212 OwnPtr<GLTransportSurfaceClient> client; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFullScreenController.cpp47 Private(FullScreenController* controller, FullScreenControllerClient* client) argument
105 FullScreenController::FullScreenController(FullScreenControllerClient* client) argument
H A DMediaPlayerPrivateFullscreenWindow.cpp44 MediaPlayerPrivateFullscreenWindow::MediaPlayerPrivateFullscreenWindow(MediaPlayerPrivateFullscreenClient* client) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DAsyncFileSystemGtk.cpp116 void AsyncFileSystemGtk::createWriter(AsyncFileWriterClient* client, const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/mediastream/
H A DMediaStreamDescriptor.h69 MediaStreamDescriptorClient* client() const { return m_client; } function in class:WebCore::MediaStreamDescriptor
70 void setClient(MediaStreamDescriptorClient* client) { m_client = client; } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DBlobRegistryImpl.cpp52 static PassRefPtr<ResourceHandle> createResourceHandle(const ResourceRequest& request, ResourceHandleClient* client) argument
73 PassRefPtr<ResourceHandle> BlobRegistryImpl::createResourceHandle(const ResourceRequest& request, ResourceHandleClient* client) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DSocketStreamHandle.h49 static PassRefPtr<SocketStreamHandle> create(const KURL& url, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(url, client)); } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DSocketStreamHandleQt.cpp186 SocketStreamHandle(const KURL& url, SocketStreamHandleClient* client) argument
193 SocketStreamHandle(QTcpSocket* socket, SocketStreamHandleClient* client) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DSocketStreamHandleSoup.cpp84 SocketStreamHandle::SocketStreamHandle(const KURL& url, SocketStreamHandleClient* client) argument
99 SocketStreamHandle::SocketStreamHandle(GSocketConnection* socketConnection, SocketStreamHandleClient* client) argument
252 static void connectedCallback(GSocketClient* client, GAsyncResult* result, void* id) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.h55 PopupMenuClient* client() const { return m_popupClient; } function in class:WebCore::PopupMenuWin
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourceContainer.cpp106 RenderObject* client = *it; local
132 void RenderSVGResourceContainer::markClientForInvalidation(RenderObject* client, InvalidationMode mode) argument
151 addClient(RenderObject* client) argument
157 removeClient(RenderObject* client) argument
164 addClientRenderLayer(RenderLayer* client) argument
170 removeClientRenderLayer(RenderLayer* client) argument
[all...]
H A DRenderSVGResourceGradient.cpp53 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation) argument
H A DRenderSVGResourceMarker.cpp68 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) argument
H A DRenderSVGResourceMasker.cpp70 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) argument
H A DRenderSVGResourcePattern.cpp51 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DPagePopup.cpp44 PagePopup::PagePopup(WebPagePrivate* webPage, PagePopupClient* client) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitsoupauthdialog.cpp138 WebKitSoupAuthDialogAuthenticationClient* client = new WebKitSoupAuthDialogAuthenticationClient(); local
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DPopupMenuQt.cpp76 PopupMenuQt::PopupMenuQt(PopupMenuClient* client, const ChromeClientQt* chromeClient) argument

Completed in 173 milliseconds

1234567891011>>