Searched refs:GetClientId (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Did_manager_unittest.cc38 EXPECT_TRUE(manager_.GetClientId(kServiceId1, &client_id));
44 EXPECT_FALSE(manager_.GetClientId(kServiceId2, &client_id));
56 EXPECT_TRUE(manager_.GetClientId(kServiceId1, &client_id));
58 EXPECT_TRUE(manager_.GetClientId(kServiceId2, &client_id));
63 EXPECT_FALSE(manager_.GetClientId(kServiceId1, &client_id));
H A Did_manager.h38 bool GetClientId(GLuint service_id, GLuint* client_id);
H A Dvertex_array_manager.h46 bool GetClientId(GLuint service_id, GLuint* client_id) const;
H A Did_manager.cc40 bool IdManager::GetClientId(GLuint service_id, GLuint* client_id) { function in class:gpu::gles2::IdManager
H A Dvertex_array_manager.cc74 bool VertexArrayManager::GetClientId( function in class:gpu::gles2::VertexArrayManager
H A Dvertex_array_manager_unittest.cc63 EXPECT_TRUE(manager_->GetClientId(info1->service_id(), &client_id));
H A Dshader_manager.h191 bool GetClientId(GLuint service_id, GLuint* client_id) const;
H A Dbuffer_manager.h194 bool GetClientId(GLuint service_id, GLuint* client_id) const;
H A Dframebuffer_manager.h252 bool GetClientId(GLuint service_id, GLuint* client_id) const;
H A Dshader_manager.cc171 bool ShaderManager::GetClientId(GLuint service_id, GLuint* client_id) const { function in class:gpu::gles2::ShaderManager
H A Dprogram_manager.h373 bool GetClientId(GLuint service_id, GLuint* client_id) const;
H A Dbuffer_manager.cc228 bool BufferManager::GetClientId(GLuint service_id, GLuint* client_id) const { function in class:gpu::gles2::BufferManager
H A Dbuffer_manager_unittest.cc130 EXPECT_TRUE(manager_->GetClientId(buffer1->service_id(), &client_id));
H A Dframebuffer_manager.cc694 bool FramebufferManager::GetClientId( function in class:gpu::gles2::FramebufferManager
H A Dframebuffer_manager_unittest.cc71 EXPECT_TRUE(manager_.GetClientId(framebuffer1->service_id(), &client_id));
H A Dgles2_cmd_decoder.cc4606 buffer_manager()->GetClientId(state_.bound_array_buffer->service_id(),
4619 buffer_manager()->GetClientId(
4636 framebuffer_manager()->GetClientId(
4651 framebuffer_manager()->GetClientId(
4676 program_manager()->GetClientId(
4690 vertex_array_manager_->GetClientId(
7122 buffer_manager()->GetClientId(buffer->service_id(), &client_id);
9285 if (!shader_manager()->GetClientId(result->GetData()[ii],
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
H A Dcloud_print_private_apitest.cc73 MOCK_METHOD0(GetClientId, std::string());
113 EXPECT_CALL(cloud_print_mock, GetClientId())
H A Dcloud_print_private_api.h38 virtual std::string GetClientId() = 0;
H A Dcloud_print_private_api.cc125 CloudPrintTestsDelegate::instance()->GetClientId() :
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinfo_private_api.cc125 std::string GetClientId() { function in namespace:extensions::__anon3147
127 ? g_browser_process->metrics_service()->GetClientId()
187 return new base::StringValue(GetClientId());
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_output_protection_message_filter.cc100 ui::DisplayConfigurator::ContentProtectionClientId GetClientId();
146 PepperOutputProtectionMessageFilter::Delegate::GetClientId() { function in class:chrome::PepperOutputProtectionMessageFilter::Delegate
181 GetClientId(), display_id_, link_mask, protection_mask);
206 GetClientId(), display_id_, desired_method_mask);
231 GetClientId(), new_display_id, desired_method_mask_);
233 GetClientId(), display_id_, ui::CONTENT_PROTECTION_METHOD_NONE);
/external/chromium_org/components/metrics/
H A Dmetrics_service.h136 std::string GetClientId();
H A Dmetrics_service.cc391 std::string MetricsService::GetClientId() { function in class:metrics::MetricsService
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service.cc145 const std::string& GetClientId() const;
360 const std::string& OAuth2TokenService::Fetcher::GetClientId() const { function in class:OAuth2TokenService::Fetcher
616 RequestParameters request_param(fetcher->GetClientId(),
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.cc60 static jstring GetClientId(JNIEnv* env, jclass clazz) { function in namespace:remoting

Completed in 1323 milliseconds

12