/external/chromium_org/chrome/browser/extensions/ |
suggest_permission_util.cc | 49 Profile* profile) { 51 extensions::ExtensionSystem::Get(profile)->process_manager(); 79 Profile* profile) { 84 SuggestAPIPermissionInDevToolsConsole(permission, extension, profile);
|
test_extension_system.h | 28 explicit TestExtensionSystem(Profile* profile); 34 // Creates an ExtensionPrefs with the testing profile and returns it. 40 // Creates an ExtensionService initialized with the testing profile and 80 static BrowserContextKeyedService* Build(content::BrowserContext* profile); 83 Profile* profile_;
|
window_controller.h | 15 class Profile; 44 WindowController(ui::BaseWindow* window, Profile* profile); 49 Profile* profile() const { return profile_; } function in class:extensions::WindowController 88 Profile* profile_;
|
/external/chromium_org/chrome/browser/feedback/ |
feedback_util.cc | 25 #include "chrome/browser/profiles/profile.h" 60 void DispatchFeedback(Profile* profile, std::string* post_body, int64 delay); 107 PostCleanup(Profile* profile, 109 int64 previous_delay) : profile_(profile), 119 Profile* profile_; 170 void SendFeedback(Profile* profile, 185 new PostCleanup(profile, post_body, previous_delay)) 250 Profile* profile = NULL; local [all...] |
/external/chromium_org/chrome/browser/history/ |
in_memory_history_backend.h | 25 class Profile; 52 // system on the main thread. The argument is the profile with which the 54 void AttachToHistoryService(Profile* profile); 90 // The profile that this object is attached. May be NULL before 92 Profile* profile_;
|
/external/chromium_org/chrome/browser/notifications/ |
balloon_collection.h | 18 class Profile; 55 Profile* profile) = 0; 68 // Removes any balloons matching |profile. Returns true if any were removed. 69 virtual bool RemoveByProfile(Profile* profile) = 0;
|
/external/chromium_org/chrome/browser/prefs/ |
incognito_mode_prefs.cc | 10 #include "chrome/browser/profiles/profile.h" 76 bool IncognitoModePrefs::CanOpenBrowser(Profile* profile) { 77 switch (GetAvailability(profile->GetPrefs())) { 81 return !profile->IsOffTheRecord(); 83 return profile->IsOffTheRecord();
|
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_reset_global_error.h | 15 class Profile; 17 // Encapsulates UI-related functionality for the one-time profile settings reset 18 // prompt. The UI consists of two parts: (1.) the profile reset (pop-up) bubble, 24 explicit ProfileResetGlobalError(Profile* profile); 52 Profile* profile_;
|
/external/chromium_org/chrome/browser/resources/options/ |
reset_profile_settings_banner.js | 12 * Provides encapsulated handling of the Reset Profile Settings banner. 42 $('reset-profile-settings-banner-close').onclick = function(event) { 47 $('reset-profile-settings-banner-activate').onclick = function(event) { 69 * the confirmation dialog for the profile settings reset feature is opened. 79 * Sets whether or not the reset profile settings banner shall be visible. 84 $('reset-profile-settings-banner').hidden = !show;
|
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_engine_extension_api.cc | 14 #include "chrome/browser/profiles/profile.h" 43 Profile* profile, EventRouter* event_router, std::string extension_id) { 52 ExtensionSystem::Get(profile)->process_manager(); 62 void GetExtensionVoices(Profile* profile, std::vector<VoiceData>* out_voices) { 63 ExtensionService* service = profile->GetExtensionService(); 66 ExtensionSystem::Get(profile)->event_router(); 168 event->restrict_to_browser_context = utterance->profile(); 169 ExtensionSystem::Get(utterance->profile())->event_router()- 186 Profile* profile = utterance->profile(); local 198 Profile* profile = utterance->profile(); local [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
change_processor.h | 12 class Profile; 34 // Subclasses can extract their associated chrome model from |profile| in 36 void Start(Profile* profile, syncer::UserShare* share_handle); 76 virtual void StartImpl(Profile* profile) = 0;
|
session_change_processor.cc | 14 #include "chrome/browser/profiles/profile.h" 108 if (!browser || browser->profile() != profile_) { 111 DVLOG(1) << "Received BROWSER_OPENED for profile " << profile_; 119 if (!tab || tab->profile() != profile_) { 123 DVLOG(1) << "Received TAB_PARENTED for profile " << profile_; 131 if (!tab || tab->profile() != profile_) { 135 DVLOG(1) << "Received LOAD_COMPLETED_MAIN_FRAME for profile " << profile_; 143 if (!tab || tab->profile() != profile_) 146 DVLOG(1) << "Received NOTIFICATION_WEB_CONTENTS_DESTROYED for profile " 153 if (!tab || tab->profile() != profile_) [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_components_factory_impl.h | 17 class Profile; 25 ProfileSyncComponentsFactoryImpl(Profile* profile, 43 Profile* profile, 80 Profile* profile_;
|
test_profile_sync_service.h | 21 class Profile; 40 Profile* profile, 75 Profile* profile, 89 content::BrowserContext* profile);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_mac.h | 54 virtual void Init(Profile* initial_profile) OVERRIDE; 55 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE; 56 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE; 59 virtual void EnableAppList(Profile* initial_profile) OVERRIDE; 62 virtual Profile* GetCurrentAppListProfile() OVERRIDE; 88 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
app_search_provider.cc | 14 #include "chrome/browser/profiles/profile.h" 42 Profile* profile, 44 : profile_(profile), 47 content::Source<Profile>(profile_->GetOriginalProfile())); 49 content::Source<Profile>(profile_->GetOriginalProfile()));
|
/external/chromium_org/chrome/browser/ui/autofill/ |
mock_autofill_dialog_view_delegate.h | 83 MOCK_METHOD0(profile, Profile*()); 89 // Set which profile to use for mock |profile()| calls. 90 void SetProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/ |
web_drag_bookmark_handler_gtk.cc | 12 #include "chrome/browser/profiles/profile.h" 44 Profile* profile = local 45 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); 47 NULL, data, ui::CHROME_BOOKMARK_ITEM, profile, NULL, NULL)); 48 bookmark_drag_data_.SetOriginatingProfile(profile);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
alternate_nav_infobar_delegate.cc | 14 #include "chrome/browser/profiles/profile.h" 34 Profile::FromBrowserContext(web_contents->GetBrowserContext()), text, 39 Profile* profile, 44 profile_(profile), 79 HistoryServiceFactory::GetForProfile(profile_, Profile::IMPLICIT_ACCESS);
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
encoding_menu_controller.cc | 13 #include "chrome/browser/profiles/profile.h" 81 Profile* browser_profile, 104 void EncodingMenuController::GetEncodingMenuItems(Profile* profile, 124 profile->GetPrefs()->GetString(prefs::kStaticEncodings), 125 profile->GetPrefs()->GetString(prefs::kRecentlySelectedEncoding));
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_info_ui.cc | 14 #include "chrome/browser/profiles/profile.h" 45 Profile* profile = Profile::FromWebUI(web_ui); local 46 content::WebUIDataSource::Add(profile, source_); 61 Profile::FromWebUI(web_ui()))->extension_service();
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_resource_cache.h | 17 class Profile; 38 explicit NTPResourceCache(Profile* profile); 63 Profile* profile, content::RenderProcessHost* render_host); 75 Profile* profile_;
|
thumbnail_source.cc | 10 #include "chrome/browser/profiles/profile.h" 22 // Set ThumbnailService now as Profile isn't thread safe. 23 ThumbnailSource::ThumbnailSource(Profile* profile, bool capture_thumbnails) 24 : thumbnail_service_(ThumbnailServiceFactory::GetForProfile(profile)), 25 profile_(profile),
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
managed_user_create_confirm_handler.cc | 12 #include "chrome/browser/profiles/profile.h" 45 SigninManagerFactory::GetForProfile(Profile::FromWebUI(web_ui())); 73 Profile* profile = g_browser_process->profile_manager()-> 75 DCHECK(profile); 84 profile,
|
reset_profile_settings_handler.h | 24 // Handler for both the 'Reset Profile Settings' overlay page and also the 59 // Resets profile settings to default values. |send_settings| is true if user 63 // Destroyed with the Profile, thus it should outlive us. This will be NULL if 64 // the underlying profile is off-the-record (e.g. in Guest mode on Chrome OS). 67 // Records whether or not the Profile Reset confirmation dialog was opened at 75 // Snapshot of settings before profile was reseted.
|