OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProxy
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/child/npapi/
npobject_proxy.cc
41
NPObjectProxy* NPObjectProxy::
GetProxy
(NPObject* object) {
133
NPObjectProxy* proxy =
GetProxy
(obj);
172
NPObjectProxy* proxy =
GetProxy
(obj);
242
NPObjectProxy* proxy =
GetProxy
(obj);
273
NPObjectProxy* proxy =
GetProxy
(obj);
306
NPObjectProxy* proxy =
GetProxy
(obj);
335
NPObjectProxy* proxy =
GetProxy
(obj);
356
NPObjectProxy* proxy =
GetProxy
(obj);
374
NPObjectProxy* proxy =
GetProxy
(obj);
407
NPObjectProxy* proxy =
GetProxy
(obj)
[
all
...]
npobject_proxy.h
93
static NPObjectProxy*
GetProxy
(NPObject* object);
npobject_util.cc
186
NPObjectProxy::
GetProxy
(variant.value.objectValue);
/external/chromium_org/chromeos/dbus/
gsm_sms_client.cc
172
GetProxy
(service_name, object_path)->SetSmsReceivedHandler(handler);
179
GetProxy
(service_name, object_path)->ResetSmsReceivedHandler();
187
GetProxy
(service_name, object_path)->Delete(index, callback);
195
GetProxy
(service_name, object_path)->Get(index, callback);
202
GetProxy
(service_name, object_path)->List(callback);
217
SMSProxy*
GetProxy
(const std::string& service_name,
modem_messaging_client.cc
147
GetProxy
(service_name, object_path)->SetSmsReceivedHandler(handler);
153
GetProxy
(service_name, object_path)->ResetSmsReceivedHandler();
160
GetProxy
(service_name, object_path)->Delete(sms_path, callback);
166
GetProxy
(service_name, object_path)->List(callback);
179
ModemMessagingProxy*
GetProxy
(const std::string& service_name,
/external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h
112
TransportChannelProxy*
GetProxy
(const std::string& name);
session.cc
75
return
GetProxy
(name);
134
TransportChannelProxy* TransportProxy::
GetProxy
(const std::string& name) {
[
all
...]
Completed in 8877 milliseconds