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

  /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_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...]
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);
  /external/chromium_org/net/tools/quic/test_tools/
quic_dispatcher_peer.h 35 static QuicEpollConnectionHelper* GetHelper(QuicDispatcher* dispatcher);
quic_dispatcher_peer.cc 41 QuicEpollConnectionHelper* QuicDispatcherPeer::GetHelper(
quic_test_client.cc 422 QuicConnectionPeer::GetHelper(client()->session()->connection())->
443 QuicConnectionPeer::GetHelper(client()->session()->connection())->
  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 93 GetHelper()->manager()->LookupChannel(parent_client_id_);
98 GetHelper()->SetPreemptByFlag(parent_channel->GetPreemptionFlag());
142 if (!GetHelper()->stub()->decoder() ||
143 !GetHelper()->stub()->decoder()->MakeCurrent())
image_transport_surface.h 205 ImageTransportHelper* GetHelper() { return helper_.get(); }
  /external/chromium_org/net/quic/test_tools/
quic_connection_peer.h 96 static QuicConnectionHelperInterface* GetHelper(QuicConnection* connection);
quic_connection_peer.cc 163 QuicConnectionHelperInterface* QuicConnectionPeer::GetHelper(
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 577 bool GetHelper(GLenum pname, GLint* params);
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/net/tools/quic/
end_to_end_test.cc 326 QuicConnectionPeer::GetHelper(
359 QuicDispatcherPeer::GetHelper(dispatcher),
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 361 milliseconds