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

  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_output_protection_message_filter.cc 127 client_id_(chromeos::OutputConfigurator::kInvalidClientId),
154 if (client_id_ == chromeos::OutputConfigurator::kInvalidClientId) {
158 return chromeos::OutputConfigurator::kInvalidClientId;
161 return chromeos::OutputConfigurator::kInvalidClientId;
164 return chromeos::OutputConfigurator::kInvalidClientId;
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.h 44 extern const char kInvalidClientId[];
identity_api.cc 47 const char kInvalidClientId[] = "Invalid OAuth2 Client ID.";
97 error_ = identity_constants::kInvalidClientId;
identity_apitest.cc 412 EXPECT_EQ(std::string(errors::kInvalidClientId), error);
    [all...]
  /external/chromium_org/chromeos/display/
output_configurator.h 71 static const OutputProtectionClientId kInvalidClientId = 0;
output_configurator.cc 342 return kInvalidClientId;
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 450 GetSharedMemoryAs<GLuint*>()[0] = kInvalidClientId;
477 GLuint temp = kInvalidClientId;
499 GetSharedMemoryAs<GLuint*>()[0] = kInvalidClientId;
526 GLuint temp = kInvalidClientId;
557 GetSharedMemoryAs<GLuint*>()[0] = kInvalidClientId;
584 GLuint temp = kInvalidClientId;
615 GetSharedMemoryAs<GLuint*>()[0] = kInvalidClientId;
642 GLuint temp = kInvalidClientId;
    [all...]
gles2_cmd_decoder_unittest.cc     [all...]
gles2_cmd_decoder_unittest_base.h 415 static const uint32 kInvalidClientId = 601;
gles2_cmd_decoder_unittest_base.cc     [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 258 milliseconds