/external/chromium_org/chrome/browser/speech/ |
tts_extension_loader_chromeos.h | 11 // Profile-keyed class that loads a built-in TTS component extension 12 // into a given profile on Chrome OS. 17 static TtsExtensionLoaderChromeOs* GetInstance(Profile* profile); 30 // The state of TTS for this profile. 38 explicit TtsExtensionLoaderChromeOs(Profile* profile); 43 Profile* profile_;
|
/external/chromium_org/chrome/browser/sync/glue/ |
change_processor.cc | 6 #include "chrome/browser/profiles/profile.h" 17 void ChangeProcessor::Start(Profile* profile, 21 StartImpl(profile);
|
extension_data_type_controller.cc | 9 #include "chrome/browser/profiles/profile.h" 17 Profile* profile, 21 profile,
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_service_factory.h | 13 class Profile; 22 static SyncFileSystemService* GetForProfile(Profile* profile); 23 static SyncFileSystemService* FindForProfile(Profile* profile);
|
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
app_sync_ui_state_watcher.cc | 10 AppSyncUIStateWatcher::AppSyncUIStateWatcher(Profile* profile, 12 : app_sync_ui_state_(AppSyncUIState::Get(profile)),
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
first_run_bubble_controller.h | 10 class Profile; 17 Profile* profile_; 24 profile:(Profile*)profile;
|
/external/chromium_org/chrome/browser/ui/sync/ |
profile_signin_confirmation_helper_browsertest.cc | 36 EXPECT_FALSE(ui::HasBeenShutdown(browser()->profile())); 41 EXPECT_FALSE(ui::HasSyncedExtensions(browser()->profile()));
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_drag_drop_views.h | 10 class Profile; 34 int GetBookmarkDropOperation(Profile* profile, 41 // |index|. A drop from a separate profile is always allowed, where as 42 // a drop from the same profile is only allowed if none of the nodes in 45 bool IsValidBookmarkDropLocation(Profile* profile,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
cryptohome_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 32 Profile* profile = Profile::FromWebUI(web_ui); local 33 content::WebUIDataSource::Add(profile, CreateCryptohomeUIHTMLSource());
|
/external/chromium_org/chrome/browser/ui/webui/local_discovery/ |
local_discovery_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 31 Profile* profile = Profile::FromWebUI(web_ui); local 32 content::WebUIDataSource::Add(profile, CreateLocalDiscoveryHTMLSource());
|
/external/chromium_org/chrome/browser/ui/webui/memory_internals/ |
memory_internals_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 33 Profile* profile = Profile::FromWebUI(web_ui); local 34 content::WebUIDataSource::Add(profile, CreateMemoryInternalsHTMLSource());
|
/external/chromium_org/chrome/browser/ui/webui/user_actions/ |
user_actions_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 24 Profile* profile = Profile::FromWebUI(web_ui); local 25 content::WebUIDataSource::Add(profile, html_source);
|
/external/chromium_org/ui/gfx/ |
color_profile_mac.cc | 11 void ReadColorProfile(std::vector<char>* profile) { 22 profile->assign(sys_profile, sys_profile + length);
|
/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());
|
/external/chromium/chrome/browser/extensions/ |
extension_web_ui.h | 21 class Profile; 60 static bool HandleChromeURLOverride(GURL* url, Profile* profile); 65 static void RegisterChromeURLOverrides(Profile* profile, 67 static void UnregisterChromeURLOverrides(Profile* profile, 70 Profile* profile, 77 static void GetFaviconForURL(Profile* profile [all...] |
/external/chromium/chrome/browser/tabs/ |
pinned_tab_service.cc | 7 #include "chrome/browser/profiles/profile.h" 18 (*i)->profile() == browser->profile()) { 25 PinnedTabService::PinnedTabService(Profile* profile) 26 : profile_(profile), 47 browser->profile() == profile_) { 55 if (has_normal_browser_ && browser->profile() == profile_) {
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_drag_data.cc | 10 #include "chrome/browser/profiles/profile.h" 24 bool BrowserActionDragData::IsFromProfile(Profile* profile) const { 25 return (profile_id_ == profile->GetRuntimeId()); 30 Profile* profile, ui::OSExchangeData* data) const { 33 WriteToPickle(profile, &data_pickle); 67 Profile* profile, Pickle* pickle) const { 68 ProfileId profile_id = profile->GetRuntimeId() [all...] |
browser_action_drag_data_unittest.cc | 25 TestingProfile profile; local 26 profile.SetID(L"id"); 37 TestingProfile profile; local 38 profile.SetID(L"id"); 41 const ProfileId profile_id = profile.GetRuntimeId(); 53 ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile()));
|
/external/chromium_org/apps/ |
app_restore_service.h | 19 class Profile; 31 explicit AppRestoreService(Profile* profile); 41 static AppRestoreService* Get(Profile* profile); 45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE; 46 virtual void OnAppActivated(Profile* profile, 48 virtual void OnAppDeactivated(Profile* profile [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_node_data.h | 21 class Profile; 114 // |profile| is used to identify which profile the data came from. Use a 115 // value of null to indicate the data is not associated with any profile. 116 void Write(Profile* profile, ui::OSExchangeData* data) const; 123 void WriteToPickle(Profile* profile, Pickle* pickle) const; 129 // created from the same profile then the nodes from the model are returned. 132 std::vector<const BookmarkNode*> GetNodes(Profile* profile) const [all...] |
/external/chromium_org/chrome/browser/download/ |
download_test_file_activity_observer.cc | 12 #include "chrome/browser/profiles/profile.h" 24 explicit MockDownloadManagerDelegate(Profile* profile) 25 : ChromeDownloadManagerDelegate(profile), 28 if (!profile->IsOffTheRecord()) 64 Profile* profile) { 65 test_delegate_ = new MockDownloadManagerDelegate(profile); 66 DownloadServiceFactory::GetForBrowserContext(profile)->
|
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
runtime_api.h | 15 class Profile; 28 static void DispatchOnStartupEvent(Profile* profile, 32 static void DispatchOnInstalledEvent(Profile* profile, 39 Profile* profile, 44 static void DispatchOnBrowserUpdateAvailableEvent(Profile* profile); 48 Profile* profile [all...] |
/external/chromium_org/chrome/browser/net/ |
cookie_policy_browsertest.cc | 9 #include "chrome/browser/profiles/profile.h" 35 browser()->profile()->GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, 40 std::string cookie = content::GetCookies(browser()->profile(), url); 45 cookie = content::GetCookies(browser()->profile(), url); 55 browser()->profile()->GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, 71 content::GetCookies(browser()->profile(), redirected_url); 79 cookie = content::GetCookies(browser()->profile(), redirected_url);
|
/external/chromium_org/chrome/browser/notifications/ |
notification_ui_manager_impl.h | 21 class Profile; 36 Profile* profile) OVERRIDE; 38 Profile* profile) OVERRIDE; 43 Profile* profile, 46 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE; 58 Profile* profile) = 0 [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_window.cc | 10 #include "chrome/browser/profiles/profile.h" 29 Profile* profile, 30 Profile::CreateStatus status) { 33 if (status == Profile::CREATE_STATUS_INITIALIZED) { 35 profile, 48 Profile* profile, 56 DCHECK(profile); 59 Browser* browser = chrome::FindTabbedBrowser(profile, false, desktop_type) [all...] |