HomeSort by relevance Sort by last modified time
    Searched refs:GetProfile (Results 126 - 150 of 166) sorted by null

1 2 3 4 56 7

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper_unittest.cc 80 TestingProfile* GetProfile() {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.cc 123 device::BluetoothProfile* ExtensionBluetoothEventRouter::GetProfile(
bluetooth_api.cc 402 GetEventRouter(profile())->GetProfile(uuid);
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 76 Profile* GetProfile(const base::FilePath& profile_dir);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_extensions_common_message_filter.cc 164 Profile* profile = profile_manager->GetProfile(profile_directory_);
  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.cc 20 return test()->GetProfile(index)->GetPrefs();
sync_app_helper.cc 98 test->GetProfile(i))->InitForRegularProfile(true);
bookmarks_helper.cc 255 profiles_which_need_to_wait.push_back(test()->GetProfile(i));
387 return BookmarkModelFactory::GetForProfile(test()->GetProfile(index));
524 SetFaviconImpl(test()->GetProfile(profile), node, icon_url, image,
sync_extension_helper.cc 54 SetupProfile(test->GetProfile(i));
  /external/chromium_org/v8/src/
cpu-profiler.h 203 CpuProfile* GetProfile(int index);
  /external/v8/src/
cpu-profiler.h 214 static CpuProfile* GetProfile(Object* security_token, int index);
cpu-profiler.cc 297 CpuProfile* CpuProfiler::GetProfile(Object* security_token, int index) {
309 return profiler->profiles_->GetProfile(token, uid);
  /external/chromium_org/chrome/browser/password_manager/
password_manager_unittest.cc 37 MOCK_METHOD0(GetProfile, Profile*());
57 EXPECT_CALL(delegate_, GetProfile()).WillRepeatedly(Return(profile()));
password_form_manager_unittest.cc 35 virtual Profile* GetProfile() OVERRIDE { return profile_; }
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 350 Profile* BrowserView::GetProfile() const {
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 171 new ExtensionBookmarkManagerEventRouter(GetProfile(), tab_contents()));
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 353 web_ui_->GetProfile()->GetProfileSyncService();
autofill_options_handler.cc 159 personal_data_ = web_ui_->GetProfile()->GetPersonalDataManager();
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 534 EXPECT_TRUE(browser()->GetProfile()->GetPrefs()->GetBoolean(
  /external/chromium/chrome/browser/ui/webui/
active_downloads_ui.cc 211 profile_ = web_ui->GetProfile();
bug_report_ui.cc 664 bug_report_->UpdateData(web_ui_->GetProfile()
mediaplayer_ui.cc 213 Profile* profile = web_ui->GetProfile();
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 95 g_browser_process->profile_manager()->GetProfile(
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 329 g_browser_process->profile_manager()->GetProfile(profile_file_path);
  /external/chromium/chrome/browser/ui/
browser.h 671 virtual Profile* GetProfile() const;
    [all...]

Completed in 442 milliseconds

1 2 3 4 56 7