/external/chromium_org/gpu/command_buffer/service/ |
id_manager_unittest.cc | 38 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));
|
id_manager.h | 38 bool GetClientId(GLuint service_id, GLuint* client_id);
|
vertex_array_manager.h | 42 bool GetClientId(GLuint service_id, GLuint* client_id) const;
|
id_manager.cc | 40 bool IdManager::GetClientId(GLuint service_id, GLuint* client_id) {
|
vertex_array_manager.cc | 66 bool VertexArrayManager::GetClientId(
|
vertex_array_manager_unittest.cc | 67 EXPECT_TRUE(manager_->GetClientId(info1->service_id(), &client_id));
|
shader_manager.h | 191 bool GetClientId(GLuint service_id, GLuint* client_id) const;
|
buffer_manager.h | 194 bool GetClientId(GLuint service_id, GLuint* client_id) const;
|
framebuffer_manager.h | 239 bool GetClientId(GLuint service_id, GLuint* client_id) const;
|
program_manager.h | 362 bool GetClientId(GLuint service_id, GLuint* client_id) const;
|
shader_manager.cc | 129 bool ShaderManager::GetClientId(GLuint service_id, GLuint* client_id) const {
|
buffer_manager.cc | 228 bool BufferManager::GetClientId(GLuint service_id, GLuint* client_id) const {
|
buffer_manager_unittest.cc | 133 EXPECT_TRUE(manager_->GetClientId(buffer1->service_id(), &client_id));
|
/external/chromium/chrome/common/ |
child_process_logging.h | 47 std::string GetClientId();
|
child_process_logging_linux.cc | 52 std::string GetClientId() {
|
child_process_logging_win.cc | 85 std::string GetClientId() {
|
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/ |
cloud_print_private_api.h | 38 virtual std::string GetClientId() = 0; 99 DECLARE_EXTENSION_FUNCTION("cloudPrintPrivate.getClientId",
|
cloud_print_private_apitest.cc | 72 MOCK_METHOD0(GetClientId, std::string()); 112 EXPECT_CALL(cloud_print_mock, GetClientId())
|
cloud_print_private_api.cc | 120 CloudPrintTestsDelegate::instance()->GetClientId() :
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_output_protection_message_filter.cc | 109 chromeos::OutputConfigurator::OutputProtectionClientId GetClientId(); 152 PepperOutputProtectionMessageFilter::Delegate::GetClientId() { 188 GetClientId(), display_id_, link_mask, protection_mask); 212 GetClientId(), display_id_, desired_method_mask); 236 configurator->EnableOutputProtection(GetClientId(), new_display_id, 239 GetClientId(),
|
/external/chromium/chrome/browser/sync/util/ |
user_settings.h | 76 std::string GetClientId();
|
user_settings.cc | 429 string UserSettings::GetClientId() {
|
/external/chromium_org/google_apis/gaia/ |
oauth2_token_service.cc | 130 const std::string& GetClientId() const; 353 const std::string& OAuth2TokenService::Fetcher::GetClientId() const { 599 fetcher->GetClientId(),
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_service.h | 152 std::string GetClientId();
|
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_runtime.cc | 59 static jstring GetClientId(JNIEnv* env, jclass clazz) {
|