Searched refs:client (Results 276 - 300 of 864) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/platform/mac/
H A DSearchPopupMenuMac.mm28 SearchPopupMenuMac::SearchPopupMenuMac(PopupMenuClient* client)
29 : m_popup(adoptRef(new PopupMenuMac(client)))
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleBase.h54 SocketStreamHandleClient* client() const { return m_client; } function in class:WebCore::SocketStreamHandleBase
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginContainerQt.h54 PluginClientWrapper(QWidget* parent, WId client);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDeviceMotionClientAndroid.h55 WebCore::DeviceMotionClient* client() const;
59 // Lazily obtained cache of the client owned by the WebViewCore.
H A DDeviceOrientationClientAndroid.h55 WebCore::DeviceOrientationClient* client() const;
59 // Lazily obtained cache of the client owned by the WebViewCore.
H A DGeolocationClientAndroid.h54 WebCore::GeolocationClient* client() const;
/external/webkit/Source/WebKit/chromium/src/
H A DGeolocationClientProxy.h42 GeolocationClientProxy(WebGeolocationClient* client);
H A DResourceHandle.cpp57 ResourceHandleInternal(const ResourceRequest& request, ResourceHandleClient* client) argument
60 , m_client(client)
120 // Do not make any further calls to the client.
201 ResourceHandleClient* client,
204 : d(new ResourceHandleInternal(request, client))
213 ResourceHandleClient* client,
218 request, client, defersLoading, shouldContentSniff));
231 ResourceHandleClient* ResourceHandle::client() const function in class:WebCore::ResourceHandle
236 void ResourceHandle::setClient(ResourceHandleClient* client) argument
238 d->m_client = client;
200 ResourceHandle(const ResourceRequest& request, ResourceHandleClient* client, bool defersLoading, bool shouldContentSniff) argument
211 create(NetworkingContext* context, const ResourceRequest& request, ResourceHandleClient* client, bool defersLoading, bool shouldContentSniff) argument
[all...]
H A DWebDevToolsFrontendImpl.cpp78 WebDevToolsFrontendClient* client,
83 client,
89 WebDevToolsFrontendClient* client,
92 , m_client(client)
76 create( WebView* view, WebDevToolsFrontendClient* client, const WebString& applicationLocale) argument
87 WebDevToolsFrontendImpl( WebViewImpl* webViewImpl, WebDevToolsFrontendClient* client, const String& applicationLocale) argument
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationClientMockQt.h37 static DeviceOrientationClientMockQt* client();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebPopupMenu.cpp37 PassRefPtr<WebPopupMenu> WebPopupMenu::create(WebPage* page, PopupMenuClient* client) argument
39 return adoptRef(new WebPopupMenu(page, client));
42 WebPopupMenu::WebPopupMenu(WebPage* page, PopupMenuClient* client) argument
43 : m_popupClient(client)
99 // FIXME: We should probably inform the client to also close the menu.
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DPageOverlay.cpp44 PassRefPtr<PageOverlay> PageOverlay::create(Client* client) argument
46 return adoptRef(new PageOverlay(client));
49 PageOverlay::PageOverlay(Client* client) argument
50 : m_client(client)
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp130 EditorClient* Editor::client() const function in class:WebCore::Editor
140 if (EditorClient* owner = client())
147 if (EditorClient* c = client())
153 if (EditorClient* c = client())
278 return client() && client()->smartInsertDeleteEnabled();
283 return client() && client()->smartInsertDeleteEnabled() && m_frame->selection()->granularity() == WordGranularity;
288 return client() && client()
[all...]
/external/webkit/Source/WebCore/platform/network/soup/
H A DResourceHandleSoup.cpp236 if (d->client())
237 d->client()->willSendRequest(handle, request, response);
287 ResourceHandleClient* client = handle->client();
288 if (!client)
294 client->didReceiveResponse(handle.get(), d->m_response);
309 ResourceHandleClient* client = handle->client();
310 if (!client)
313 client
411 ResourceHandleClient* client = handle->client(); local
756 ResourceHandleClient* client = handle->client(); local
[all...]
/external/qemu/android/
H A Dhw-qemud.c583 /* Descriptor for a data buffer pending to be sent to a qemud pipe client.
585 * When a service decides to send data to the client, there could be cases when
586 * client is not ready to read them. In this case there is no GoldfishPipeBuffer
588 * client descriptor, and "send" them over to the client in _qemudPipe_recvBuffers
589 * callback. Pending service data is stored in the client descriptor as a list
601 /* Links next message in the client. */
606 /* A QemudClient models a single client as seen by the emulator.
607 * Each client has its own channel id (for the serial qemud), or pipe descriptor
613 * that are unique for each client
639 QemudClient* client; member in struct:QemudPipe
682 _is_pipe_client(QemudClient* client) argument
1156 QemudClient* client = local
1609 _qemud_pipe_cache_buffer(QemudClient* client, const uint8_t* msg, int msglen) argument
1636 _qemud_pipe_send(QemudClient* client, const uint8_t* msg, int msglen) argument
1681 qemud_client_send( QemudClient* client, const uint8_t* msg, int msglen ) argument
1697 qemud_client_set_framing( QemudClient* client, int framing ) argument
1902 QemudClient* client; local
1962 QemudClient* client = pipe->client; local
1979 QemudClient* client = pipe->client; local
2020 QemudClient* client = pipe->client; local
2071 QemudClient* client = pipe->client; local
2380 QemudClient* client = opaque; local
[all...]
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceHandleCFNet.cpp63 CFURLConnectionClient * client,
190 if (!handle->client())
199 handle->client()->didReceiveResponse(handle, cfResponse);
210 if (handle->client())
211 handle->client()->didReceiveData(handle, (const char*)bytes, length, originalLength);
217 if (!handle || !handle->client())
219 handle->client()->didSendData(handle, totalBytesWritten, totalBytesExpectedToWrite);
240 if (handle->client())
241 handle->client()->didFinishLoading(handle, 0);
250 if (handle->client())
431 CFURLConnectionClient_V3 client = { 3, this, 0, 0, 0, WebCore::willSendRequest, didReceiveResponse, didReceiveData, 0, didFinishLoading, didFail, willCacheResponse, didReceiveChallenge, didSendBodyData, shouldUseCredentialStorageCallback, 0}; local
639 OwnPtr<WebCoreSynchronousLoaderClient> client = WebCoreSynchronousLoaderClient::create(response, error); local
[all...]
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm313 bool shouldUseCredentialStorage = !client() || client()->shouldUseCredentialStorage(this);
510 OwnPtr<WebCoreSynchronousLoaderClient> client = WebCoreSynchronousLoaderClient::create();
511 client->setAllowStoredCredentials(storedCredentials == AllowStoredCredentials);
513 RefPtr<ResourceHandle> handle = adoptRef(new ResourceHandle(request, client.get(), false /*defersLoading*/, true /*shouldContentSniff*/));
528 while (!client->isDone())
531 result = client->data();
532 nsURLResponse = client->response();
533 nsError = client->error();
591 client()
[all...]
/external/apache-http/src/org/apache/http/client/
H A DHttpClient.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/HttpClient.java $
32 package org.apache.http.client;
41 import org.apache.http.client.methods.HttpUriRequest;
45 * Interface for an HTTP client.
50 * and configuration of the specific client.
64 * Obtains the parameters for this client.
66 * executed with this client, and for the parameters of
67 * dependent objects in this client.
76 * Obtains the connection manager used by this client
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCookieStore.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/BasicCookieStore.java $
31 package org.apache.http.impl.client;
40 import org.apache.http.client.CookieStore;
H A DBasicCredentialsProvider.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/BasicCredentialsProvider.java $
31 package org.apache.http.impl.client;
37 import org.apache.http.client.CredentialsProvider;
H A DDefaultHttpRequestRetryHandler.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultHttpRequestRetryHandler.java $
32 package org.apache.http.impl.client;
41 import org.apache.http.client.HttpRequestRetryHandler;
/external/chromium/chrome/browser/extensions/
H A Dpack_extension_job.cc16 PackExtensionJob::PackExtensionJob(Client* client, argument
19 : client_(client), key_file_(key_file), asynchronous_(true) {
/external/oauth/core/src/main/java/
H A DAndroid.mk4 # This will build the client static library for the Google Services Framework
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DParamsParserTest.java4 import org.apache.http.client.methods.HttpGet;
5 import org.apache.http.client.methods.HttpPost;
/external/webkit/Source/WebCore/page/
H A DSpeechInput.cpp42 SpeechInput::SpeechInput(SpeechInputClient* client) argument
43 : m_client(client)

Completed in 2471 milliseconds

<<11121314151617181920>>