HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 776 - 800 of 8345) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 20 #include "chrome/browser/profiles/profile.h"
69 Profile* profile,
74 profile_(profile),
112 Profile* profile_;
149 Profile* profile,
162 extensions::ExtensionSystem::Get(profile)->extension_service();
175 Profile* const profile = params.profile local
227 Profile* const profile = launch_params.profile; local
320 Profile* profile = params.profile; local
453 Profile* profile = params.profile; local
    [all...]
  /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/chromium_org/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/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...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 90 * Mapping from profile name, e.g. "HEADSET" to profile object.
124 if(DEBUG) Log.d(TAG, "Adding local MAP profile");
130 //Create PBAP server profile, but do not add it to list of profiles
131 // as we do not need to monitor the profile as part of profile list
138 * Initialize or update the local profile objects. If a UUID was previously
140 * profile object as it might be referenced elsewhere, or the UUID might
141 * come back and we don't want multiple copies of the profile objects.
148 if(DEBUG) Log.d(TAG, "Adding local A2DP profile");
289 LocalBluetoothProfile profile = mHeadsetProfile; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_unittest.cc 35 Profile* profile)
37 profile_(profile),
49 virtual void OnContactsUpdated(Profile* profile) OVERRIDE {
50 CHECK(profile == profile_);
56 Profile* profile_; // not owned
96 TestingProfile* profile = local
98 TestContactManagerObserver observer(contact_manager_.get(), profile);
103 FakeContactStore* store = store_factory_->GetContactStoreForProfile(profile);
126 TestingProfile* profile = local
164 TestingProfile* profile = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend.cc 19 #include "chrome/browser/profiles/profile.h"
37 // processes for |profile| and its incognito partner if it exists.
40 explicit DefaultObserver(Profile* profile) : profile_(profile) {}
60 Profile* const profile_;
84 SettingsFrontend* SettingsFrontend::Create(Profile* profile) {
85 return new SettingsFrontend(new LeveldbSettingsStorageFactory(), profile);
91 Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_hunspell.cc 46 Profile* profile = proxy_->GetProfile(); local
47 DCHECK(profile);
49 SpellcheckService::GetSpellCheckLanguages(profile, &languages_);
132 Profile* profile = proxy_->GetProfile(); local
133 DCHECK(profile);
134 return profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck);
143 Profile* profile = proxy_->GetProfile() local
165 Profile* profile = proxy_->GetProfile(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_ntp_prerenderer_unittest.cc 22 Profile* profile)
23 : InstantNTP(ntp_prerenderer, "UNUSED", profile),
62 explicit TestableInstantNTPPrerenderer(TestingProfile* profile,
64 : InstantNTPPrerenderer(profile, instant_service, NULL),
141 Profile* profile() { function in class:InstantNTPPrerendererTest
142 return instant_ntp_prerenderer()->profile();
155 instant_ntp_prerenderer(), instant_url, profile()));
165 instant_ntp_prerenderer(), instant_url, profile()));
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 46 #include "chrome/browser/profiles/profile.h"
118 Profile* profile = content::Source<Profile>(source).ptr(); variable
119 launched_profiles_.erase(profile);
120 opened_profiles_.erase(profile);
121 if (profile == profile_to_activate_)
123 // If this profile was the last launched one without an opened window,
131 opened_profiles_.insert(browser->profile());
140 bool HasBeenLaunched(const Profile* profile) const
781 Profile* profile = profile_manager->GetProfileByPath(profile_path); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 14 #include "chrome/browser/profiles/profile.h"
23 CommandHandler::CommandHandler(Profile* profile) : profile_(profile) {
49 content::Source<Profile>(profile_));
51 content::Source<Profile>(profile_));
99 Profile* profile = Profile::FromWebUI(web_ui()); local
100 CommandService* command_service = CommandService::Get(profile);
118 Profile* profile = Profile::FromWebUI(web_ui()); local
133 Profile* profile = Profile::FromWebUI(web_ui()); local
    [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/search_engines/
template_url_fetcher_callbacks.h 9 class Profile;
29 Profile* profile) = 0;
  /external/chromium/chrome/browser/sync/glue/
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/sync/
sync_ui_util_mac.h 13 class Profile;
19 void UpdateSyncItem(id syncItem, BOOL syncEnabled, 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/cocoa/bookmarks/
bookmark_editor_controller.h 25 profile:(Profile*)profile
  /external/chromium/chrome/browser/ui/cocoa/
keystone_infobar.h 9 class Profile;
21 static void PromotionInfoBar(Profile* profile);
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 9 class Profile;
28 Profile* profile) = 0;
  /external/chromium/chrome/browser/ui/touch/frame/
keyboard_container_view.h 12 class Profile;
20 explicit KeyboardContainerView(Profile* profile);

Completed in 1751 milliseconds

<<31323334353637383940>>