/external/chromium_org/chrome/browser/notifications/ |
notification_ui_manager_mac.h | 23 class Profile; 36 Profile* profile) OVERRIDE; 38 Profile* profile, const GURL& source_origin) OVERRIDE; 41 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE; 54 ControllerNotification(Profile* a_profile, 59 Profile* profile; member in struct:NotificationUIManagerMac::ControllerNotification [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service_factory.cc | 12 #include "chrome/browser/profiles/profile.h" 48 Profile* profile) { 50 GetInstance()->GetServiceForBrowserContext(profile, true)); 67 Profile* profile = static_cast<Profile*>(context); local 76 profile, 80 ProfileOAuth2TokenServiceFactory::GetForProfile(profile)); 86 // Create this object when the profile is created so it can track an [all...] |
/external/chromium_org/chrome/browser/signin/ |
account_reconcilor_unittest.cc | 35 TestingProfile* profile() { return profile_.get(); } function in class:__anon5607::AccountReconcilorTest 59 SigninManagerFactory::GetForProfile(profile())); 60 signin_manager_->Initialize(profile(), NULL); 64 ProfileOAuth2TokenServiceFactory::GetForProfile(profile())); 68 // Destroy the profile before all threads are torn down. 76 AccountReconcilorFactory::GetForProfile(profile()); 78 ASSERT_EQ(profile(), reconcilor->profile()); 84 AccountReconcilorFactory::GetForProfile(profile()); 100 AccountReconcilorFactory::GetForProfile(profile()); [all...] |
/external/chromium_org/chrome/browser/ui/startup/ |
session_crashed_infobar_delegate.cc | 8 #include "chrome/browser/profiles/profile.h" 29 Profile* profile = browser->profile(); local 32 if (profile->IsOffTheRecord() || !web_contents) 37 new SessionCrashedInfoBarDelegate(profile)))); 40 SessionCrashedInfoBarDelegate::SessionCrashedInfoBarDelegate(Profile* profile) 43 profile_(profile) { 86 SessionRestore::RestoreSession(browser->profile(), browser [all...] |
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view_unittest.cc | 31 profile()->CreateBookmarkModel(true); 32 test::WaitForBookmarkModelToLoad(profile()); 35 BookmarkModelFactory::GetForProfile(profile()), 41 // Make sure the bubble is destroyed before the profile to avoid a crash. 54 profile(), 63 profile(), 65 signin_manager->Initialize(profile(), NULL); 77 content::BrowserContext* profile) { 81 return new FakeSigninManager(static_cast<Profile*>(profile)); [all...] |
/external/chromium_org/chrome/browser/ui/views/sync/ |
profile_signin_confirmation_dialog_views.h | 17 class Profile; 28 // to create a new Chrome profile. 35 Profile* profile, 42 Profile* profile, 69 // is true, the dialog will offer to create a new profile before signin. 78 // The profile being signed in. 79 Profile* profile_; 87 // Whether the user should be prompted to create a new profile [all...] |
/external/chromium_org/chrome/browser/ui/webui/signin/ |
profile_signin_confirmation_dialog.h | 20 class Profile; 28 // to create a new Chrome profile. 34 Profile* profile, 44 Profile* profile, 51 // is true, the dialog will offer to create a new profile before signin. 70 // Weak pointer to the profile being signed-in. 71 Profile* profile_; 82 // Whether to show the "Create a new profile" button [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_omnibox_api.cc | 14 #include "chrome/browser/profiles/profile.h" 49 Profile* profile, const std::string& extension_id) { 51 profile->GetExtensionService()->GetExtensionById(extension_id, false); 55 profile->GetExtensionService()->GetPropertyBag(extension)); 62 Profile* profile, const std::string& extension_id) { 63 profile->GetExtensionEventRouter()->DispatchEventToExtension( 64 extension_id, events::kOnInputStarted, "[]", profile, GURL()); 69 Profile* profile, const std::string& extension_id [all...] |
extension_event_router.h | 20 class Profile; 26 // sub-profile (incognito to original profile, or vice versa). 27 static bool CanCrossIncognito(Profile* profile, 29 static bool CanCrossIncognito(Profile* profile, const Extension* extension); 31 explicit ExtensionEventRouter(Profile* profile); 55 // normal profile only works if extension is allowed incognito access). I [all...] |
extension_event_router_forwarder.h | 13 #include "chrome/browser/profiles/profile.h" 22 // - the class can handle if a profile is deleted between the time of sending 24 // - this class can be used in contexts that are not governed by a profile, e.g. 33 // DispatchEventToRenderers(event_name, event_args, profile, event_url) 42 // profile, event_url) 52 // use_profile_to_restrict_events ? profile : NULL, event_url) 53 // on |profile|'s ExtensionEventRouter. May be called on any thread. 62 // use_profile_to_restrict_events ? profile : NULL, event_url) 63 // on |profile|'s ExtensionEventRouter. May be called on any thread. 76 // whether extension_id == "" or not) of |profile|'s ExtensionEventRouter [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_window.cc | 10 #include "chrome/browser/profiles/profile.h" 58 Profile* profile, 59 Profile::CreateStatus status) { 62 if (status != Profile::CREATE_STATUS_INITIALIZED) 69 // If this is a brand new profile, then start a first run window. 87 profile, 99 Profile* profile, 107 DCHECK(profile); 172 Profile* profile = profile_manager->GetProfileByPath( local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
profile.rb | 36 module Profile 37 =begin rdoc ANTLR3::Profile::ParserEvents 39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by 40 recognition code generated by ANTLR when called with the <tt>-profile</tt> 50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included 66 def profile method in class:ANTLR3.Profile.ParserEvents 67 @debug_listener.profile 95 unless const_defined?( :Profile ) 96 Profile = Struct.new( 107 class Profile [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils.h | 16 class Profile; 29 // Called after profile is loaded and prepared for the session. 30 virtual void OnProfilePrepared(Profile* profile) = 0; 33 // Called after post-profile RLZ initialization. 34 virtual void OnRlzInitialized(Profile* profile) {} 60 virtual void DoBrowserLaunch(Profile* profile, 63 // Loads and prepares profile for the session. Fires |delegate| in the end [all...] |
/external/chromium_org/chrome/browser/sync/ |
test_profile_sync_service.cc | 29 Profile* profile, 33 profile->GetDebugName(), profile, sync_prefs), 98 Profile* profile, 103 profile, 116 Profile* profile = static_cast<Profile*>(context) local [all...] |
/external/chromium_org/chrome/browser/ui/ash/ |
app_sync_ui_state.cc | 11 #include "chrome/browser/profiles/profile.h" 33 AppSyncUIState* AppSyncUIState::Get(Profile* profile) { 34 return AppSyncUIStateFactory::GetForProfile(profile); 38 bool AppSyncUIState::ShouldObserveAppSyncForProfile(Profile* profile) { 43 if (!profile || profile->IsOffTheRecord()) 46 if (!ProfileSyncServiceFactory::HasProfileSyncService(profile)) 49 return profile->IsNewProfile() [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
avatar_menu_item_gtk.h | 18 // This widget contains the profile icon, user name, and synchronization status 19 // to be displayed in the AvatarMenuBubble. Clicking the profile will open a new 20 // browser window, and when the user hovers over an active profile item, a link 21 // is displayed that will allow editing the profile. 24 // Delegates opening or editing a profile. 27 // Open a new browser window using the profile at |profile_index|. 30 // Edit the profile given by |profile_index|. 75 // Profile information to display for this item, e.g. user name, sync status. 78 // The index of this profile. The delegate uses this value to distinguish 79 // which profile should be switched to [all...] |
/external/chromium_org/content/renderer/media/ |
rtc_video_encoder_factory.cc | 19 const media::VideoEncodeAccelerator::SupportedProfile& profile) { 24 if (profile.profile >= media::VP8PROFILE_MIN && 25 profile.profile <= media::VP8PROFILE_MAX) { 28 } else if (profile.profile >= media::H264PROFILE_MIN && 29 profile.profile <= media::H264PROFILE_MAX) { 35 width = profile.max_resolution.width() [all...] |
/external/chromium_org/chrome/browser/search/ |
search.cc | 16 #include "chrome/browser/profiles/profile.h" 119 TemplateURL* GetDefaultSearchProviderTemplateURL(Profile* profile) { 121 TemplateURLServiceFactory::GetForProfile(profile); 160 // |profile|. 162 Profile* profile) { 169 InstantServiceFactory::GetForProfile(profile); 189 // Returns true if |url| can be used as an Instant URL for |profile|. 190 bool IsInstantURL(const GURL& url, Profile* profile) [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_event_router.cc | 15 #include "chrome/browser/profiles/profile.h" 95 TabsEventRouter::TabsEventRouter(Profile* profile) : profile_(profile) { 96 DCHECK(!profile->IsOffTheRecord()); 126 if (!profile_->IsSameProfile(browser->profile())) 163 if (!profile_->IsSameProfile(browser->profile())) 193 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()) local 228 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local 251 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local 273 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local 301 Profile* profile = local 351 Profile* profile = tab_strip_model->profile(); local 379 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local 460 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local [all...] |
/external/chromium/chrome/browser/ |
background_mode_manager_unittest.cc | 30 TestBackgroundModeManager(Profile* profile, CommandLine* cl) 31 : BackgroundModeManager(profile, cl) { 40 TestingProfile profile; local 41 TestBackgroundModeManager manager(&profile, command_line_.get()); 55 TestingProfile profile; local 56 TestBackgroundModeManager manager(&profile, command_line_.get());
|
browser_url_handler.h | 20 class Profile; 30 typedef bool (*URLHandler)(GURL* url, Profile* profile); 36 static void RewriteURLIfNecessary(GURL* url, Profile* profile, 41 Profile* profile);
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_node_data.cc | 14 #include "chrome/browser/profiles/profile.h" 142 void BookmarkNodeData::WriteToClipboard(Profile* profile) const { 163 WriteToPickle(profile, &pickle); 200 void BookmarkNodeData::WriteToClipboard(Profile* profile) const { 220 void BookmarkNodeData::Write(Profile* profile, ui::OSExchangeData* data) const { 234 WriteToPickle(profile, &data_pickle); 263 void BookmarkNodeData::WriteToPickle(Profile* profile, Pickle* pickle) const [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller.h | 26 Profile* profile_; // weak 47 profile:(Profile*)profile 50 profile:(Profile*)profile
|
/external/chromium/chrome/browser/ui/gtk/ |
instant_confirm_dialog_gtk.cc | 11 #include "chrome/browser/profiles/profile.h" 22 void ShowInstantConfirmDialog(GtkWindow* parent, Profile* profile) { 23 new InstantConfirmDialogGtk(parent, profile); 29 GtkWindow* parent, Profile* profile) : profile_(profile) {
|
/external/chromium/chrome/browser/ui/views/ |
theme_background.cc | 7 #include "chrome/browser/profiles/profile.h" 33 Profile* profile = browser_view_->browser()->profile(); local 34 ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile); 38 profile->IsOffTheRecord() ? 42 profile->IsOffTheRecord() ?
|