Searched refs:GetHelper (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dshill_device_client.cc48 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_pat
222 ShillClientHelper* GetHelper(const dbus::ObjectPath& device_path) { function in class:chromeos::__anon6136::ShillDeviceClientImpl
[all...]
H A Dshill_profile_client.cc32 GetHelper(profile_path)->AddPropertyChangedObserver(observer);
38 GetHelper(profile_path)->RemovePropertyChangedObserver(observer);
67 ShillClientHelper* GetHelper(const dbus::ObjectPath& profile_path);
81 ShillClientHelper* ShillProfileClientImpl::GetHelper( function in class:chromeos::__anon6142::ShillProfileClientImpl
102 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback(
115 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback(
128 GetHelper(profile_path)->CallVoidMethodWithErrorCallback(
H A Dshill_service_client.cc75 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_pat
231 ShillClientHelper* GetHelper(const dbus::ObjectPath& service_path) { function in class:chromeos::__anon6144::ShillServiceClientImpl
[all...]
H A Dshill_ipconfig_client.cc33 GetHelper(ipconfig_path)->AddPropertyChangedObserver(observer);
39 GetHelper(ipconfig_path)->RemovePropertyChangedObserver(observer);
65 ShillClientHelper* GetHelper(const dbus::ObjectPath& ipconfig_path) { function in class:chromeos::__anon6138::ShillIPConfigClientImpl
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/
H A Dquic_dispatcher_peer.h35 static QuicEpollConnectionHelper* GetHelper(QuicDispatcher* dispatcher);
H A Dquic_dispatcher_peer.cc41 QuicEpollConnectionHelper* QuicDispatcherPeer::GetHelper( function in class:net::tools::test::QuicDispatcherPeer
H A Dquic_test_client.cc422 QuicConnectionPeer::GetHelper(client()->session()->connection())->
443 QuicConnectionPeer::GetHelper(client()->session()->connection())->
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc93 GetHelper()->manager()->LookupChannel(parent_client_id_);
98 GetHelper()->SetPreemptByFlag(parent_channel->GetPreemptionFlag());
142 if (!GetHelper()->stub()->decoder() ||
143 !GetHelper()->stub()->decoder()->MakeCurrent())
H A Dimage_transport_surface.h205 ImageTransportHelper* GetHelper() { return helper_.get(); } function in class:content::PassThroughImageTransportSurface
/external/chromium_org/net/quic/test_tools/
H A Dquic_connection_peer.h96 static QuicConnectionHelperInterface* GetHelper(QuicConnection* connection);
H A Dquic_connection_peer.cc163 QuicConnectionHelperInterface* QuicConnectionPeer::GetHelper( function in class:net::test::QuicConnectionPeer
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h577 bool GetHelper(GLenum pname, GLint* params);
H A Dgles2_implementation.cc689 bool GLES2Implementation::GetHelper(GLenum pname, GLint* params) { function in class:gpu::gles2::GLES2Implementation
795 if (!GetHelper(pname, &value)) {
805 if (!GetHelper(pname, &value)) {
813 return GetHelper(pname, params);
/external/chromium_org/net/tools/quic/
H A Dend_to_end_test.cc326 QuicConnectionPeer::GetHelper(
359 QuicDispatcherPeer::GetHelper(dispatcher),
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1216 bool GetHelper(GLenum pname, GLint* params, GLsizei* num_written);
4431 bool GLES2DecoderImpl::GetHelper( function in class:gpu::gles2::GLES2DecoderImpl
4451 ScopedGLErrorSuppressor suppressor("GLES2DecoderImpl::GetHelper",
4465 ScopedGLErrorSuppressor suppressor("GLES2DecoderImpl::GetHelper",
4794 return GetHelper(pname, NULL, num_values);
4811 GetHelper(pname, values.get(), &num_written);
4826 if (GetHelper(pname, NULL, &num_written)) {
4828 GetHelper(pname, values.get(), &num_written);
4843 !GetHelper(pname, params, &num_written)) {
9709 !GetHelper(enum
[all...]

Completed in 193 milliseconds