/external/chromium_org/ppapi/tests/ |
test_url_util.h | 13 TestURLUtil(TestingInstance* instance) : TestCase(instance), util_(NULL) {} 29 const pp::URLUtil_Dev* util_; member in class:TestURLUtil
|
/external/chromium_org/components/ownership/ |
owner_key_util_impl_unittest.cc | 57 util_ = new OwnerKeyUtilImpl(key_file_); 62 scoped_refptr<OwnerKeyUtil> util_; member in class:ownership::OwnerKeyUtilImplTest 77 EXPECT_TRUE(util_->IsPublicKeyPresent()); 80 EXPECT_TRUE(util_->ImportPublicKey(&from_disk)); 87 EXPECT_FALSE(util_->IsPublicKeyPresent()); 89 EXPECT_FALSE(util_->ImportPublicKey(&from_disk)); 94 EXPECT_TRUE(util_->IsPublicKeyPresent()); 95 EXPECT_FALSE(util_->ImportPublicKey(&from_disk));
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
mock_input_method_manager.h | 125 FakeInputMethodDelegate delegate_; // used by util_ 126 InputMethodUtil util_; member in class:chromeos::input_method::MockInputMethodManager
|
input_method_manager_impl.h | 244 // that |util_| is required to initialize |keyboard_|. 245 InputMethodUtil util_; member in class:chromeos::input_method::InputMethodManagerImpl
|
input_method_util_unittest.cc | 49 : util_(&delegate_, whitelist_.GetSupportedInputMethods()) { 86 util_.InitXkbInputMethodsForTesting(); 87 util_.AppendInputMethods(input_methods); 118 TestableInputMethodUtil util_; member in class:chromeos::input_method::InputMethodUtilTest 126 EXPECT_EQ(ASCIIToUTF16("XX"), util_.GetInputMethodShortName(desc)); 133 EXPECT_EQ(ASCIIToUTF16("DV"), util_.GetInputMethodShortName(desc)); 138 EXPECT_EQ(ASCIIToUTF16("CO"), util_.GetInputMethodShortName(desc)); 143 EXPECT_EQ(ASCIIToUTF16("EXTD"), util_.GetInputMethodShortName(desc)); 148 EXPECT_EQ(ASCIIToUTF16("INTL"), util_.GetInputMethodShortName(desc)); 153 EXPECT_EQ(ASCIIToUTF16("NEO"), util_.GetInputMethodShortName(desc)) [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils_unittest.cc | 19 GLES2Util util_; member in class:gpu::gles2::GLES2UtilTest 75 EXPECT_EQ(0, util_.GLGetNumValuesReturned(GL_COMPRESSED_TEXTURE_FORMATS)); 76 EXPECT_EQ(0, util_.GLGetNumValuesReturned(GL_SHADER_BINARY_FORMATS)); 78 EXPECT_EQ(0, util_.num_compressed_texture_formats()); 79 EXPECT_EQ(0, util_.num_shader_binary_formats()); 81 util_.set_num_compressed_texture_formats(1); 82 util_.set_num_shader_binary_formats(2); 84 EXPECT_EQ(1, util_.GLGetNumValuesReturned(GL_COMPRESSED_TEXTURE_FORMATS)); 85 EXPECT_EQ(2, util_.GLGetNumValuesReturned(GL_SHADER_BINARY_FORMATS)); 87 EXPECT_EQ(1, util_.num_compressed_texture_formats()) [all...] |
/external/chromium_org/chrome/browser/search_engines/ |
search_provider_install_data_unittest.cc | 133 TemplateURLServiceTestUtil* util() { return &util_; } 138 TemplateURLServiceTestUtil util_; member in class:SearchProviderInstallDataTest 161 process_.reset(new content::MockRenderProcessHost(util_.profile())); 163 util_.model(), SearchTermsData().GoogleBaseURLValue(), NULL, 186 util_.model()->Add(t_url); 192 util_.SetGoogleBaseURL(base_url);
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
keyword_editor_controller_unittest.cc | 33 : util_(&profile_), 41 : util_(&profile_), 50 util_.model()->OnWebDataServiceRequestDone(0, NULL); 52 util_.VerifyLoad(); 93 util_.SetManagedDefaultSearchPreferences(true, 106 const TemplateURLServiceFactoryTestUtil* util() const { return &util_; } 116 TemplateURLServiceFactoryTestUtil util_; member in class:KeywordEditorControllerTest
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.h | 665 GLES2Util util_; member in class:gpu::gles2::GLES2Implementation
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 596 virtual GLES2Util* GetGLES2Util() OVERRIDE { return &util_; } 1679 GLES2Util util_; member in class:gpu::gles2::GLES2DecoderImpl [all...] |