Searched refs:client (Results 76 - 100 of 829) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/src/com/google/common/collect/
H A DRegularImmutableSet_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationException;
20 import com.google.gwt.user.client.rpc.SerializationStreamReader;
21 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
H A DEmptyImmutableListMultimap_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DEmptyImmutableList_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DEmptyImmutableMap_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DEmptyImmutableMultiset_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DEmptyImmutableSetMultimap_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DEmptyImmutableSet_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DNaturalOrdering_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DReverseNaturalOrdering_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DUsingToStringOrdering_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationStreamReader;
20 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableAsList_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationException;
20 import com.google.gwt.user.client.rpc.SerializationStreamReader;
21 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
28 * This class implements the client-side GWT serialization of
/external/webkit/Source/WebCore/platform/
H A DGeolocationService.cpp50 GeolocationService* GeolocationService::create(GeolocationServiceClient* client) argument
52 return (*s_factoryFunction)(client);
66 GeolocationService::GeolocationService(GeolocationServiceClient* client) argument
67 : m_geolocationServiceClient(client)
/external/webkit/Source/WebCore/platform/brew/
H A DPopupMenuBrew.cpp44 // Tell client to destroy data related to this popup since this object is
57 ChromeClientBrew* chromeClient = static_cast<ChromeClientBrew*>(view->frame()->page()->chrome()->client());
67 ChromeClientBrew* chromeClient = static_cast<ChromeClientBrew*>(m_view->frame()->page()->chrome()->client());
75 client()->setTextFromItem(client()->selectedIndex());
/external/webkit/Source/WebCore/websockets/
H A DThreadableWebSocketChannel.cpp53 PassRefPtr<ThreadableWebSocketChannel> ThreadableWebSocketChannel::create(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String& protocol) argument
56 ASSERT(client);
64 return WorkerThreadableWebSocketChannel::create(workerContext, client, mode, url, protocol);
69 return WebSocketChannel::create(context, client, url, protocol);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DIntents.java17 package com.google.zxing.client.android;
34 public static final String ACTION = "com.google.zxing.client.android.YOUTUBE_SCAN";
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppthread.h43 buzz::XmppClient* client() { return pump_->client(); } function in class:XmppThread
/external/webkit/Source/WebCore/platform/chromium/
H A DSearchPopupMenuChromium.cpp40 SearchPopupMenuChromium::SearchPopupMenuChromium(PopupMenuClient* client) argument
41 : m_popup(adoptRef(new PopupMenuChromium(client)))
/external/webkit/Source/WebCore/platform/haiku/
H A DSearchPopupMenuHaiku.cpp30 SearchPopupMenuHaiku::SearchPopupMenuHaiku(PopupMenuClient* client) argument
31 : m_popup(adoptRef(new PopupMenuHaiku(client)))
/external/webkit/Source/WebCore/platform/wince/
H A DSearchPopupMenuWinCE.cpp28 SearchPopupMenu::SearchPopupMenu(PopupMenuClient* client) argument
29 : PopupMenu(client)
/external/webkit/Source/WebCore/platform/wx/
H A DSearchPopupMenuWx.cpp34 SearchPopupMenuWx::SearchPopupMenuWx(PopupMenuClient* client) argument
35 : m_popup(adoptRef(new PopupMenuWx(client)))
/external/webkit/Source/WebKit/chromium/src/
H A DDeviceOrientationClientProxy.h42 DeviceOrientationClientProxy(WebDeviceOrientationClient* client) argument
43 : m_client(client)
/external/webkit/Source/WebKit2/UIProcess/Launcher/
H A DThreadLauncher.cpp33 ThreadLauncher::ThreadLauncher(Client* client) argument
34 : m_client(client)
/external/qemu/android/
H A Dhw-qemud.h32 * a single client in the emulated system for a given named service.
57 * a given emulator facility. Only one client can be connected at any
65 /* A function that will be called when the client running in the emulated
70 /* A function that will be called when the client sends a message to the
73 typedef void (*QemudClientRecv) ( void* opaque, uint8_t* msg, int msglen, QemudClient* client );
75 /* A function that will be called when the state of the client should be
78 typedef void (*QemudClientSave) ( QEMUFile* f, QemudClient* client, void* opaque );
80 /* A function that will be called when the state of the client should be
83 typedef int (*QemudClientLoad) ( QEMUFile* f, QemudClient* client, void* opaque );
85 /* Register a new client fo
[all...]
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformScreenQt.cpp50 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
51 return client ? client->screenNumber() : 0;
63 QWebPageClient* client = w->root()->hostWindow()->platformPageClient(); local
65 if (client) {
66 QWidget* view = client->ownerWidget();
/external/webkit/Tools/WebKitLauncher/
H A DWebKitLauncherURLProtocol.m91 id client = [self client];
93 [client URLProtocol:self didReceiveResponse:response cacheStoragePolicy:NSURLCacheStorageAllowed];
97 [client URLProtocol:self didLoadData:data];
98 [client URLProtocolDidFinishLoading:self];
104 id client = [self client];
106 [client URLProtocol:self didReceiveResponse:response cacheStoragePolicy:NSURLCacheStorageNotAllowed];
111 [client URLProtocolDidFinishLoading:self];
117 id client
[all...]

Completed in 330 milliseconds

1234567891011>>