/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
|
template_url_fetcher_callbacks.h | 9 class Profile; 29 Profile* profile) = 0;
|
/external/chromium/chrome/browser/sync/glue/ |
theme_change_processor.h | 18 class Profile; 49 virtual void StartImpl(Profile* profile); 57 // Profile associated with the ThemeService. Non-NULL iff |running()| is 59 Profile* profile_;
|
autofill_profile_data_type_controller.cc | 14 Profile* profile, 17 profile,
|
change_processor_mock.h | 14 class Profile; 26 MOCK_METHOD1(StartImpl, void(Profile* profile));
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_codec.h | 15 class Profile; 30 static void WritePinnedTabs(Profile* profile); 34 Profile* profile);
|
pinned_tab_service.h | 13 class Profile; 21 explicit PinnedTabService(Profile* profile); 32 Profile* profile_; 38 // True if there is at least one normal browser for our profile.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_drag_source.mm | 8 #include "chrome/browser/profiles/profile.h" 16 profile:(Profile*)profile 24 profile_ = profile;
|
bookmark_editor_controller.h | 25 profile:(Profile*)profile
|
/external/chromium/chrome/browser/ui/cocoa/ |
encoding_menu_controller_delegate_mac.mm | 12 #include "chrome/browser/profiles/profile.h" 35 void EncodingMenuControllerDelegate::BuildEncodingMenu(Profile *profile, 37 DCHECK(profile); 42 controller.GetEncodingMenuItems(profile, &menuItems);
|
search_engine_dialog_controller.h | 13 class Profile; 21 // Our current profile. 22 Profile* profile_; 40 @property(assign, nonatomic) Profile* profile; variable
|
keystone_infobar.h | 9 class Profile; 21 static void PromotionInfoBar(Profile* profile);
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller.h | 19 class Profile; 34 Profile* profile_; // weak 53 profile:(Profile*)profile
|
/external/chromium/chrome/browser/ui/touch/frame/ |
keyboard_container_view.cc | 7 #include "chrome/browser/profiles/profile.h" 27 KeyboardContainerView::KeyboardContainerView(Profile* profile) 30 dom_view_->Init(profile, 31 SiteInstance::CreateSiteInstanceForURL(profile, keyboard_url));
|
/external/chromium/chrome/browser/ui/views/ |
profile_tag_view.h | 28 // Height of profile tag. 35 // Paint the profile tag background image on the given canvas. 39 // Create the bitmaps to be displayed on the frame behind the profile button. 42 // True if the bitmaps to display the profile tag have been created. 45 // Bitmaps for the profile tag in active and inactive states.
|
/external/chromium/chrome/browser/ui/ |
browser_init.h | 20 class Profile; 24 // initialize the profile. 37 Profile* profile, int* return_code) { 38 return ProcessCmdLineImpl(cmd_line, cur_dir, true, profile, return_code, 50 Profile* profile, int* return_code) { 51 return ProcessCmdLineImpl(cmd_line, cur_dir, process_startup, profile, 57 Profile* profile, [all...] |
browser_navigator_browsertest.h | 15 class Profile; 33 Browser* CreateEmptyBrowserForType(Browser::Type type, Profile* profile);
|
/external/chromium/chrome/browser/extensions/ |
extension_history_api.cc | 17 #include "chrome/browser/profiles/profile.h" 71 void ExtensionHistoryEventRouter::ObserveProfile(Profile* profile) { 72 NotificationSource source = Source<Profile>(profile); 74 profiles_[source.map_key()] = profile; 95 Profile* profile = it->second; local 99 profile, 104 profile, [all...] |
/external/v8/test/mjsunit/tools/ |
profile.js | 29 // Files: tools/splaytree.js tools/codemap.js tools/consarray.js tools/profile.js 53 function countNodes(profile, traverseFunc) { 55 traverseFunc.call(profile, function () { count++; }); 61 this.profile = new Profile(); 75 this.profile.addLibrary('lib1', 0x11000, 0x12000); 76 this.profile.addStaticCode('lib1-f1', 0x11100, 0x11900); 77 this.profile.addStaticCode('lib1-f2', 0x11200, 0x11500); 78 this.profile.addLibrary('lib2', 0x21000, 0x22000); 79 this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900) 314 var profile = testDriver.profile.getTopDownProfile('lib2-f1'); variable [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_unittest.cc | 15 explicit MockChromeFrameAutomationProvider(Profile* profile) 16 : ChromeFrameAutomationProvider(profile) {}
|
/external/chromium/chrome/browser/chromeos/ |
low_battery_observer.h | 14 class Profile; 23 explicit LowBatteryObserver(Profile* profile);
|
update_observer.h | 14 class Profile; 23 explicit UpdateObserver(Profile* profile);
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-console-control.html | 7 console.profile(); 22 <li>observe that 'Profile 1' item has appeared under 'CPU profiles' section; 23 <li>check for presence of 'eternal_fib' entry in the profile view.
|
/external/chromium/chrome/browser/profiles/ |
profile.cc | 5 #include "chrome/browser/profiles/profile.h" 76 // A pointer to the request context for the default profile. See comments on 77 // Profile::GetDefaultRequestContext. 78 net::URLRequestContextGetter* Profile::default_request_context_; 87 Profile::Profile() 93 const char* Profile::kProfileKey = "__PROFILE__"; 96 const ProfileId Profile::kInvalidProfileId = static_cast<ProfileId>(0); 99 void Profile::RegisterUserPrefs(PrefService* prefs) { 124 // local state and user's profile. For other platforms we maintai [all...] |
/external/chromium/chrome/browser/sync/ |
sync_ui_util_mac.h | 13 class Profile; 19 void UpdateSyncItem(id syncItem, BOOL syncEnabled, Profile* profile);
|