HomeSort by relevance Sort by last modified time
    Searched full:test_profile_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 44 test_profile_(new TestingProfile()),
45 router_(new BluetoothEventRouter(test_profile_.get())) {
53 // It's important to destroy the router before the |test_profile_| so it
56 test_profile_.reset(NULL);
66 scoped_ptr<TestingProfile> test_profile_; member in class:extensions::BluetoothEventRouterTest
96 ExtensionRegistry::Get(test_profile_.get())
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_manager_unittest.cc 86 SetTestingFactoryAndUse(&test_profile_, &BuildFakeExtensionSystem));
99 TestingProfile test_profile_; member in class:extensions::image_writer::__anon8283::ImageWriterOperationManagerTest
111 OperationManager manager(&test_profile_);
137 OperationManager manager(&test_profile_);
write_from_url_operation_unittest.cc 72 ImageWriterWriteFromUrlOperationTest() : manager_(&test_profile_) {}
95 test_profile_.GetRequestContext(),
103 TestingProfile test_profile_; member in class:extensions::image_writer::__anon8288::ImageWriterWriteFromUrlOperationTest
  /external/chromium_org/chrome/browser/ui/
settings_window_manager_browsertest.cc 55 test_profile_(NULL) {
67 CHECK(!test_profile_);
81 return test_profile_;
88 test_profile_ = profile;
122 Profile* test_profile_; // Owned by g_browser_process->profile_manager() member in class:SettingsWindowManagerTest
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc 360 extensions::ExtensionSystem::Get(&test_profile_));
371 TestingProfile test_profile_; member in class:file_manager::file_tasks::FileManagerFileTasksComplexTest
373 ExtensionService* extension_service_; // Owned by test_profile_;
436 drive::util::GetDriveMountPointPath(&test_profile_).AppendASCII(
441 FindFileHandlerTasks(&test_profile_, path_mime_set, &tasks);
457 drive::util::GetDriveMountPointPath(&test_profile_).AppendASCII(
462 drive::util::GetDriveMountPointPath(&test_profile_).AppendASCII(
466 FindFileHandlerTasks(&test_profile_, path_mime_set, &tasks);
476 FindFileHandlerTasks(&test_profile_, path_mime_set, &tasks);
528 FindFileBrowserHandlerTasks(&test_profile_, file_urls, &tasks)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker_unittest.cc 287 test_profile_ = builder.Build();
290 ProfileOAuth2TokenServiceFactory::GetForProfile(test_profile_.get()));
293 SigninManagerFactory::GetForProfile(test_profile_.get()));
300 account_tracker_.reset(new AccountTracker(test_profile_.get()));
317 return test_profile_.get();
374 scoped_ptr<TestingProfile> test_profile_; member in class:extensions::IdentityAccountTrackerTest

Completed in 351 milliseconds