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
183
NPObjectProxy::
GetProxy
(variant.value.objectValue);
/external/chromium_org/chromeos/dbus/
gsm_sms_client.cc
178
GetProxy
(service_name, object_path)->SetSmsReceivedHandler(handler);
185
GetProxy
(service_name, object_path)->ResetSmsReceivedHandler();
193
GetProxy
(service_name, object_path)->Delete(index, callback);
201
GetProxy
(service_name, object_path)->Get(index, callback);
208
GetProxy
(service_name, object_path)->List(callback);
220
SMSProxy*
GetProxy
(const std::string& service_name,
modem_messaging_client.cc
148
GetProxy
(service_name, object_path)->SetSmsReceivedHandler(handler);
155
GetProxy
(service_name, object_path)->ResetSmsReceivedHandler();
163
GetProxy
(service_name, object_path)->Delete(sms_path, callback);
170
GetProxy
(service_name, object_path)->List(callback);
178
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 270 milliseconds