/external/chromium/chrome/browser/chromeos/login/ |
wizard_in_process_browser_test.cc | 22 Browser* WizardInProcessBrowserTest::CreateBrowser(Profile* profile) {
|
wizard_in_process_browser_test.h | 14 class Profile; 35 virtual Browser* CreateBrowser(Profile* profile);
|
/external/chromium/chrome/browser/chromeos/notifications/ |
system_notification.cc | 25 SystemNotification::SystemNotification(Profile* profile, 29 : profile_(profile), 38 SystemNotification::SystemNotification(Profile* profile, 42 : profile_(profile),
|
/external/chromium/chrome/browser/extensions/ |
extension_local_filesystem_apitest.cc | 6 #include "chrome/browser/profiles/profile.h" 25 browser()->profile()->GetFileSystemContext()->path_manager();
|
extension_test_api.cc | 12 #include "chrome/browser/profiles/profile.h" 31 Source<Profile>(dispatcher()->profile()), 43 Source<Profile>(dispatcher()->profile()), 59 ExtensionService* service = profile()->GetExtensionService(); 72 Browser::OpenURLOffTheRecord(profile(), GURL(url));
|
extensions_startup.h | 13 class Profile; 30 // specified extension from |profile|. Returns false if the uninstall job 32 bool UninstallExtension(const CommandLine& cmd_line, Profile* profile);
|
external_policy_extension_loader.h | 17 class Profile; 26 explicit ExternalPolicyExtensionLoader(Profile* profile); 44 Profile* profile_;
|
/external/chromium/chrome/browser/ |
omnibox_search_hint.h | 15 class Profile; 42 // Returns true if the profile and current environment make the showing of the 44 static bool IsEnabled(Profile* profile);
|
/external/chromium/chrome/browser/sync/glue/ |
app_data_type_controller.h | 19 Profile* profile,
|
autofill_profile_change_processor.h | 51 static void WriteAutofillProfile(const AutofillProfile& profile, 56 virtual void StartImpl(Profile* profile) {} 76 const AutofillProfile& profile); 104 const sync_pb::AutofillProfileSpecifics& profile,
|
extension_data_type_controller.h | 19 Profile* profile,
|
preference_data_type_controller.h | 19 Profile* profile,
|
session_data_type_controller.h | 21 Profile* profile,
|
theme_data_type_controller.h | 19 Profile* profile,
|
theme_model_associator.cc | 45 Profile* profile = sync_service_->profile(); local 56 if (UpdateThemeSpecificsOrSetCurrentThemeIfNecessary(profile, 70 GetThemeSpecificsFromCurrentTheme(profile, &theme_specifics);
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
message_box_handler.h | 16 class Profile; 24 void RunJavascriptMessageBox(Profile* profile,
|
/external/chromium/chrome/browser/ui/cocoa/ |
dev_tools_controller.h | 17 class Profile; 45 withProfile:(Profile*)profile;
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_fetcher_ui_callbacks.h | 31 Profile* profile);
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_gtk.cc | 8 #include "chrome/browser/profiles/profile.h" 23 Profile* profile) { 24 BrowserFrameGtk* frame = new BrowserFrameGtk(browser_view, profile); 36 BrowserFrameGtk::BrowserFrameGtk(BrowserView* browser_view, Profile* profile) 97 browser_view_->browser()->profile());
|
/external/chromium/chrome/browser/ui/views/ |
instant_confirm_view.cc | 10 #include "chrome/browser/profiles/profile.h" 22 InstantConfirmView::InstantConfirmView(Profile* profile) : profile_(profile) { 88 void ShowInstantConfirmDialog(gfx::NativeWindow parent, Profile* profile) { 90 new InstantConfirmView(profile))->Show();
|
instant_confirm_view.h | 14 class Profile; 21 explicit InstantConfirmView(Profile* profile); 36 Profile* profile_;
|
keyboard_overlay_dialog_view.h | 21 KeyboardOverlayDialogView(Profile* profile,
|
/external/chromium/chrome/browser/ui/webui/ |
constrained_html_ui.h | 16 class Profile; 45 Profile* profile,
|
print_preview_ui.cc | 8 #include "chrome/browser/profiles/profile.h" 22 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source_);
|
/external/e2fsprogs/e2fsck/ |
profile.c | 2 * profile.c -- A simple configuration file parsing "library in a file" 4 * The profile library was originally written by Theodore Ts'o in 1995 72 #include "profile.h" 85 * This is the structure which stores the profile information for a 104 * The profile flags 121 * Used by the profile iterator in prof_get.c 151 /* profile parser declarations */ 209 (prf_file_t profile); 211 static errcode_t profile_get_value(profile_t profile, const char *name, 302 profile_t profile; local 1264 profile_t profile; member in struct:profile_iterator 1827 profile_t profile; local [all...] |