HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 151 - 175 of 1500) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_processes_api.h 24 void ObserveProfile(Profile* profile);
44 void DispatchEvent(Profile* profile,
52 typedef std::set<Profile*> ProfileSet;
extension_uninstall_dialog.h 15 class Profile;
31 explicit ExtensionUninstallDialog(Profile* profile);
43 static void Show(Profile* profile,
57 Profile* profile_;
extension_web_ui.cc 17 #include "chrome/browser/profiles/profile.h"
61 ExtensionWebUIImageLoadingTracker(Profile* profile,
69 ExtensionService* service = profile->GetExtensionService();
133 ExtensionService* service = tab_contents->profile()->GetExtensionService();
240 bool ExtensionWebUI::HandleChromeURLOverride(GURL* url, Profile* profile) {
245 profile->GetPrefs()->GetDictionary(kExtensionURLOverrides);
251 ExtensionService* service = profile->GetExtensionService();
263 UnregisterChromeURLOverride(page, profile, val)
    [all...]
extension_management_apitest.cc 8 #include "chrome/browser/profiles/profile.h"
42 ExtensionService* service = browser()->profile()->GetExtensionService();
74 ExtensionService* service = browser()->profile()->GetExtensionService();
89 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile()));
100 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile()));
118 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile()));
124 ExtensionService* service = browser()->profile()->GetExtensionService();
135 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile()));
144 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile()));
149 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile()));
    [all...]
  /external/chromium/chrome/browser/prefs/
session_startup_pref.h 14 class Profile;
16 // StartupPref specifies what should happen at startup for a specified profile.
17 // StartupPref is stored in the preferences for a particular profile.
33 // What should happen on startup for the specified profile.
34 static void SetStartupPref(Profile* profile, const SessionStartupPref& pref);
37 static SessionStartupPref GetStartupPref(Profile* profile);
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.h 14 class Profile;
30 // Creates a TemplateURLFetcher with the specified Profile.
31 explicit TemplateURLFetcher(Profile* profile);
53 Profile* profile() const { return profile_; } function in class:TemplateURLFetcher
58 Profile* profile_;
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_data_type_controller.cc 14 Profile* profile,
17 profile,
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller.h 29 profile:(Profile*)profile
bookmark_editor_controller.h 25 profile:(Profile*)profile
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_action_context_menu.h 19 class Profile;
37 // The browser profile of the window that contains this extension. Weak.
38 Profile* profile_;
46 // The observer used to reset |observer_| when the profile is destroyed.
55 // Initializes and returns a context menu for the given extension and profile.
57 profile:(Profile*)profile
63 // Notifies the ExtensionActionContextMenu that the profile is is being
  /external/chromium/chrome/browser/ui/views/
dialog_stubs_gtk.cc 35 Profile* profile) {
36 new EditSearchEngineDialog(GTK_WINDOW(parent), template_url, NULL, profile); local
dom_view.h 17 class Profile;
31 bool Init(Profile* profile, SiteInstance* instance);
53 virtual TabContents* CreateTabContents(Profile* profile,
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfile.h 38 class Profile;
47 static PassRefPtr<ScriptProfile> create(PassRefPtr<JSC::Profile> profile);
59 ScriptProfile(PassRefPtr<JSC::Profile> profile);
61 RefPtr<JSC::Profile> m_profile;
ScriptProfiler.cpp 51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title)); local
52 return ScriptProfile::create(profile);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneFactory.java 42 SipProfile profile = new SipProfile.Builder(sipUri).build(); local
43 return new SipPhone(context, phoneNotifier, profile);
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 62 // H263 baseline profile must be supported
64 int profile = CodecProfileLevel.H263ProfileBaseline; local
65 assertTrue(checkProfileSupported("video/3gpp", false, profile));
66 assertTrue(checkProfileSupported("video/3gpp", true, profile));
69 // AVC baseline profile must be supported
71 int profile = CodecProfileLevel.AVCProfileBaseline; local
72 assertTrue(checkProfileSupported("video/avc", false, profile));
73 assertTrue(checkProfileSupported("video/avc", true, profile));
76 // MPEG4 simple profile must be supported
78 int profile = CodecProfileLevel.MPEG4ProfileSimple local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 98 public void addOrUpdateProfile(final int id, AutoFillProfile profile) {
113 profile.getFullName(),
114 profile.getEmailAddress(),
115 profile.getCompanyName(),
116 profile.getAddressLine1(),
117 profile.getAddressLine2(),
118 profile.getCity(),
119 profile.getState(),
120 profile.getZipCode(),
121 profile.getCountry()
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 36 module Profile
37 =begin rdoc ANTLR3::Profile::ParserEvents
39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by
40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included
66 def profile method in class:ANTLR3.Profile.ParserEvents
67 @debug_listener.profile
95 unless const_defined?( :Profile )
96 Profile = Struct.new(
107 class Profile
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 42 #include "chrome/browser/profiles/profile.h"
90 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext();
138 Profile* profile,
143 Profile* profile,
153 virtual void OnProfileCreated(Profile* profile);
162 // Check user's profile for kApplicationLocale setting.
163 void RespectLocalePreference(Profile* pref)
591 profile, local
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 58 TestingProfile profile; local
59 content_settings::PrefDefaultProvider provider(&profile);
77 TestingProfile profile; local
78 PrefDefaultProvider provider(&profile);
83 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
90 TestingProfile profile; local
91 PrefDefaultProvider provider(&profile);
93 PrefService* prefs = profile.GetPrefs();
120 TestingProfile profile; local
121 PrefDefaultProvider provider(&profile);
175 TestingProfile profile; local
227 TestingProfile profile; local
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_adif.h 103 int profile; member in struct:__anon1734
tpenc_asc.h 110 * \param profile the MPEG Audio profile to be used
121 int profile,
  /external/chromium/chrome/browser/autocomplete/
autocomplete_classifier.h 18 class Profile;
22 explicit AutocompleteClassifier(Profile* profile);
autocomplete_popup_model.h 15 class Profile;
22 Profile* profile);
25 // Invoked when the profile has changed.
26 void set_profile(Profile* profile) { profile_ = profile; }
29 Profile* profile() const { return profile_; } function in class:AutocompletePopupModel
119 // Profile for current tab
    [all...]
builtin_provider.h 23 BuiltinProvider(ACProviderListener* listener, Profile* profile);

Completed in 872 milliseconds

1 2 3 4 5 67 8 91011>>