Searched refs:client (Results 26 - 50 of 829) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/efl/
H A DGeolocationServiceEfl.cpp33 GeolocationService* GeolocationServiceEfl::create(GeolocationServiceClient* client) argument
35 return new GeolocationServiceEfl(client);
38 GeolocationServiceEfl::GeolocationServiceEfl(GeolocationServiceClient* client) argument
39 : GeolocationService(client)
H A DSearchPopupMenuEfl.cpp29 SearchPopupMenuEfl::SearchPopupMenuEfl(PopupMenuClient* client) argument
30 : m_popup(adoptRef(new PopupMenuEfl(client)))
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDeviceMotionClientAndroid.cpp57 client()->startUpdating();
62 client()->stopUpdating();
67 return client()->currentDeviceMotion();
75 DeviceMotionClient* DeviceMotionClientAndroid::client() const function in class:android::DeviceMotionClientAndroid
H A DDeviceOrientationClientAndroid.cpp57 client()->startUpdating();
62 client()->stopUpdating();
67 return client()->lastOrientation();
75 DeviceOrientationClient* DeviceOrientationClientAndroid::client() const function in class:android::DeviceOrientationClientAndroid
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClient4.java17 package net.oauth.client.httpclient4;
23 import net.oauth.client.ExcerptInputStream;
27 import org.apache.http.client.HttpClient;
28 import org.apache.http.client.methods.HttpDelete;
29 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
30 import org.apache.http.client.methods.HttpGet;
31 import org.apache.http.client.methods.HttpPost;
32 import org.apache.http.client.methods.HttpPut;
33 import org.apache.http.client.methods.HttpRequestBase;
34 import org.apache.http.client
117 private final HttpClient client; field in class:HttpClient4.SingleClient
[all...]
/external/openssh/
H A Dgss-serv-krb5.c86 ssh_gssapi_krb5_userok(ssh_gssapi_client *client, char *name) argument
94 if ((retval = krb5_parse_name(krb_context, client->exportedname.value,
103 name, (char *)client->displayname.value);
116 ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client) argument
124 if (client->creds == NULL) {
147 client->exportedname.value, &princ))) {
165 client->creds, ccache))) {
171 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
172 client->store.envvar = "KRB5CCNAME";
173 len = strlen(client
[all...]
/external/qemu/android/
H A Dhw-control.c45 void* client; member in struct:__anon10227
53 /* called when a qemud client sends a command */
58 QemudClient* client )
63 /* called when a qemud client connects to the service */
70 QemudClient* client; local
72 client = qemud_client_new( service, channel, client_param,
77 qemud_client_set_framing(client, 1);
78 return client;
114 h->client_funcs.light_brightness( h->client, (char*)q, value );
123 void* client,
122 hw_control_init( HwControl* control, void* client, const AndroidHwControlFuncs* client_funcs ) argument
[all...]
/external/webkit/Source/WebCore/platform/wx/
H A DPopupMenuWx.cpp46 PopupMenuEventHandler(PopupMenuClient* client) : argument
47 m_client(client)
64 PopupMenuWx::PopupMenuWx(PopupMenuClient* client) argument
65 : m_popupClient(client)
68 PopupMenuEventHandler m_popupHandler(client);
85 ASSERT(client());
93 int size = client()->listSize();
97 if (client()->itemIsSeparator(i)) {
104 if (!client()->itemText(i).isEmpty())
105 m_menu->Append(s_menuStartId + i, client()
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp177 if (m_webView->client())
178 m_webView->client()->setWindowRect(IntRect(r));
184 if (m_webView->client())
185 rect = m_webView->client()->rootWindowRect();
218 if (m_webView->client())
219 m_webView->client()->didFocus();
224 if (m_webView->client())
225 m_webView->client()->didBlur();
237 if (!m_webView->client())
240 m_webView->client()
657 WebViewClient* client = m_webView->client(); local
694 WebViewClient* client = m_webView->client(); local
[all...]
H A DBackForwardListChromium.cpp67 if (m_webView->client())
68 m_webView->client()->didAddHistoryItem();
81 if (!m_webView->client())
106 if (!m_webView->client())
109 return m_webView->client()->historyBackListCount();
114 if (!m_webView->client())
117 return m_webView->client()->historyForwardListCount();
122 return m_webView->client();
H A DFrameLoaderClientImpl.cpp121 if (m_webFrame->client())
122 m_webFrame->client()->didClearWindowObject(m_webFrame);
131 if (m_webFrame->client())
132 m_webFrame->client()->didCreateDocumentElement(m_webFrame);
137 if (m_webFrame->client())
138 m_webFrame->client()->didCreateScriptContext(m_webFrame);
143 if (m_webFrame->client())
144 m_webFrame->client()->didDestroyScriptContext(m_webFrame);
149 if (m_webFrame->client())
150 m_webFrame->client()
[all...]
/external/webkit/Source/WebCore/loader/win/
H A DDocumentLoaderWin.cpp42 if (frameWin->client())
43 frameWin->client()->setTitle(text);
/external/webkit/Source/WebCore/platform/android/
H A DSearchPopupMenuAndroid.cpp42 SearchPopupMenu::SearchPopupMenu(PopupMenuClient* client) argument
43 : PopupMenu(client)
/external/webkit/Source/WebCore/platform/brew/
H A DSearchPopupMenuBrew.cpp43 SearchPopupMenuBrew::SearchPopupMenuBrew(PopupMenuClient* client) argument
44 : m_popup(adoptRef(new PopupMenuBrew(client)))
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieTask.cpp82 void QTMovieTask::addTaskClient(QTMovieTaskClient* client) argument
84 ASSERT(client);
85 if (!client)
88 m_taskList.add(client);
91 void QTMovieTask::removeTaskClient(QTMovieTaskClient* client) argument
93 ASSERT(client);
94 if (!client)
97 m_taskList.remove(client);
/external/webkit/Source/WebCore/platform/gtk/
H A DSearchPopupMenuGtk.cpp26 SearchPopupMenuGtk::SearchPopupMenuGtk(PopupMenuClient* client) argument
27 : m_popup(adoptRef(new PopupMenuGtk(client)))
/external/chromium/webkit/glue/
H A Dmultipart_response_delegate_unittest.cc106 MockWebURLLoaderClient client; local
107 MultipartResponseDelegate delegate(&client, NULL, response, "bound");
151 client.Reset();
156 client.received_response_);
162 client.Reset();
167 EXPECT_EQ(string("image/png"), client.GetResponseHeader("Content-Type"));
168 EXPECT_EQ(string("10"), client.GetResponseHeader("content-length"));
170 EXPECT_EQ(string("Bar"), client.GetResponseHeader("foo"));
173 client.Reset();
179 client
210 MockWebURLLoaderClient client; local
285 MockWebURLLoaderClient client; local
334 MockWebURLLoaderClient client; local
449 MockWebURLLoaderClient client; local
477 MockWebURLLoaderClient client; local
642 MockWebURLLoaderClient client; local
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_source_win.cc19 static void GetCursorPositions(gfx::NativeWindow wnd, gfx::Point* client, argument
25 client->SetPoint(cursor_pos.x, cursor_pos.y);
60 gfx::Point client;
62 GetCursorPositions(source_wnd_, &client, &screen);
63 render_view_host_->DragSourceEndedAt(client.x(), client.y(),
83 gfx::Point client;
85 GetCursorPositions(source_wnd_, &client, &screen);
87 client.x(), client
[all...]
/external/webkit/Source/WebCore/platform/
H A DAsyncFileStream.h57 FileStreamClient* client() const { return m_client; } function in class:WebCore::AsyncFileStream
58 void setClient(FileStreamClient* client) { m_client = client; } argument
61 AsyncFileStream(FileStreamClient* client) argument
62 : m_client(client)
/external/webkit/Source/WebKit/android/jni/
H A DJavaSharedClient.h46 static void SetTimerClient(TimerClient* client);
47 static void SetCookieClient(CookieClient* client);
48 static void SetPluginClient(PluginClient* client);
49 static void SetKeyGeneratorClient(KeyGeneratorClient* client);
50 static void SetFileSystemClient(FileSystemClient* client);
H A DJavaSharedClient.cpp59 void JavaSharedClient::SetTimerClient(TimerClient* client) argument
61 gTimerClient = client;
64 void JavaSharedClient::SetCookieClient(CookieClient* client) argument
66 gCookieClient = client;
69 void JavaSharedClient::SetPluginClient(PluginClient* client) argument
71 gPluginClient = client;
74 void JavaSharedClient::SetKeyGeneratorClient(KeyGeneratorClient* client) argument
76 gKeyGeneratorClient = client;
79 void JavaSharedClient::SetFileSystemClient(FileSystemClient* client) argument
81 gFileSystemClient = client;
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationClientMockQt.cpp31 DeviceOrientationClientMockQt* DeviceOrientationClientMockQt::client() function in class:WebCore::DeviceOrientationClientMockQt
33 static DeviceOrientationClientMockQt* client = 0; local
34 if (!client)
35 client = new DeviceOrientationClientMockQt;
37 return client;
/external/kernel-headers/original/linux/
H A Dion.h115 * ion_client_create() - allocate a client and returns it
117 * @heap_mask: mask of heaps this client can allocate from
124 * ion_client_destroy() - free's a client and all it's handles
125 * @client: the client
127 * Free the provided client and all it's resources including
130 void ion_client_destroy(struct ion_client *client);
134 * @client: the client
147 struct ion_handle *ion_alloc(struct ion_client *client, size_
[all...]
/external/guava/guava-gwt/src/com/google/common/collect/
H A DArrayListMultimap_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;
H A DExplicitOrdering_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;

Completed in 449 milliseconds

1234567891011>>