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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/profiler/
Profile.cpp 27 #include "Profile.h"
34 PassRefPtr<Profile> Profile::create(const UString& title, unsigned uid)
36 return adoptRef(new Profile(title, uid));
39 Profile::Profile(const UString& title, unsigned uid)
48 Profile::~Profile()
52 void Profile::forEach(void (ProfileNode::*function)())
68 void Profile::focus(const ProfileNode* profileNode
    [all...]
  /external/chromium/chrome/browser/
background_mode_manager_unittest.cc 30 TestBackgroundModeManager(Profile* profile, CommandLine* cl)
31 : BackgroundModeManager(profile, cl) {
40 TestingProfile profile; local
41 TestBackgroundModeManager manager(&profile, command_line_.get());
55 TestingProfile profile; local
56 TestBackgroundModeManager manager(&profile, command_line_.get());
browser_url_handler.h 20 class Profile;
30 typedef bool (*URLHandler)(GURL* url, Profile* profile);
36 static void RewriteURLIfNecessary(GURL* url, Profile* profile,
41 Profile* profile);
background_contents_service.h 27 class Profile;
36 // BackgroundContentsService is owned by the profile, and is responsible for
48 BackgroundContentsService(Profile* profile, const CommandLine* command_line);
75 // |frame_name| and |application_id| values, using the passed |profile| as the
79 Profile* profile,
87 void LoadBackgroundContentsForExtension(Profile* profile,
105 void StartObserving(Profile* profile)
    [all...]
content_setting_bubble_model.cc 14 #include "chrome/browser/profiles/profile.h"
29 Profile* profile,
31 : ContentSettingBubbleModel(tab_contents, profile, content_type) {
132 Profile* profile,
134 : ContentSettingTitleAndLinkModel(tab_contents, profile, content_type) {
166 Profile* profile,
168 : ContentSettingTitleLinkAndCustomModel(tab_contents, profile,
    [all...]
plugin_updater.h 21 class Profile;
43 void UpdatePluginGroupsStateFromPrefs(Profile* profile);
46 void UpdatePreferences(Profile* profile, int delay_ms);
60 // preferences. The profile pointer is only to be passed to the UI thread.
61 static void GetPreferencesDataOnFileThread(void* profile);
65 Profile* profile,
renderer_preferences_util.cc 8 #include "chrome/browser/profiles/profile.h"
18 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile) {
23 GtkThemeService* theme_service = GtkThemeService::GetFrom(profile);
48 profile->GetPrefs()->GetBoolean(prefs::kEnableReferrers);
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.cc 14 #include "chrome/browser/profiles/profile.h"
142 void BookmarkNodeData::WriteToClipboard(Profile* profile) const {
163 WriteToPickle(profile, &pickle);
200 void BookmarkNodeData::WriteToClipboard(Profile* profile) const {
220 void BookmarkNodeData::Write(Profile* profile, ui::OSExchangeData* data) const {
234 WriteToPickle(profile, &data_pickle);
263 void BookmarkNodeData::WriteToPickle(Profile* profile, Pickle* pickle) const
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.h 26 Profile* profile_; // weak
47 profile:(Profile*)profile
50 profile:(Profile*)profile
  /external/chromium/chrome/browser/ui/gtk/
instant_confirm_dialog_gtk.cc 11 #include "chrome/browser/profiles/profile.h"
22 void ShowInstantConfirmDialog(GtkWindow* parent, Profile* profile) {
23 new InstantConfirmDialogGtk(parent, profile);
29 GtkWindow* parent, Profile* profile) : profile_(profile) {
  /external/chromium/chrome/browser/ui/views/
theme_background.cc 7 #include "chrome/browser/profiles/profile.h"
33 Profile* profile = browser_view_->browser()->profile(); local
34 ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile);
38 profile->IsOffTheRecord() ?
42 profile->IsOffTheRecord() ?
browser_dialogs.h 26 class Profile;
46 Profile* profile,
54 Profile* profile);
78 Profile* profile);
95 Profile* profile,
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java 24 * functionality related to a Bluetooth profile.
34 * Returns true if the user can enable auto connection for this profile.
52 /** Display order for device profile settings. */
56 * Returns the string resource ID for the localized name for this profile.
62 * Returns the string resource ID for the summary text for this profile
65 * @param device the device to query for profile connection status
66 * @return a string resource ID for the profile summary text
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 27 #include "chrome/browser/profiles/profile.h"
46 explicit ChromeCookieMonsterDelegate(Profile* profile) {
48 profile_getter_ = new ProfileGetter(profile);
66 // This class allows us to safely access the Profile pointer. The Delegate
76 explicit ProfileGetter(Profile* profile) : profile_(profile) {
80 Source<Profile>(profile_));
89 Profile* profile = Source<Profile>(source).ptr() local
    [all...]
profile_dependency_manager.h 13 class Profile;
16 // A singleton that listens for profile destruction notifications and
30 // Called by each Profile to alert us that we should destroy services
40 void DestroyProfileServices(Profile* profile);
  /external/chromium/chrome/browser/ui/
browser_navigator.cc 12 #include "chrome/browser/profiles/profile.h"
31 SiteInstance* GetSiteInstance(TabContents* source_contents, Profile* profile,
36 if (ChromeWebUIFactory::GetInstance()->UseWebUIForURL(profile, url))
37 return SiteInstance::CreateSiteInstanceForURL(profile, url);
44 SiteInstance::IsSameWebSite(source_contents->profile(),
60 // Finds an existing Browser compatible with |profile|, making a new one if no
62 Browser* GetOrCreateBrowser(Profile* profile) {
63 Browser* browser = BrowserList::FindBrowserWithType(profile,
134 Profile* profile = local
159 Profile* profile = local
    [all...]
  /external/chromium/chrome/browser/chromeos/
choose_mobile_network_dialog.cc 24 HtmlDialogWithoutContextMenuView(Profile* profile,
26 : HtmlDialogView(profile, delegate) {}
41 Profile* profile; local
45 profile = browser->profile();
47 profile = ProfileManager::GetDefaultProfile();
50 profile, new ChooseMobileNetworkDialog);
  /external/chromium/chrome/browser/sessions/
session_restore.h 16 class Profile;
33 static void RestoreSession(Profile* profile,
42 Profile* profile,
48 static void RestoreForeignSessionTab(Profile* profile,
59 Profile* profile,
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.cc 11 #include "chrome/browser/profiles/profile.h"
25 static std::wstring GetTitle(Profile* profile,
28 ExtensionService* extensions_service = profile->GetExtensionService();
48 // handling without getting the accept language from the profile.
50 gfx::Font(), 0, profile->GetPrefs()->GetString(prefs::kAcceptLanguages));
62 void RunJavascriptMessageBox(Profile* profile,
71 std::wstring title = GetTitle(profile, is_alert, frame_url);
  /external/e2fsprogs/e2fsck/
profile.h 2 * profile.h
48 * Used by the profile iterator in prof_get.c
62 (profile_t profile);
65 (profile_t profile, const char *def_string);
68 (profile_t profile, const char *name, const char *subname,
72 (profile_t profile, const char *name, const char *subname,
77 (profile_t profile, const char *name, const char *subname,
82 (profile_t profile, const char *name, const char *subname,
87 (profile_t profile, const char *const *names,
  /external/chromium/android/content/browser/tab_contents/
tab_contents.h 11 #include "chrome/browser/profiles/profile.h"
15 // access to the RenderViewHost and Profile. Later it would
30 Profile* profile() { return profile_.get(); } function in class:TabContents
36 scoped_ptr<Profile> profile_;
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser.h 12 class Profile;
22 explicit DOMBrowser(Profile* profile);
27 static DOMBrowser* CreateForDOM(Profile* profile);
  /external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-re-opening.html 7 console.profile();
22 <li>observe that 'Profile 1' item has appeared under 'CPU profiles' section;
24 <li>observe that after 5 seconds, 'Profile 2' item has appeared under
31 <li>verify that CPU profiles 'Profile 1' and 'Profile 2', and heap profiles
  /external/chromium/chrome/browser/extensions/
extension_devtools_bridge.h 16 class Profile;
21 ExtensionDevToolsBridge(int tab_id, Profile* profile);
47 // Profile that owns our tab
48 Profile* profile_;
extension_processes_api.h 24 void ObserveProfile(Profile* profile);
44 void DispatchEvent(Profile* profile,
52 typedef std::set<Profile*> ProfileSet;

Completed in 441 milliseconds

1 2 3 4 56 7 8 91011>>