HomeSort by relevance Sort by last modified time
    Searched defs:ext3 (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/
background_application_list_model_unittest.cc 115 scoped_refptr<Extension> ext3 = CreateExtension("charlie", false); local
138 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext3));
139 service->AddExtension(ext3);
159 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext3));
160 service->UninstallExtension(ext3->id(), false, NULL);
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager_unittest.cc 86 ComponentExtensionIME ext3; local
87 ext3.id = "ext3_id";
88 ext3.description = "ext3_description";
89 ext3.options_page_url =
90 GURL("chrome-extension://" + ext3.id + "/options.html");
91 ext3.path = base::FilePath("ext3_file_path");
98 ext3.engines.push_back(ext3_engine1);
105 ext3.engines.push_back(ext3_engine2);
112 ext3.engines.push_back(ext3_engine3);
114 ime_list_.push_back(ext3);
    [all...]
  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 181 scoped_refptr<Extension> ext3 = CreateExtension("charlie", false); local
205 ASSERT_FALSE(IsBackgroundApp(*ext3.get()));
206 service->AddExtension(ext3.get());
227 ASSERT_FALSE(IsBackgroundApp(*ext3.get()));
228 service->UninstallExtension(ext3->id(), false, NULL);
  /hardware/libhardware/tests/camera2/
camera2_utils.h 119 int32_t *ext2, int32_t *ext3);
122 int32_t *ext2, int32_t *ext3);
129 int32_t *ext1, int32_t *ext2, int32_t *ext3);
136 ext3(e3)
142 int32_t ext3; member in struct:android::camera2::tests::NotifierListener::Notification
153 int32_t ext3);
158 int32_t ext3,
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 479 scoped_refptr<Extension> ext3 = CreateExtension( local
485 service_->AddExtension(ext3.get());
499 EXPECT_TRUE(service_->extensions()->Contains(ext3->id()));
513 scoped_refptr<Extension> ext3 = CreateExtension( local
519 service_->AddExtension(ext3.get());
523 ReplaceString(&master_prefs, "placeholder_for_id", ext3->id());
528 EXPECT_TRUE(service_->extensions()->Contains(ext3->id()));
559 scoped_refptr<Extension> ext3 = local
565 service_->AddExtension(ext3.get());
573 EXPECT_TRUE(service_->extensions()->Contains(ext3->id()))
    [all...]

Completed in 124 milliseconds