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

<<11121314151617181920>>

/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...]
H A DSocketStreamHandle.h48 static PassRefPtr<SocketStreamHandle> create(const KURL& url, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(url, client)); } argument
/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...]
H A DAuthenticationChallenge.h54 void setAuthenticationClient(AuthenticationClient* client) { m_authenticationClient = client; } argument
63 void setAuthenticationClient(AuthenticationClient*); // Changes sender to one that invokes client methods.
/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/webkit/Source/WebCore/page/
H A DSpeechInput.cpp42 SpeechInput::SpeechInput(SpeechInputClient* client) argument
43 : m_client(client)
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DCACFLayerTreeHost.h61 void setClient(CACFLayerTreeHostClient* client) { m_client = client; } argument
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp61 KeyGeneratorClient* client = JavaSharedClient::GetKeyGeneratorClient(); local
62 if (!client)
65 return client->getSupportedKeyStrengthList();
70 KeyGeneratorClient* client = JavaSharedClient::GetKeyGeneratorClient(); local
71 if (!client)
74 return client->getSignedPublicKeyAndChallengeString(index, challenge, url);
122 FileSystemClient* client = JavaSharedClient::GetFileSystemClient(); local
123 return client->resolveFilePathForContentUri(contentUri);
H A DWebUrlLoader.cpp47 PassRefPtr<WebUrlLoader> WebUrlLoader::start(FrameLoaderClient* client, WebCore::ResourceHandle* resourceHandle, argument
50 FrameLoaderClientAndroid* androidClient = static_cast<FrameLoaderClientAndroid*>(client);
/external/webkit/Source/WebKit/chromium/src/
H A DDragClientImpl.cpp60 if (m_webView->client() && m_webView->client()->acceptsLoadDrops())
H A DInspectorFrontendClientImpl.cpp49 InspectorFrontendClientImpl::InspectorFrontendClientImpl(Page* frontendPage, WebDevToolsFrontendClient* client, WebDevToolsFrontendImpl* frontend) argument
51 , m_client(client)
H A DSpeechInputClientImpl.cpp47 PassOwnPtr<SpeechInputClientImpl> SpeechInputClientImpl::create(WebViewClient* client) argument
49 return adoptPtr(new SpeechInputClientImpl(client));
H A DStorageInfoChromium.cpp72 webFrame->client()->queryStorageUsageAndQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), new WebStorageQuotaCallbacksImpl(successCallback, errorCallback));
90 webFrame->client()->requestStorageQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), newQuotaInBytes, new WebStorageQuotaCallbacksImpl(successCallback, errorCallback));
H A DStorageNamespaceProxy.cpp52 WebKit::WebViewClient* webViewClient = static_cast<WebKit::WebViewImpl*>(page->chrome()->client()->webView())->client();
H A DWebDevToolsAgentImpl.cpp77 static void ensureClientMessageLoopCreated(WebDevToolsAgentClient* client) argument
81 s_instance = new ClientMessageLoopAdapter(client->createClientMessageLoop());
163 WebDevToolsAgentClient* client)
164 : m_hostId(client->hostIdentifier())
165 , m_client(client)
170 client->exposeV8DebuggerProtocol());
276 if (m_webViewImpl->client())
277 m_webViewImpl->client()->didInvalidateRect(damagedRect);
161 WebDevToolsAgentImpl( WebViewImpl* webViewImpl, WebDevToolsAgentClient* client) argument
H A DWorkerAsyncFileWriterChromium.h64 static PassOwnPtr<WorkerAsyncFileWriterChromium> create(WebKit::WebFileSystem* webFileSystem, const String& path, WorkerContext* workerContext, AsyncFileWriterClient* client, WriterType type) argument
66 return adoptPtr(new WorkerAsyncFileWriterChromium(webFileSystem, path, workerContext, client, type));
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorServerQt.h48 void registerClient(InspectorClientQt* client);
49 void unregisterClient(InspectorClientQt* client);
/external/webkit/Source/WebKit2/UIProcess/Launcher/
H A DProcessLauncher.h63 static PassRefPtr<ProcessLauncher> create(Client* client, const LaunchOptions& launchOptions) argument
65 return adoptRef(new ProcessLauncher(client, launchOptions));

Completed in 2006 milliseconds

<<11121314151617181920>>