/external/chromium_org/chrome/browser/managed_mode/ |
custodian_profile_downloader_service.cc | 8 #include "chrome/browser/profiles/profile.h" 13 Profile* custodian_profile) 34 // Profile was previously downloaded successfully, use it as it is unlikely 39 // If another profile download is in progress, drop it. It's not worth 59 Profile* CustodianProfileDownloaderService::GetBrowserProfile() {
|
/external/chromium_org/chrome/browser/prefs/ |
incognito_mode_prefs.h | 12 class Profile; 58 // Returns true if |profile| can open a new Browser. This checks the incognito 59 // availability policies and verifies if the |profile| type is allowed to 61 static bool CanOpenBrowser(Profile* profile);
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_broker_message_filter.cc | 10 #include "chrome/browser/profiles/profile.h" 63 Profile* profile = 64 Profile::FromBrowserContext(render_process_host->GetBrowserContext()); 66 profile->GetHostContentSettingsMap();
|
/external/chromium_org/chrome/browser/resources/options/ |
profiles_icon_grid.js | 11 * Creates a new profile icon grid item. 12 * @param {Object} iconURL The profile icon URL. 24 * Decorates an element as a profile grid item. 39 imageEl.className = 'profile-icon'; 43 this.className = 'profile-icon-grid-item';
|
/external/chromium_org/chrome/browser/search_engines/ |
search_provider_install_state_message_filter.h | 14 class Profile; 22 Profile* profile); 52 // Copied from the profile since the profile can't be accessed on the I/O
|
/external/chromium_org/chrome/browser/signin/ |
signin_tracker.cc | 8 #include "chrome/browser/profiles/profile.h" 17 SigninTracker::SigninTracker(Profile* profile, Observer* observer) 18 : profile_(profile), observer_(observer) { 34 content::Source<Profile>(profile_));
|
ubertoken_fetcher.cc | 10 #include "chrome/browser/profiles/profile.h" 18 UbertokenFetcher::UbertokenFetcher(Profile* profile, 20 : profile_(profile), consumer_(consumer) { 21 DCHECK(profile);
|
/external/chromium_org/chrome/browser/sync/glue/ |
session_change_processor.h | 18 class Profile; 63 virtual void StartImpl(Profile* profile) OVERRIDE; 77 // Profile being synced. Non-null if |running()| is true. 78 Profile* profile_;
|
session_data_type_controller.cc | 20 Profile* profile, 23 profile, 45 content::Source<Profile>(profile_)); 63 DCHECK_EQ(profile_, content::Source<Profile>(source).ptr());
|
/external/chromium_org/chrome/browser/ui/ash/ |
screenshot_taker.h | 18 class Profile; 75 Profile* GetProfile(); 78 void SetScreenshotProfileForTest(Profile* profile); 93 Profile* profile_for_test_;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
edit_search_engine_dialog.h | 18 class Profile; 26 Profile* profile); 31 void Init(GtkWindow* parent_window, Profile* profile);
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
keyword_editor_controller.h | 15 class Profile; 22 explicit KeywordEditorController(Profile* profile); 70 // The profile. 71 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_keybinding_registry_views.h | 14 class Profile; 34 ExtensionKeybindingRegistryViews(Profile* profile, 53 // Weak pointer to the our profile. Not owned by us. 54 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/webui/ |
bookmarks_ui.cc | 9 #include "chrome/browser/profiles/profile.h" 58 Profile* profile = Profile::FromWebUI(web_ui); local 59 content::URLDataSource::Add(profile, html_source);
|
certificate_viewer_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 60 Profile* profile = Profile::FromWebUI(web_ui); local 61 content::WebUIDataSource::Add(profile, html_source);
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
bluetooth_pairing_ui.cc | 8 #include "chrome/browser/profiles/profile.h" 42 Profile* profile = Profile::FromWebUI(web_ui); local 43 content::WebUIDataSource::Add(profile, source);
|
slow_trace_ui.cc | 12 #include "chrome/browser/profiles/profile.h" 77 Profile* profile = Profile::FromWebUI(web_ui); local 78 content::URLDataSource::Add(profile, html_source);
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_error_handler.h | 23 class Profile; 32 explicit ExtensionErrorHandler(Profile* profile); 65 // The profile with which this Handler is associated. 66 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
home_page_overlay_handler.cc | 14 #include "chrome/browser/profiles/profile.h" 35 Profile* profile = Profile::FromWebUI(web_ui()); local 36 autocomplete_controller_.reset(new AutocompleteController(profile, this,
|
manage_profile_browsertest.js | 29 * Returns a test profile-info object with configurable "managed" status. 30 * @param {boolean} managed If true, the test profile will be marked as 32 * @return {Object} A test profile-info object. 36 name: 'Test Profile', 38 filePath: '/path/to/profile/data/on/disk', 45 * Overrides WebUI methods that provide profile info, making them return a 46 * test profile-info object. 47 * @param {boolean} managed Whether the test profile should be marked managed. 54 // Set the profile info in the overlay. 60 // Receiving the new profile defaults in the manage-user overlay shouldn't mes [all...] |
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui.cc | 10 #include "chrome/browser/profiles/profile.h" 80 Profile* profile = Profile::FromWebUI(web_ui); local 81 content::WebUIDataSource::Add(profile, html_source);
|
/external/chromium_org/chrome/browser/undo/ |
bookmark_undo_service.h | 16 class Profile; 23 // BookmarkUndoService is owned by the profile, and is responsible for observing 29 explicit BookmarkUndoService(Profile* profile); 60 Profile* profile_;
|
/external/chromium_org/third_party/protobuf/ |
protobuf_lite_java_parse_pom.py | 14 'lite' profile. It does not return and test includes. 31 profile_path = '{0}profiles/{0}profile'.format(namespace) 40 for profile in ElementTree.parse(pom_path).getroot().findall(profile_path): 41 id_element = profile.find(id_path) 43 for plugin in profile.findall(plugin_path):
|
/external/chromium/chrome/browser/extensions/ |
extension_process_manager.cc | 14 #include "chrome/browser/profiles/profile.h" 29 // whether to fall back on the original profile's ExtensionProcessManager based 33 explicit IncognitoExtensionProcessManager(Profile* profile); 84 ExtensionProcessManager* ExtensionProcessManager::Create(Profile* profile) { 85 return (profile->IsOffTheRecord()) ? 86 new IncognitoExtensionProcessManager(profile) : 87 new ExtensionProcessManager(profile); 90 ExtensionProcessManager::ExtensionProcessManager(Profile* profile [all...] |
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
runtime_api.cc | 18 #include "chrome/browser/profiles/profile.h" 77 Profile* profile, 87 if (profile->IsOffTheRecord()) 91 !g_browser_process->profile_manager()->IsValidProfile(profile)) 93 ExtensionSystem* system = ExtensionSystem::Get(profile); 105 ShouldEnqueueTask(profile, extension)) { 107 profile, extension_id, 109 profile, extension_id, false)); 243 Profile* profile = Profile::FromBrowserContext(browser_context_) local 248 Profile* profile = Profile::FromBrowserContext(browser_context_); local 254 Profile* profile = Profile::FromBrowserContext(browser_context_); local 264 Profile* profile = static_cast<Profile*>(context); local [all...] |