/external/chromium_org/chromeos/dbus/ |
D | shill_device_client.cc | 48 GetHelper(device_path)->AddPropertyChangedObserver(observer); in AddPropertyChangedObserver() 54 GetHelper(device_path)->RemovePropertyChangedObserver(observer); in RemovePropertyChangedObserver() 61 GetHelper(device_path)->CallDictionaryValueMethod(&method_call, callback); in GetProperties() 68 GetHelper(device_path)->CallVoidMethod(&method_call, callback); in ProposeScan() 81 GetHelper(device_path)->CallVoidMethodWithErrorCallback(&method_call, in SetProperty() 93 GetHelper(device_path)->CallVoidMethod(&method_call, callback); in ClearProperty() 104 GetHelper(device_path)->CallObjectPathMethod(&method_call, callback); in AddIPConfig() 117 GetHelper(device_path)->CallVoidMethodWithErrorCallback( in RequirePin() 129 GetHelper(device_path)->CallVoidMethodWithErrorCallback( in EnterPin() 143 GetHelper(device_path)->CallVoidMethodWithErrorCallback( in UnblockPin() [all …]
|
D | shill_service_client.cc | 75 GetHelper(service_path)->AddPropertyChangedObserver(observer); in AddPropertyChangedObserver() 81 GetHelper(service_path)->RemovePropertyChangedObserver(observer); in RemovePropertyChangedObserver() 88 GetHelper(service_path)->CallDictionaryValueMethodWithErrorCallback( in GetProperties() 105 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in SetProperty() 118 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in SetProperties() 131 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in ClearProperty() 145 GetHelper(service_path)->CallListValueMethodWithErrorCallback( in ClearProperties() 156 GetHelper(service_path)->CallVoidMethodWithErrorCallback( in Connect() 165 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in Disconnect() 175 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in Remove() [all …]
|
D | shill_profile_client.cc | 32 GetHelper(profile_path)->AddPropertyChangedObserver(observer); in AddPropertyChangedObserver() 38 GetHelper(profile_path)->RemovePropertyChangedObserver(observer); in RemovePropertyChangedObserver() 67 ShillClientHelper* GetHelper(const dbus::ObjectPath& profile_path); 81 ShillClientHelper* ShillProfileClientImpl::GetHelper( in GetHelper() function in chromeos::__anonbb5ff42c0111::ShillProfileClientImpl 102 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback( in GetProperties() 115 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback( in GetEntry() 128 GetHelper(profile_path)->CallVoidMethodWithErrorCallback( in DeleteEntry()
|
D | shill_ipconfig_client.cc | 33 GetHelper(ipconfig_path)->AddPropertyChangedObserver(observer); in AddPropertyChangedObserver() 39 GetHelper(ipconfig_path)->RemovePropertyChangedObserver(observer); in RemovePropertyChangedObserver() 65 ShillClientHelper* GetHelper(const dbus::ObjectPath& ipconfig_path) { in GetHelper() function in chromeos::__anon9fad978a0111::ShillIPConfigClientImpl 96 GetHelper(ipconfig_path)->CallDictionaryValueMethod(&method_call, callback); in GetProperties() 104 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback); in Refresh() 146 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback); in SetProperty() 157 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback); in ClearProperty() 165 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback); in Remove()
|
/external/chromium_org/content/common/gpu/ |
D | image_transport_surface_android.cc | 93 GetHelper()->manager()->LookupChannel(parent_client_id_); in Initialize() 98 GetHelper()->SetPreemptByFlag(parent_channel->GetPreemptionFlag()); in Initialize() 142 if (!GetHelper()->stub()->decoder() || in DoWakeUpGpu() 143 !GetHelper()->stub()->decoder()->MakeCurrent()) in DoWakeUpGpu()
|
D | image_transport_surface.h | 205 ImageTransportHelper* GetHelper() { return helper_.get(); } in GetHelper() function
|
/external/chromium_org/net/tools/quic/test_tools/ |
D | quic_dispatcher_peer.h | 35 static QuicEpollConnectionHelper* GetHelper(QuicDispatcher* dispatcher);
|
D | quic_dispatcher_peer.cc | 41 QuicEpollConnectionHelper* QuicDispatcherPeer::GetHelper( in GetHelper() function in net::tools::test::QuicDispatcherPeer
|
D | quic_test_client.cc | 422 QuicConnectionPeer::GetHelper(client()->session()->connection())-> in WaitForResponseForMs() 443 QuicConnectionPeer::GetHelper(client()->session()->connection())-> in WaitForInitialResponseForMs()
|
/external/chromium_org/net/quic/test_tools/ |
D | quic_connection_peer.h | 96 static QuicConnectionHelperInterface* GetHelper(QuicConnection* connection);
|
D | quic_connection_peer.cc | 163 QuicConnectionHelperInterface* QuicConnectionPeer::GetHelper( in GetHelper() function in net::test::QuicConnectionPeer
|
/external/chromium_org/net/tools/quic/ |
D | end_to_end_test.cc | 326 QuicConnectionPeer::GetHelper( in Initialize() 359 QuicDispatcherPeer::GetHelper(dispatcher), in StartServer()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation.h | 577 bool GetHelper(GLenum pname, GLint* params); in NON_EXPORTED_BASE()
|
D | gles2_implementation.cc | 689 bool GLES2Implementation::GetHelper(GLenum pname, GLint* params) { in GetHelper() function in gpu::gles2::GLES2Implementation 795 if (!GetHelper(pname, &value)) { in GetBooleanvHelper() 805 if (!GetHelper(pname, &value)) { in GetFloatvHelper() 813 return GetHelper(pname, params); in GetIntegervHelper()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder.cc | 1216 bool GetHelper(GLenum pname, GLint* params, GLsizei* num_written); 4431 bool GLES2DecoderImpl::GetHelper( in GetHelper() function in gpu::gles2::GLES2DecoderImpl 4794 return GetHelper(pname, NULL, num_values); in GetNumValuesReturnedForGLGet() 4811 GetHelper(pname, values.get(), &num_written); in DoGetBooleanv() 4826 if (GetHelper(pname, NULL, &num_written)) { in DoGetFloatv() 4828 GetHelper(pname, values.get(), &num_written); in DoGetFloatv() 4843 !GetHelper(pname, params, &num_written)) { in DoGetIntegerv() 9709 !GetHelper(enums[ii], results, &num_written)) { in HandleGetMultipleIntegervCHROMIUM()
|