/external/chromium/chrome/browser/chromeos/ |
update_observer.cc | 16 UpdateObserver::UpdateObserver(Profile* profile) 17 : notification_(profile, "update.chromeos", IDR_NOTIFICATION_UPDATE,
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-basic-grid-functionality.html | 8 functionality of profile view grid. 24 'Profile 1' must appear, and a grid with profile data must
|
/external/chromium/chrome/browser/extensions/ |
extension_cookies_helpers.h | 22 class Profile; 26 // Returns either the original profile or the incognito profile, based on the 27 // given store ID. Returns NULL if the profile doesn't exist or is not allowed 29 Profile* ChooseProfileFromStoreId(const std::string& store_id, 30 Profile* profile, 33 // Returns the store ID for a particular user profile. 34 const char* GetStoreIdFromProfile(Profile* profile); [all...] |
extension_management_apitest.cc | 8 #include "chrome/browser/profiles/profile.h" 42 ExtensionService* service = browser()->profile()->GetExtensionService(); 74 ExtensionService* service = browser()->profile()->GetExtensionService(); 89 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile())); 100 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); 118 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile())); 124 ExtensionService* service = browser()->profile()->GetExtensionService(); 135 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); 144 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); 149 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); [all...] |
/external/chromium/chrome/browser/importer/ |
external_process_importer_host.h | 14 class Profile; 34 Profile* target_profile, 44 // Information about a profile needed for importing.
|
/external/chromium/chrome/browser/ |
mock_browsing_data_database_helper.h | 21 explicit MockBrowsingDataDatabaseHelper(Profile* profile); 51 Profile* profile_;
|
mock_browsing_data_indexed_db_helper.h | 22 explicit MockBrowsingDataIndexedDBHelper(Profile* profile); 48 Profile* profile_;
|
mock_browsing_data_local_storage_helper.h | 21 explicit MockBrowsingDataLocalStorageHelper(Profile* profile); 48 Profile* profile_;
|
/external/chromium/chrome/browser/password_manager/ |
password_manager_delegate.h | 14 class Profile; 33 // Get the profile for which we are managing passwords. 34 virtual Profile* GetProfileForPasswordManager() = 0;
|
password_store_win.h | 13 class Profile; 26 Profile* profile,
|
/external/chromium/chrome/browser/sync/glue/ |
extension_change_processor.h | 51 virtual void StartImpl(Profile* profile); 62 Profile* profile_;
|
preference_data_type_controller.cc | 14 Profile* profile, 17 profile,
|
session_change_processor.cc | 14 #include "chrome/browser/profiles/profile.h" 68 if (browser->profile() != profile_) { 79 if (controller->profile() != profile_) { 90 if (controller->profile() != profile_) { 101 if (controller->profile() != profile_) { 111 if (controller->profile() != profile_) { 121 if (controller->profile() != profile_) { 131 if (extension_tab_helper->tab_contents()->profile() != profile_) { 226 void SessionChangeProcessor::StartImpl(Profile* profile) { [all...] |
session_data_type_controller.cc | 14 Profile* profile, 17 profile,
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
message_box_handler.h | 16 class Profile; 24 void RunJavascriptMessageBox(Profile* profile,
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
bookmark_applescript_utils_unittest.mm | 13 - (Profile*)defaultProfile { 16 return helper_->profile(); 66 return *helper_.profile()->GetBookmarkModel();
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_all_tabs_controller.h | 29 profile:(Profile*)profile
|
/external/chromium/chrome/browser/ui/cocoa/ |
dev_tools_controller.h | 17 class Profile; 45 withProfile:(Profile*)profile;
|
keystone_infobar.mm | 17 #include "chrome/browser/profiles/profile.h" 58 // The TabContents' profile. 59 Profile* profile_; // weak 73 profile_(tab_contents->profile()), 127 - (void)checkAndShowInfoBarForProfile:(Profile*)profile; 139 - (void)checkAndShowInfoBarForProfile:(Profile*)profile { 149 !profile->GetPrefs()->GetBoolean(prefs::kShowUpdatePromotionInfoBar) || 215 void KeystoneInfoBar::PromotionInfoBar(Profile* profile) [all...] |
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_uninstall_dialog_cocoa.mm | 12 #include "chrome/browser/profiles/profile.h" 22 Profile* profile,
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_fetcher_ui_callbacks.cc | 44 Profile* profile) { 50 profile);
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
touch_autocomplete_popup_contents_view.h | 14 class Profile; 50 Profile* profile,
|
/external/chromium/chrome/browser/ui/views/ |
dialog_stubs_gtk.cc | 35 Profile* profile) { 36 new EditSearchEngineDialog(GTK_WINDOW(parent), template_url, NULL, profile); local
|
first_run_bubble.h | 15 class Profile; 20 static FirstRunBubble* Show(Profile* profile, views::Widget* parent,
|
profile_menu_model.h | 21 // Menu for the multi-profile button displayed on the browser frame when the 22 // user is in a multi-profile-enabled account. Stub for now. TODO(mirandac): 23 // enable and fill in as part of multi-profile work.
|