HomeSort by relevance Sort by last modified time
    Searched defs:GetProfile (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service_browsertest.cc 39 Profile* GetProfile() {
63 BrowserContext * context = static_cast<BrowserContext*>(GetProfile());
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 45 Profile* TabModel::GetProfile() const {
  /external/chromium_org/chrome/browser/ui/webui/
theme_handler.cc 34 ThemeServiceFactory::GetForProfile(GetProfile())));
43 ThemeServiceFactory::GetForProfile(GetProfile())->HasCustomImage(
49 Profile* profile = GetProfile();
54 Profile* ThemeHandler::GetProfile() const {
app_launcher_page_ui.cc 42 if (NTPLoginHandler::ShouldShow(GetProfile()))
45 if (!GetProfile()->IsOffTheRecord()) {
47 extensions::ExtensionSystem::Get(GetProfile())->extension_service();
64 new HTMLSource(GetProfile()->GetOriginalProfile()));
65 content::URLDataSource::Add(GetProfile(), html_source.release());
79 Profile* AppLauncherPageUI::GetProfile() const {
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function_details.cc 30 Profile* ChromeExtensionFunctionDetails::GetProfile() const {
42 if (GetProfile() == window_controller->profile())
48 return GetProfile()->HasOffTheRecordProfile() &&
49 GetProfile()->GetOffTheRecordProfile() == window_controller->profile();
chrome_extension_function.cc 24 Profile* ChromeUIThreadExtensionFunction::GetProfile() const {
36 if (GetProfile() == window_controller->profile())
42 return GetProfile()->HasOffTheRecordProfile() &&
43 GetProfile()->GetOffTheRecordProfile() == window_controller->profile();
extension_test_notification_observer.cc 107 Profile* ExtensionTestNotificationObserver::GetProfile() {
131 extensions::ExtensionActionAPI::Get(GetProfile())->AddObserver(this);
135 extensions::ExtensionActionAPI::Get(GetProfile())->
142 extensions::ExtensionSystem::Get(GetProfile())->process_manager();
185 GetProfile())->extension_service();
  /external/chromium_org/chrome/browser/devtools/
devtools_network_protocol_handler.cc 44 Profile* DevToolsNetworkProtocolHandler::GetProfile(
101 Profile* profile = GetProfile(agent_host);
  /external/chromium_org/chrome/browser/ui/passwords/
password_manager_presenter_unittest.cc 26 virtual Profile* GetProfile() OVERRIDE;
49 Profile* MockPasswordUIView::GetProfile() { return profile_; }
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.cc 36 Profile* ExtensionSettingsUIBrowserTest::GetProfile() {
76 Profile* profile = this->GetProfile();
  /external/chromium_org/chrome/browser/android/
password_ui_view_android.cc 28 Profile* PasswordUIViewAndroid::GetProfile() {
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 49 const Profile* GetProfile() const;
85 EXPECT_FALSE(GetProfile());
96 const Profile* PowerPrefsTest::GetProfile() const {
178 EXPECT_EQ(login_profile, GetProfile());
193 EXPECT_EQ(login_profile, GetProfile());
205 EXPECT_FALSE(GetProfile());
228 EXPECT_EQ(user_profile, GetProfile());
246 EXPECT_EQ(user_profile, GetProfile());
258 EXPECT_EQ(user_profile, GetProfile());
271 EXPECT_FALSE(GetProfile());
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_isolated_file_system_message_filter.cc 93 Profile* PepperIsolatedFileSystemMessageFilter::GetProfile() {
96 return profile_manager->GetProfile(profile_directory_);
149 Profile* profile = GetProfile();
  /external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.cc 35 Profile* PasswordManagerHandler::GetProfile() {
156 languages_ = GetProfile()->GetPrefs()->GetString(prefs::kAcceptLanguages);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper_unittest.cc 79 TestingProfile* GetProfile() {
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 59 Profile* SyncFileSystemBackend::ProfileHolder::GetProfile() {
281 if (!profile_holder_->GetProfile()) {
288 profile_holder_->GetProfile());
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.h 109 TestingProfile* GetProfile() { return profile_; }
  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.cc 63 ProfileProperties* profile = GetProfile(profile_path, error_callback);
85 ProfileProperties* profile = GetProfile(profile_path, error_callback);
105 ProfileProperties* profile = GetProfile(profile_path, error_callback);
129 if (GetProfile(dbus::ObjectPath(profile_path), ErrorCallback()))
143 ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path),
153 ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path),
167 ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path),
244 FakeShillProfileClient::ProfileProperties* FakeShillProfileClient::GetProfile(
  /external/chromium_org/chrome/browser/chromeos/system/
tray_accessibility_browsertest.cc 69 Profile* GetProfile() { return ProfileManager::GetActiveUserProfile(); }
85 AccessibilityManager::Get()->SetProfileForTest(GetProfile());
86 MagnificationManager::Get()->SetProfileForTest(GetProfile());
101 PrefService* prefs = GetProfile()->GetPrefs();
    [all...]
  /external/chromium_org/chrome/browser/history/
history_browsertest.cc 70 return GetProfile()->GetPrefs();
73 Profile* GetProfile() {
78 ui_test_utils::HistoryEnumerator enumerator(GetProfile());
92 HistoryServiceFactory::GetForProfile(GetProfile(),
125 GetProfile(), Profile::EXPLICIT_ACCESS));
127 GetProfile(), Profile::IMPLICIT_ACCESS));
148 GetProfile(), Profile::EXPLICIT_ACCESS));
150 GetProfile(), Profile::IMPLICIT_ACCESS));
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permission_controller.cc 67 GetProfile())),
212 extensions::ExtensionPrefs::Get(GetProfile()), extension_->id());
295 extensions::ExtensionPrefs::Get(GetProfile()),
520 Profile* MediaGalleriesPermissionController::GetProfile() {
media_galleries_scan_result_controller.cc 71 GetProfile());
189 platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath());
341 Profile* MediaGalleriesScanResultController::GetProfile() const {
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.cc 318 PrefService* prefs = GetProfile()->GetPrefs();
363 web_contents_->GetMutableRendererPrefs(), GetProfile());
368 ThemeServiceFactory::GetForProfile(GetProfile())));
571 web_contents_->GetMutableRendererPrefs(), GetProfile());
575 Profile* PrefsTabHelper::GetProfile() {
597 PrefService* prefs = GetProfile()->GetPrefs();
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.cc 176 Profile* profile = GetProfile();
359 Profile* ToolbarModelImpl::GetProfile() const {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui.cc 95 Profile* profile = GetProfile();
219 GetProfile()->GetPrefs()->GetBoolean(bookmarks::prefs::kShowBookmarkBar) ?
300 Profile* NewTabUI::GetProfile() const {

Completed in 558 milliseconds

1 2