Searched refs:client (Results 426 - 450 of 864) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket_unittest.cc112 struct sockaddr_in client; local
113 client.sin_family = AF_INET;
114 client.sin_addr.s_addr = inet_addr(kLoopback);
115 client.sin_port = htons(kTestPort);
117 reinterpret_cast<sockaddr*>(&client),
118 sizeof(client)));
/external/webkit/Source/WebKit/chromium/src/
H A DWebWorkerBase.cpp274 if (!thisPtr->client())
283 thisPtr->client()->postMessageToWorkerObject(message, webChannels);
345 if (!thisPtr->client())
347 thisPtr->client()->confirmMessageFromWorkerObject(hasPendingActivity);
360 if (!thisPtr->client())
362 thisPtr->client()->reportPendingActivity(hasPendingActivity);
H A DWebPopupMenuImpl.h89 WebWidgetClient* client() { return m_client; } function in class:WebKit::WebPopupMenuImpl
103 WebPopupMenuImpl(WebWidgetClient* client);
H A DWorkerFileWriterCallbacksBridge.h73 // This calls the original client (m_clientOnWorkerThread).
89 static PassRefPtr<WorkerFileWriterCallbacksBridge> create(const String& path, WebCore::WorkerLoaderProxy* proxy, WebCore::ScriptExecutionContext* workerContext, WebCore::AsyncFileWriterClient* client) argument
91 return adoptRef(new WorkerFileWriterCallbacksBridge(path, proxy, workerContext, client));
148 // Used on the context thread to call back into the client.
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpRequestBase.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpRequestBase.java $
32 package org.apache.http.client.methods;
41 import org.apache.http.client.utils.CloneUtils;
/external/apache-http/src/org/apache/http/client/protocol/
H A DResponseProcessCookies.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ResponseProcessCookies.java $
32 package org.apache.http.client.protocol;
44 import org.apache.http.client.CookieStore;
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/RequestWrapper.java $
32 package org.apache.http.impl.client;
41 import org.apache.http.client.methods.HttpUriRequest;
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py66 client = oauth2.Client(oauth_consumer, oauth_token)
67 resp, content = client.request(url, 'GET')
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dconsole.cc46 Console::Console(talk_base::Thread *thread, CallClient *client) : argument
47 client_(client), client_thread_(thread),
/external/chromium/webkit/glue/
H A Dftp_directory_listing_response_delegate.cc58 WebURLLoaderClient* client,
61 : client_(client),
57 FtpDirectoryListingResponseDelegate( WebURLLoaderClient* client, WebURLLoader* loader, const WebURLResponse& response) argument
/external/quake/quake/src/QW/server/
H A Dsv_main.c34 client_t *host_client; // current client
191 // call the prog function for removing a client
198 // call the prog function for removing a client
273 void SV_FullClientUpdate (client_t *client, sizebuf_t *buf) argument
278 i = client - svs.clients;
280 //Sys_Printf("SV_FullClientUpdate: Updated frags for client %d\n", i);
284 MSG_WriteShort (buf, client->old_frags);
288 MSG_WriteShort (buf, SV_CalcPing (client));
292 MSG_WriteByte (buf, client->lossage);
296 MSG_WriteFloat (buf, realtime - client
314 SV_FullClientUpdateToClient(client_t *client, client_t *cl) argument
1464 client_t *client; local
[all...]
/external/smack/src/com/kenai/jbosh/
H A DApacheHTTPSender.java24 import org.apache.http.client.HttpClient;
32 import org.apache.http.impl.client.DefaultHttpClient;
66 // Load Apache HTTP client class
/external/smack/src/org/xbill/DNS/
H A DZoneTransferIn.java57 private TCPClient client; field in class:ZoneTransferIn
350 client = new TCPClient(endTime);
352 client.bind(localAddress);
353 client.connect(address);
374 client.send(out);
508 if (client != null)
509 client.cleanup();
531 byte [] in = client.recv();
/external/webkit/Source/WebCore/html/
H A DHTMLPlugInImageElement.cpp63 return frame->loader()->client()->objectContentType(completedURL, m_serviceType, shouldPreferPlugInsForImages()) == ObjectContentImage;
104 if (frameLoader->client()->objectContentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin)
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp175 RefPtr<Widget> widget = m_frame->loader()->client()->createMediaPlayerProxyPlugin(size, mediaElement, completedURL,
218 widget = m_frame->loader()->client()->createJavaAppletWidget(size, element, baseURL, paramNames, paramValues);
254 RefPtr<Frame> frame = m_frame->loader()->client()->createFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth, marginHeight);
294 bool allowed = m_frame->loader()->client()->allowPlugins(settings && settings->arePluginsEnabled());
296 m_frame->loader()->client()->didNotAllowPlugins();
302 if (m_frame->loader()->client()->shouldUsePluginDocument(mimeType)) {
316 ObjectContentType objectType = m_frame->loader()->client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages);
347 RefPtr<Widget> widget = frameLoader->client()->createPlugin(contentSize,
H A DWorkerThreadableLoader.h60 static PassRefPtr<WorkerThreadableLoader> create(WorkerContext* workerContext, ThreadableLoaderClient* client, const String& taskMode, const ResourceRequest& request, const ThreadableLoaderOptions& options) argument
62 return adoptRef(new WorkerThreadableLoader(workerContext, client, taskMode, request, options));
93 // The ThreadableLoaderClientWrapper has the underlying client cleared, so no more calls
/external/webkit/Source/WebCore/loader/mac/
H A DResourceLoaderMac.mm48 return frameLoader()->client()->willCacheResponse(documentLoader(), identifier(), response);
/external/webkit/Source/WebCore/page/
H A DChrome.cpp58 Chrome::Chrome(Page* page, ChromeClient* client) argument
60 , m_client(client)
271 // Defer loads in case the client method runs a new event loop that would
283 static inline void willRunModalDialog(const Frame* frame, const ChromeClient::DialogType& dialogType, const ChromeClient* client) argument
286 client->willRunModalDialogDuringPageDismissal(dialogType);
293 // Defer loads in case the client method runs a new event loop that would
305 // Defer loads in case the client method runs a new event loop that would
317 // Defer loads in case the client method runs a new event loop that would
338 // Defer loads in case the client method runs a new event loop that would
547 PassRefPtr<PopupMenu> Chrome::createPopupMenu(PopupMenuClient* client) cons
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DPopupMenuAndroid.cpp37 PopupReply(const IntRect& rect, android::WebViewCore* view, ListPopupMenuClient* client) argument
40 , m_popupClient(client)
/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageReader.h15 * The Original Code is Mozilla Communicator client code.
179 GIFImageReader(WebCore::GIFImageDecoder* client = 0) {
180 clientptr = client;
/external/webkit/Source/WebCore/platform/network/win/
H A DResourceHandleWin.cpp179 if (ResourceHandleClient* resourceHandleClient = client())
241 if (ResourceHandleClient* resourceHandleClient = client())
248 if (ResourceHandleClient* resourceHandleClient = client())
256 if (ResourceHandleClient* resourceHandleClient = client())
368 client()->didFail(this, ResourceError());
382 client()->didReceiveResponse(this, response);
395 client()->didReceiveData(this, buffer, bytesRead, -1);
401 client()->didFinishLoading(this, 0);
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.h60 static PassRefPtr<PluginStream> create(PluginStreamClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* notifyData, const NPPluginFuncs* functions, NPP instance, const PluginQuirkSet& quirks) argument
62 return adoptRef(new PluginStream(client, frame, request, sendNotification, notifyData, functions, instance, quirks));
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.cpp62 // Returns true if this message will be handled on a client thread that is currently
185 PassRefPtr<Connection> Connection::createServerConnection(Identifier identifier, Client* client, RunLoop* clientRunLoop) argument
187 return adoptRef(new Connection(identifier, true, client, clientRunLoop));
190 PassRefPtr<Connection> Connection::createClientConnection(Identifier identifier, Client* client, RunLoop* clientRunLoop) argument
192 return adoptRef(new Connection(identifier, false, client, clientRunLoop));
195 Connection::Connection(Identifier identifier, bool isServer, Client* client, RunLoop* clientRunLoop) argument
196 : m_client(client)
252 // Reset the client.
366 // We only allow sending sync messages from the client run loop.
469 // We got a reply to the last send message, wake up the client ru
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DWebCookieManagerProxy.cpp61 void WebCookieManagerProxy::initializeClient(const WKCookieManagerClient* client) argument
63 m_client.initialize(client);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h195 // Editor client
222 // Form client
242 // ContextMenu client
252 // Full Screen client
273 WK_EXPORT void WKBundlePageSetContextMenuClient(WKBundlePageRef page, WKBundlePageContextMenuClient* client);
274 WK_EXPORT void WKBundlePageSetEditorClient(WKBundlePageRef page, WKBundlePageEditorClient* client);
275 WK_EXPORT void WKBundlePageSetFormClient(WKBundlePageRef page, WKBundlePageFormClient* client);
276 WK_EXPORT void WKBundlePageSetPageLoaderClient(WKBundlePageRef page, WKBundlePageLoaderClient* client);
277 WK_EXPORT void WKBundlePageSetResourceLoadClient(WKBundlePageRef page, WKBundlePageResourceLoadClient* client);
278 WK_EXPORT void WKBundlePageSetPolicyClient(WKBundlePageRef page, WKBundlePagePolicyClient* client);
[all...]

Completed in 1111 milliseconds

<<11121314151617181920>>