/external/chromium/chrome/browser/web_resource/ |
web_resource_service.h | 15 class Profile; 25 WebResourceService(Profile* profile, 56 Profile* profile_;
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileGenerator.h | 29 #include "Profile.h" 38 class Profile; 49 PassRefPtr<Profile> profile() const { return m_profile; } function in class:JSC::ProfileGenerator 71 RefPtr<Profile> m_profile;
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_editor.h | 17 class Profile; 68 Profile* profile,
|
bookmark_context_menu_controller.h | 17 class Profile; 41 // |profile| is used for opening urls as well as enabling 'open incognito'. 49 Profile* profile, 67 Profile* profile() const { return profile_; } function in class:BookmarkContextMenuController 87 Profile* profile_;
|
/external/chromium/chrome/browser/chromeos/frame/ |
browser_frame_chromeos.cc | 14 Profile* profile) { 16 new chromeos::BrowserFrameChromeos(browser_view, profile); 24 BrowserView* browser_view, Profile* profile) 25 : BrowserFrameGtk(browser_view, profile) {
|
/external/chromium/chrome/browser/chromeos/login/ |
account_creation_view.h | 14 class Profile; 40 virtual TabContents* CreateTabContents(Profile* profile,
|
online_attempt.h | 20 class Profile; 42 void Initiate(Profile* profile);
|
wizard_accessibility_helper.h | 15 class Profile; 66 Profile* profile_;
|
/external/chromium/chrome/browser/extensions/ |
extension_data_deleter.h | 22 class Profile; 36 ExtensionDataDeleter(Profile* profile, const GURL& extension_url);
|
/external/chromium/chrome/browser/importer/ |
external_process_importer_host.h | 14 class Profile; 34 Profile* target_profile, 44 // Information about a profile needed for importing.
|
/external/chromium/chrome/browser/ |
mock_browsing_data_database_helper.h | 21 explicit MockBrowsingDataDatabaseHelper(Profile* profile); 51 Profile* profile_;
|
mock_browsing_data_indexed_db_helper.h | 22 explicit MockBrowsingDataIndexedDBHelper(Profile* profile); 48 Profile* profile_;
|
mock_browsing_data_local_storage_helper.h | 21 explicit MockBrowsingDataLocalStorageHelper(Profile* profile); 48 Profile* profile_;
|
spellcheck_host.h | 16 class Profile; 29 // * Listing available languages for a Profile object; 41 // retrieve the instance via Profile::GetSpellCheckHost(). 79 static int GetSpellCheckLanguages(Profile* profile,
|
background_contents_service.cc | 21 #include "chrome/browser/profiles/profile.h" 51 CrashNotificationDelegate(Profile* profile, const Extension* extension) 52 : profile_(profile), 84 Profile* profile_; 91 void ShowBalloon(const Extension* extension, Profile* profile) { 102 new CrashNotificationDelegate(profile, extension)); 103 g_browser_process->notification_ui_manager()->Add(notification, profile); 124 Profile* profile, const CommandLine* command_line 222 Profile* profile = Source<Profile>(source).ptr(); local 237 Profile* profile = Source<Profile>(source).ptr(); local 260 Profile* profile = Source<Profile>(source).ptr(); local [all...] |
/external/chromium/chrome/browser/notifications/ |
desktop_notification_service_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 15 Profile* profile) { 18 GetInstance()->GetServiceForProfile(profile)); 35 Profile* profile) const { 36 DesktopNotificationService* service = new DesktopNotificationService(profile,
|
/external/chromium/chrome/browser/password_manager/ |
password_store_win.h | 13 class Profile; 26 Profile* profile,
|
/external/chromium/chrome/browser/profiles/ |
profile_dependency_manager.h | 13 class Profile; 16 // A singleton that listens for profile destruction notifications and 30 // Called by each Profile to alert us that we should destroy services 40 void DestroyProfileServices(Profile* profile);
|
/external/chromium/chrome/browser/search_engines/ |
search_provider_install_state_message_filter.h | 13 class Profile; 20 Profile* profile); 50 // Copied from the profile since the profile can't be accessed on the I/O
|
/external/chromium/chrome/browser/sync/glue/ |
extension_change_processor.h | 51 virtual void StartImpl(Profile* profile); 62 Profile* profile_;
|
/external/chromium/chrome/browser/ui/ |
browser_navigator_browsertest.h | 15 class Profile; 33 Browser* CreateEmptyBrowserForType(Browser::Type type, Profile* profile);
|
/external/chromium/chrome/browser/ui/views/ |
first_run_bubble.h | 15 class Profile; 20 static FirstRunBubble* Show(Profile* profile, views::Widget* parent,
|
/external/chromium/chrome/browser/ui/webui/ |
thumbnail_source.h | 16 class Profile; 26 explicit ThumbnailSource(Profile* profile);
|
/external/chromium/chrome/browser/autocomplete/ |
builtin_provider.h | 23 BuiltinProvider(ACProviderListener* listener, Profile* profile);
|
history_provider.h | 34 Profile* profile,
|