HomeSort by relevance Sort by last modified time
    Searched defs:GetHelper (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/tools/quic/test_tools/
quic_dispatcher_peer.cc 41 QuicEpollConnectionHelper* QuicDispatcherPeer::GetHelper(
  /external/chromium_org/chromeos/dbus/
shill_device_client.cc 48 GetHelper(device_path)->AddPropertyChangedObserver(observer);
54 GetHelper(device_path)->RemovePropertyChangedObserver(observer);
61 GetHelper(device_path)->CallDictionaryValueMethod(&method_call, callback);
68 GetHelper(device_path)->CallVoidMethod(&method_call, callback);
81 GetHelper(device_path)->CallVoidMethodWithErrorCallback(&method_call,
93 GetHelper(device_path)->CallVoidMethod(&method_call, callback);
104 GetHelper(device_path)->CallObjectPathMethod(&method_call, callback);
117 GetHelper(device_path)->CallVoidMethodWithErrorCallback(
129 GetHelper(device_path)->CallVoidMethodWithErrorCallback(
143 GetHelper(device_path)->CallVoidMethodWithErrorCallback
    [all...]
shill_profile_client.cc 32 GetHelper(profile_path)->AddPropertyChangedObserver(observer);
38 GetHelper(profile_path)->RemovePropertyChangedObserver(observer);
67 ShillClientHelper* GetHelper(const dbus::ObjectPath& profile_path);
81 ShillClientHelper* ShillProfileClientImpl::GetHelper(
102 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback(
115 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback(
128 GetHelper(profile_path)->CallVoidMethodWithErrorCallback(
shill_ipconfig_client.cc 33 GetHelper(ipconfig_path)->AddPropertyChangedObserver(observer);
39 GetHelper(ipconfig_path)->RemovePropertyChangedObserver(observer);
65 ShillClientHelper* GetHelper(const dbus::ObjectPath& ipconfig_path) {
96 GetHelper(ipconfig_path)->CallDictionaryValueMethod(&method_call, callback);
104 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback);
146 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback);
157 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback);
165 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback);
shill_service_client.cc 75 GetHelper(service_path)->AddPropertyChangedObserver(observer);
81 GetHelper(service_path)->RemovePropertyChangedObserver(observer);
88 GetHelper(service_path)->CallDictionaryValueMethodWithErrorCallback(
105 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
118 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
131 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
145 GetHelper(service_path)->CallListValueMethodWithErrorCallback(
156 GetHelper(service_path)->CallVoidMethodWithErrorCallback(
165 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
175 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call
    [all...]
  /external/chromium_org/content/common/gpu/
image_transport_surface.h 205 ImageTransportHelper* GetHelper() { return helper_.get(); }
  /external/chromium_org/net/quic/test_tools/
quic_connection_peer.cc 163 QuicConnectionHelperInterface* QuicConnectionPeer::GetHelper(
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 689 bool GLES2Implementation::GetHelper(GLenum pname, GLint* params) {
795 if (!GetHelper(pname, &value)) {
805 if (!GetHelper(pname, &value)) {
813 return GetHelper(pname, params);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 196 milliseconds