/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_controller.h | 34 class Profile; 64 Profile* profile_; // weak, one per window 103 // Initialize the toolbar and register for command updates. The profile is 108 profile:(Profile*)profile 171 profile:(Profile*)profile
|
/external/chromium/chrome/browser/ui/views/ |
edit_search_engine_dialog.cc | 44 Profile* profile) { 45 EditSearchEngineDialog::Show(parent, template_url, delegate, profile); 53 Profile* profile) 56 profile)) { 64 Profile* profile) { 66 new EditSearchEngineDialog(template_url, delegate, profile);
|
dom_view_browsertest.cc | 33 dom_view->Init(browser()->profile(), NULL); 51 dom_view->Init(browser()->profile(), NULL); 73 dom_view->Init(browser()->profile(), NULL);
|
/external/oprofile/pp/ |
opgprof.cpp | 16 #include "profile.h" 87 * @param samples_files profile container to act on 166 // FIXME: must we skip the flat profile write if histsize == 0 ? 168 // this case user must gprof --no-flat-profile which is a bit boring 244 profile_t profile; local 246 profile.add_sample_file(it->sample_filename); 247 profile.set_offset(abfd); 249 check_mtime(abfd.get_filename(), profile.get_header()); 251 samples.add(profile, abfd, image, 0);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothDevicePreference.java | 215 boolean profileConnected = false; // at least one profile is connected 219 for (LocalBluetoothProfile profile : cachedDevice.getProfiles()) { 220 int connectionStatus = cachedDevice.getProfileConnectionState(profile); 232 if (profile.isProfileReady() && profile.isPreferred(cachedDevice.getDevice())) { 233 if (profile instanceof A2dpProfile) { 235 } else if (profile instanceof HeadsetProfile) { 290 for (LocalBluetoothProfile profile : profiles) { 291 int resId = profile.getDrawableResource(btClass);
|
/external/chromium/chrome/browser/ |
bug_report_data.h | 32 void UpdateData(Profile* profile, 66 Profile* profile_;
|
page_info_model.h | 19 class Profile; 80 PageInfoModel(Profile* profile,
|
/external/chromium/chrome/browser/chromeos/ |
low_battery_observer.cc | 15 LowBatteryObserver::LowBatteryObserver(Profile* profile) 16 : notification_(profile, "battery.chromeos",
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-focus-and-exclude.html | 8 exclusion functionality of profile view grid. 24 'Profile 1' must appear, and a grid with profile data must
|
/external/chromium/chrome/browser/extensions/ |
extension_data_deleter.h | 22 class Profile; 36 ExtensionDataDeleter(Profile* profile, const GURL& extension_url);
|
extension_i18n_api.cc | 10 #include "chrome/browser/profiles/profile.h" 18 UTF8ToUTF16(profile()->GetPrefs()->GetString(prefs::kAcceptLanguages)); 22 // profile()->GetPrefs()->GetString(prefs::kAcceptLanguages) is guranteed to
|
extension_preference_api.h | 17 explicit ExtensionPreferenceEventRouter(Profile* profile); 37 Profile* profile_;
|
extension_sidebar_api.h | 12 class Profile; 27 Profile* profile, TabContents* tab, const std::string& content_id,
|
external_extension_provider_impl.h | 16 class Profile; 45 Profile* profile,
|
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 29 #include "chrome/browser/profiles/profile.h" 73 DoExtensionWork(Source<Profile>(source).ptr()->GetExtensionService()); 308 bool FirstRun::ImportSettings(Profile* profile, 353 if (profile) 354 profile->GetPrefs()->ReloadPersistentPrefs(); 360 bool FirstRun::ImportSettings(Profile* profile, 365 profile, 373 int FirstRun::ImportFromBrowser(Profile* profile [all...] |
/external/chromium/chrome/browser/notifications/ |
balloon_collection.h | 20 class Profile; 57 Profile* profile) = 0;
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.cc | 18 #include "chrome/browser/profiles/profile.h" 60 Profile* profile, 63 DCHECK(profile); 71 if (profile->GetPrefs()->HasPrefPath(prefs::kCloudPrintEmail) && 72 !profile->GetPrefs()->GetString(prefs::kCloudPrintEmail).empty()) 79 CloudPrintSetupFlow* flow = new CloudPrintSetupFlow(json_args, profile, 90 browser::ShowHtmlDialog(parent_window, profile, flow); 96 Profile* profile, [all...] |
/external/chromium/chrome/browser/profiles/ |
profile_impl.cc | 176 // Simple task to log the size of the current profile. 190 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalSize", size_MB); 194 UMA_HISTOGRAM_COUNTS_10000("Profile.HistorySize", size_MB); 198 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalHistorySize", size_MB); 202 UMA_HISTOGRAM_COUNTS_10000("Profile.CookiesSize", size_MB); 206 UMA_HISTOGRAM_COUNTS_10000("Profile.BookmarksSize", size_MB); 210 UMA_HISTOGRAM_COUNTS_10000("Profile.FaviconsSize", size_MB); 214 UMA_HISTOGRAM_COUNTS_10000("Profile.TopSitesSize", size_MB); 218 UMA_HISTOGRAM_COUNTS_10000("Profile.VisitedLinksSize", size_MB); 222 UMA_HISTOGRAM_COUNTS_10000("Profile.WebDataSize", size_MB) [all...] |
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
window_applescript.h | 13 class Profile; 25 // Creates a new window with a particular profile. 26 - (id)initWithProfile:(Profile*)aProfile;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_all_tabs_controller_unittest.mm | 44 BookmarkModel& model(*(helper_.profile()->GetBookmarkModel())); 55 profile:helper_.profile()
|
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller_unittest.mm | 8 #include "chrome/browser/profiles/profile.h" 36 profile:profile_.get()]; 61 profile:profile_.get()];
|
first_run_dialog.mm | 16 #include "chrome/browser/profiles/profile.h" 73 void ShowSearchEngineSelectionDialog(Profile* profile, 77 [dialog.get() setProfile:profile]; 84 void ShowFirstRun(Profile* profile) { 128 TemplateURLModel* search_engines_model = profile->GetTemplateURLModel(); 140 void ShowFirstRunDialog(Profile* profile, 144 TemplateURLModel* model = profile->GetTemplateURLModel() [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_instructions_gtk.cc | 17 Profile* profile) 19 profile_(profile),
|
/external/chromium/chrome/browser/ui/tab_contents/ |
tab_contents_wrapper.cc | 24 #include "chrome/browser/profiles/profile.h" 72 // Register for notifications about URL starredness changing on any profile. 247 Profile* source_profile = Source<Profile>(source).ptr(); 248 if (!source_profile || !source_profile->IsSameProfile(profile())) 276 Profile* p = profile(); 278 HistoryService* hs = p->GetHistoryService(Profile::IMPLICIT_ACCESS); 294 ProtocolHandlerRegistry* registry = profile()->GetProtocolHandlerRegistry(); 312 if (profile()->IsOffTheRecord() [all...] |
/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_win.h | 15 class Profile; 29 BrowserFrameWin(BrowserView* browser_view, Profile* profile);
|