HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 926 - 950 of 3371) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/importer/
profile_writer.h 19 class Profile;
30 // ProfileWriter encapsulates profile for writing entries into it.
61 explicit ProfileWriter(Profile* profile);
137 Profile* const profile_;
  /external/chromium/chrome/browser/instant/
instant_controller.cc 18 #include "chrome/browser/profiles/profile.h"
38 InstantController::InstantController(Profile* profile,
47 PrefService* service = profile->GetPrefs();
68 void InstantController::RecordMetrics(Profile* profile) {
69 if (!IsEnabled(profile))
72 PrefService* service = profile->GetPrefs();
89 bool InstantController::IsEnabled(Profile* profile) {
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.h 21 class Profile;
111 bool AddObserver(Profile* profile);
170 // The Profile object used for listening its events.
171 Profile* profile_;
content_setting_image_model.cc 10 #include "chrome/browser/profiles/profile.h"
122 (tab_contents->profile()->GetHostContentSettingsMap()->
186 tab_contents->profile()->GetPrerenderManager();
  /external/chromium/chrome/browser/notifications/
balloon_host.h 21 class Profile;
51 virtual Profile* GetProfile() const;
115 virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
149 // Site instance for the balloon/profile, to be used for opening new links.
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 23 OffTheRecordProfileIOData::Handle::Handle(Profile* profile)
25 profile_(profile),
28 DCHECK(profile);
58 // TODO(oshima): Re-enable when ChromeOS only accesses the profile on the UI
  /external/chromium/chrome/browser/search_engines/
util.cc 15 #include "chrome/browser/profiles/profile.h"
18 string16 GetDefaultSearchEngineName(Profile* profile) {
19 if (!profile) {
24 profile->GetTemplateURLModel()->GetDefaultSearchProvider();
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 21 class Profile;
42 TabSpecificContentSettings(Delegate* delegate, Profile* profile);
125 explicit LocalSharedObjectsContainer(Profile* profile);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 34 class Profile;
52 Profile* profile,
164 // Re-generate the page-action decorations from the profile's
213 Profile* profile_;
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.cc 15 #include "chrome/browser/profiles/profile.h"
25 Profile* profile,
31 profile_(profile),
35 model_(profile->GetBookmarkModel()) {
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.h 23 class Profile;
44 static bool HandlePing(Profile* profile, const std::string& path);
100 static void RecordAppLaunchByURL(Profile* profile,
collected_cookies_ui_delegate.cc 11 #include "chrome/browser/profiles/profile.h"
136 ConstrainedHtmlUI::CreateConstrainedHtmlDialog(tab_contents->profile(),
148 tab_contents_->profile()->GetHostContentSettingsMap();
160 tab_contents->profile()->GetChromeURLDataManager()->AddDataSource(source);
230 tab_contents_->profile()->GetHostContentSettingsMap(), setting);
mediaplayer_ui.h 26 class Profile;
35 void EnqueueMediaFile(Profile* profile, const FilePath& file_path,
45 void ForcePlayMediaFile(Profile* profile, const FilePath& file_path,
shown_sections_handler.cc 15 #include "chrome/browser/profiles/profile.h"
26 void NotifySectionDisabled(int new_mode, int old_mode, Profile *profile) {
34 profile);
40 profile);
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client_unittest.cc 152 TestingProfile profile; local
175 TestingProfile profile; local
198 TestingProfile profile; local
221 TestingProfile profile; local
241 TestingProfile profile; local
  /external/icu4c/test/cintltst/
nfsprep.c 59 UStringPrepProfile* profile = NULL; local
89 /* open the profile */
90 profile = usprep_open(testdatapath, NFS4DataFileNames[state], status);
92 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Capacity, USPREP_DEFAULT, parseError, status);
100 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Len, USPREP_DEFAULT, parseError, status);
  /external/oprofile/doc/
opcontrol.1.in 14 dump profile data, and set up the profiling parameters.
98 Set kernel per cpu buffer to num samples (2.6 only). If you profile at high
129 Only profile the given absolute paths to binaries, or "all" to profile
139 profile the kernel.
  /external/oprofile/libpp/
format_output.cpp 170 // the field repeated for each profile class
379 // repeated fields for each profile class
437 profile(p),
440 counts.total = profile.samples_count();
483 sample_container::samples_iterator it = profile.begin(symb);
484 sample_container::samples_iterator end = profile.end(symb);
492 cg_formatter::cg_formatter(callgraph_container const & profile)
494 formatter(profile.extra_found_images)
496 counts.total = profile.samples_count();
549 diff_formatter::diff_formatter(diff_container const & profile,
    [all...]
arrange_profiles.cpp 63 // The profile classes are used to traverse the sample data
243 profile_set const & profile = *(pclass.profiles.begin()); local
248 if (profile.files.empty()) {
249 profile_dep_set const & dep = *(profile.deps.begin());
258 = *(profile.files.begin());
293 profile_set const & profile = *(pclass.profiles.begin()); local
297 citerator it = profile.files.begin();
298 citerator const end = profile.files.end();
302 list<profile_dep_set>::const_iterator dep_it = profile.deps.begin();
303 list<profile_dep_set>::const_iterator dep_end = profile.deps.end()
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallTime.java 37 /* package */ static final boolean PROFILE = true;
105 if (PROFILE && isTraceReady()) {
167 if (PROFILE && isTraceRunning()) {
194 if (PROFILE & sProfileState == PROFILE_STATE_READY) {
223 if (PROFILE) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 34 // The Profile contact will always have a lookup key of "profile".
35 public static final String PROFILE_LOOKUP_KEY = "profile";
112 // If the lookup key is for the profile, just return a segment list indicating that. The
114 // user's profile.
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 17 #include "chrome/browser/profiles/profile.h"
102 bool GetFileBrowserHandlers(Profile* profile,
105 ExtensionService* service = profile->GetExtensionService();
143 bool FindCommonTasks(Profile* profile,
154 if (!GetFileBrowserHandlers(profile, GURL(file_url), &file_actions))
188 profile->GetPrefs()->GetDictionary(prefs::kLastUsedFileBrowserHandlers);
210 void UpdateFileHandlerUsageStats(Profile* profile, const std::string& task_id)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 7 compile_options :profile => true
110 example 'profile mode output' do
131 profile_data = parser.profile
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.h 26 class Profile;
35 Profile* profile,
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 28 HtmlDialogWithoutContextMenuView(Profile* profile,
30 : HtmlDialogView(profile, delegate) {}

Completed in 560 milliseconds

<<31323334353637383940>>