Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/external/chromium/chrome/browser/
Dbackground_contents_service_unittest.cc32 const DictionaryValue* GetPrefs(Profile* profile) { in GetPrefs()
37 void ClearPrefs(Profile* profile) { in ClearPrefs()
42 std::string GetPrefURLForApp(Profile* profile, const string16& appid) { in GetPrefURLForApp()
57 explicit MockBackgroundContents(Profile* profile) in MockBackgroundContents()
61 MockBackgroundContents(Profile* profile, const std::string& id) in MockBackgroundContents()
82 void MockClose(Profile* profile) { in MockClose()
111 TestingProfile profile; in TEST_F() local
116 TestingProfile profile; in TEST_F() local
127 TestingProfile profile; in TEST_F() local
153 TestingProfile profile; in TEST_F() local
[all …]
Daccessibility_events.cc18 Profile *profile = info->profile(); in SendAccessibilityNotification() local
28 Profile* profile, const std::string& control_name) in AccessibilityControlInfo()
40 AccessibilityWindowInfo::AccessibilityWindowInfo(Profile* profile, in AccessibilityWindowInfo()
49 AccessibilityButtonInfo::AccessibilityButtonInfo(Profile* profile, in AccessibilityButtonInfo()
58 AccessibilityLinkInfo::AccessibilityLinkInfo(Profile* profile, in AccessibilityLinkInfo()
67 Profile* profile, in AccessibilityRadioButtonInfo()
90 AccessibilityCheckboxInfo::AccessibilityCheckboxInfo(Profile* profile, in AccessibilityCheckboxInfo()
106 AccessibilityTabInfo::AccessibilityTabInfo(Profile* profile, in AccessibilityTabInfo()
125 AccessibilityComboBoxInfo::AccessibilityComboBoxInfo(Profile* profile, in AccessibilityComboBoxInfo()
147 AccessibilityTextBoxInfo::AccessibilityTextBoxInfo(Profile* profile, in AccessibilityTextBoxInfo()
[all …]
Dbrowser_url_handler.cc17 static bool HandleViewSource(GURL* url, Profile* profile) { in HandleViewSource()
49 static bool ReverseViewSource(GURL* url, Profile* profile) { in ReverseViewSource()
64 static bool HandleWebUI(GURL* url, Profile* profile) { in HandleWebUI()
109 void BrowserURLHandler::RewriteURLIfNecessary(GURL* url, Profile* profile, in RewriteURLIfNecessary()
123 GURL* url, const GURL& original, Profile* profile) { in ReverseURLRewrite()
Dbackground_contents_service.cc51 CrashNotificationDelegate(Profile* profile, const Extension* extension) in CrashNotificationDelegate()
91 void ShowBalloon(const Extension* extension, Profile* profile) { in ShowBalloon()
124 Profile* profile, const CommandLine* command_line) in BackgroundContentsService()
153 void BackgroundContentsService::StartObserving(Profile* profile) { in StartObserving()
222 Profile* profile = Source<Profile>(source).ptr(); in Observe() local
237 Profile* profile = Source<Profile>(source).ptr(); in Observe() local
260 Profile* profile = Source<Profile>(source).ptr(); in Observe() local
330 Profile* profile) { in LoadBackgroundContentsFromPrefs()
358 Profile* profile, in LoadBackgroundContentsForExtension()
383 Profile* profile, in LoadBackgroundContentsFromDictionary()
[all …]
Dbackground_mode_manager_unittest.cc30 TestBackgroundModeManager(Profile* profile, CommandLine* cl) in TestBackgroundModeManager()
40 TestingProfile profile; in TEST_F() local
55 TestingProfile profile; in TEST_F() local
Dcontent_setting_bubble_model.cc29 Profile* profile, in ContentSettingTitleAndLinkModel()
132 Profile* profile, in ContentSettingTitleLinkAndCustomModel()
166 Profile* profile, in ContentSettingSingleRadioGroup()
315 Profile* profile, in ContentSettingCookiesBubbleModel()
345 Profile* profile, in ContentSettingPluginBubbleModel()
369 Profile* profile, in ContentSettingPopupBubbleModel()
412 Profile* profile, in ContentSettingDomainListBubbleModel()
481 Profile* profile, in CreateContentSettingBubbleModel()
505 Profile* profile, in ContentSettingBubbleModel()
/external/chromium/chrome/browser/content_settings/
Dhost_content_settings_map_unittest.cc46 TestingProfile profile; in TEST_F() local
177 TestingProfile profile; in TEST_F() local
208 TestingProfile profile; in TEST_F() local
244 TestingProfile profile; in TEST_F() local
280 TestingProfile profile; in TEST_F() local
317 TestingProfile profile; in TEST_F() local
396 TestingProfile profile; in TEST_F() local
449 TestingProfile profile; in TEST_F() local
496 TestingProfile profile; in TEST_F() local
521 TestingProfile profile; in TEST_F() local
[all …]
Dcontent_settings_policy_provider_unittest.cc35 TestingProfile profile; in TEST_F() local
61 TestingProfile profile; in TEST_F() local
103 TestingProfile profile; in TEST_F() local
140 TestingProfile profile; in TEST_F() local
/external/chromium/chrome/browser/profiles/
Dprofile_keyed_service_factory.cc26 Profile* profile) { in GetServiceForProfile()
62 void ProfileKeyedServiceFactory::Associate(Profile* profile, in Associate()
76 void ProfileKeyedServiceFactory::ProfileShutdown(Profile* profile) { in ProfileShutdown()
83 void ProfileKeyedServiceFactory::ProfileDestroyed(Profile* profile) { in ProfileDestroyed()
Dprofile_manager.cc143 Profile* profile; in GetDefaultProfile() local
183 bool ProfileManager::IsValidProfile(Profile* profile) { in IsValidProfile()
211 Profile* profile = GetProfileByPath(profile_dir); in GetProfile() local
260 bool ProfileManager::AddProfile(Profile* profile) { in AddProfile()
277 ProfileManager::ProfileInfo* ProfileManager::RegisterProfile(Profile* profile, in RegisterProfile()
355 void ProfileManager::DoFinalInit(Profile* profile) { in DoFinalInit()
371 void ProfileManager::OnProfileCreated(Profile* profile, bool success) { in OnProfileCreated()
/external/chromium/chrome/browser/ui/webui/
Dchrome_web_ui_factory.cc95 static WebUIFactoryFunction GetWebUIFactoryFunction(Profile* profile, in GetWebUIFactoryFunction()
234 WebUI::TypeID ChromeWebUIFactory::GetWebUIType(Profile* profile, in GetWebUIType()
240 bool ChromeWebUIFactory::UseWebUIForURL(Profile* profile, in UseWebUIForURL()
253 Profile* profile, in IsURLAcceptableForWebUI()
279 Profile* profile, in GetFaviconForURL()
/external/chromium/chrome/browser/ui/views/
Daccessibility_event_router_views.cc128 Profile* profile = NULL; in DispatchAccessibilityNotification() local
171 views::View* view, NotificationType type, Profile* profile) { in SendButtonNotification()
177 views::View* view, NotificationType type, Profile* profile) { in SendLinkNotification()
183 views::View* view, NotificationType type, Profile* profile) { in SendMenuNotification()
189 views::View* view, NotificationType type, Profile* profile) { in SendMenuItemNotification()
253 views::View* view, NotificationType type, Profile* profile) { in SendLocationBarNotification()
264 views::View* view, NotificationType type, Profile* profile) { in SendTextfieldNotification()
277 views::View* view, NotificationType type, Profile* profile) { in SendComboboxNotification()
288 views::View* view, NotificationType type, Profile* profile) { in SendCheckboxNotification()
/external/chromium/chrome/browser/geolocation/
Dgeolocation_content_settings_map_unittest.cc67 TestingProfile profile; in TEST_F() local
78 TestingProfile profile; in TEST_F() local
106 TestingProfile profile; in TEST_F() local
155 TestingProfile profile; in TEST_F() local
168 TestingProfile profile; in TEST_F() local
189 TestingProfile profile; in TEST_F() local
221 TestingProfile profile; in TEST_F() local
250 TestingProfile profile; in TEST_F() local
285 TestingProfile profile; in TEST_F() local
/external/chromium/chrome/browser/metrics/
Duser_metrics.cc12 Profile* profile) { in RecordAction()
17 Profile* profile) { in RecordComputedAction()
21 void UserMetrics::Record(const char *action, Profile *profile) { in Record()
/external/chromium/chrome/browser/instant/
Dpromo_counter_unittest.cc13 TestingProfile profile; in TEST_F() local
25 TestingProfile profile; in TEST_F() local
47 TestingProfile profile; in TEST_F() local
66 TestingProfile profile; in TEST_F() local
/external/chromium/chrome/browser/tab_contents/
Dbackground_contents.cc30 Profile* profile = site_instance->browsing_instance()->profile(); in BackgroundContents() local
55 Profile* profile = render_view_host_->process()->profile(); in ~BackgroundContents() local
99 Profile* profile = render_view_host->process()->profile(); in DidNavigate() local
162 Profile* profile = render_view_host_->process()->profile(); in UpdateInspectorSetting() local
167 Profile* profile = render_view_host_->process()->profile(); in ClearInspectorSettings() local
172 Profile* profile = render_view_host->process()->profile(); in Close() local
183 Profile* profile = rvh->process()->profile(); in RenderViewGone() local
206 Profile* profile = render_view_host_->process()->profile(); in GetWebkitPrefs() local
Drender_view_host_delegate_helper.cc41 Profile* profile, in MaybeCreateBackgroundContents()
88 Profile* profile, in CreateNewWindow()
206 Profile* profile, bool is_web_ui) { in GetWebkitPrefs()
376 Profile* profile, const std::string& key, const std::string& value) { in UpdateInspectorSetting()
384 void RenderViewHostDelegateHelper::ClearInspectorSettings(Profile* profile) { in ClearInspectorSettings()
/external/chromium/chrome/browser/net/
Dchrome_url_request_context.cc118 Profile* profile, in ChromeURLRequestContextGetter()
204 Profile* profile, in CreateOriginal()
215 Profile* profile, const ProfileIOData* profile_io_data) { in CreateOriginalForMedia()
225 Profile* profile, const ProfileIOData* profile_io_data) { in CreateOriginalForExtensions()
235 Profile* profile, in CreateOriginalForIsolatedApp()
249 Profile* profile, const ProfileIOData* profile_io_data) { in CreateOffTheRecord()
258 Profile* profile, const ProfileIOData* profile_io_data) { in CreateOffTheRecordForExtensions()
267 Profile* profile, in CreateOffTheRecordForIsolatedApp()
329 void ChromeURLRequestContextGetter::RegisterPrefsObserver(Profile* profile) { in RegisterPrefsObserver()
/external/chromium/chrome/browser/sync/glue/
Dtheme_util.cc39 bool UseSystemTheme(Profile* profile) { in UseSystemTheme()
88 Profile* profile) { in SetCurrentThemeFromThemeSpecifics()
150 Profile* profile, sync_pb::ThemeSpecifics* theme_specifics) { in UpdateThemeSpecificsOrSetCurrentThemeIfNecessary()
164 Profile* profile, in GetThemeSpecificsFromCurrentTheme()
208 const sync_pb::ThemeSpecifics& theme_specifics, Profile* profile) { in SetCurrentThemeFromThemeSpecificsIfNecessary()
/external/chromium/chrome/browser/chromeos/frame/
Ddom_browser.cc14 DOMBrowser::DOMBrowser(Profile* profile) in DOMBrowser()
22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) { in CreateForDOM()
Dbrowser_frame_chromeos.cc14 Profile* profile) { in Create()
24 BrowserView* browser_view, Profile* profile) in BrowserFrameChromeos()
/external/webkit/Source/WebCore/bindings/v8/
DScriptProfile.h47 static PassRefPtr<ScriptProfile> create(const v8::CpuProfile* profile) in create()
60 ScriptProfile(const v8::CpuProfile* profile) in ScriptProfile()
/external/chromium/chrome/browser/extensions/
Dextension_idle_api.cc54 explicit ExtensionIdlePollingTask(Profile* profile) : profile_(profile) {} in ExtensionIdlePollingTask()
92 void CreateNewPollTask(Profile* profile) { in CreateNewPollTask()
99 IdleState ThrottledCalculateIdleState(int threshold, Profile* profile) { in ThrottledCalculateIdleState()
146 void ExtensionIdleEventRouter::OnIdleStateChange(Profile* profile, in OnIdleStateChange()
Dextension_omnibox_api.cc49 Profile* profile, const std::string& extension_id) { in GetDefaultSuggestionForExtension()
62 Profile* profile, const std::string& extension_id) { in OnInputStarted()
69 Profile* profile, const std::string& extension_id, in OnInputChanged()
88 Profile* profile, const std::string& extension_id, in OnInputEntered()
105 Profile* profile, const std::string& extension_id) { in OnInputCancelled()
233 Profile* profile, in ApplyDefaultSuggestionForExtensionKeyword()
/external/chromium/chrome/browser/themes/
Dtheme_service_factory.cc19 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) { in GetForProfile()
25 const Extension* ThemeServiceFactory::GetThemeForProfile(Profile* profile) { in GetThemeForProfile()

12345678910>>...26