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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 26 * to get the Profile Proxy. Each public profile implements this
34 * This extra represents the current connection state of the profile of the
37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
42 * This extra represents the previous connection state of the profile of the
46 "android.bluetooth.profile.extra.PREVIOUS_STATE";
48 /** The profile is in disconnected state */
50 /** The profile is in connecting state */
52 /** The profile is in connected state */
54 /** The profile is in disconnecting state *
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 15 class Profile;
32 // Called after profile is loaded and prepared for the session.
33 virtual void OnProfilePrepared(Profile* profile) = 0;
45 static void DoBrowserLaunch(Profile* profile);
49 // Loads and prepares profile for the session. Fires |delegate| in the end.
77 Profile* profile,
82 Profile* profile
    [all...]
  /external/chromium/android/autofill/
profile_android.cc 30 // We only need the Profile constructor (but that is needed since
31 // ProfileImplAndroid is a subclass of Profile). To avoid compiling the file,
34 // Taken from chrome/browser/profiles/profile.cc
35 Profile::Profile()
49 Profile* ProfileImplAndroid::GetOriginalProfile()
74 Profile* Profile::CreateProfile(const FilePath& path) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc 10 #include "chrome/browser/profiles/profile.h"
20 void BookmarkFolderEditorController::Show(Profile* profile,
26 new BookmarkFolderEditorController(profile, wnd, node, index, type);
30 Profile* profile,
35 : profile_(profile),
36 model_(profile->GetBookmarkModel()),
bookmark_node_data_unittest.cc 74 TestingProfile profile; local
75 profile.CreateBookmarkModel(false);
76 profile.BlockUntilBookmarkModelLoaded();
77 profile.SetID(L"id");
78 BookmarkModel* model = profile.GetBookmarkModel();
90 drag_data.Write(&profile, &data);
101 EXPECT_TRUE(read_data.GetFirstNode(&profile) == node);
103 // Make sure asking for the node with a different profile returns NULL.
117 TestingProfile profile; local
118 profile.CreateBookmarkModel(false)
156 TestingProfile profile; local
195 TestingProfile profile; local
    [all...]
bookmark_node_data.h 21 class Profile;
93 void WriteToClipboard(Profile* profile) const;
109 // |profile| is used to identify which profile the data came from. Use a
110 // value of null to indicate the data is not associated with any profile.
111 void Write(Profile* profile, ui::OSExchangeData* data) const;
118 void WriteToPickle(Profile* profile, Pickle* pickle) const
    [all...]
  /external/chromium/chrome/browser/tabs/
pinned_tab_service.cc 7 #include "chrome/browser/profiles/profile.h"
18 (*i)->profile() == browser->profile()) {
25 PinnedTabService::PinnedTabService(Profile* profile)
26 : profile_(profile),
47 browser->profile() == profile_) {
55 if (has_normal_browser_ && browser->profile() == profile_) {
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 19 class Profile;
32 Profile* profile);
35 void set_profile(Profile* profile) { profile_ = profile; }
64 // The currently active profile.
65 Profile* profile_;
  /external/chromium/chrome/browser/automation/
automation_extension_tracker.cc 7 #include "chrome/browser/profiles/profile.h"
34 Profile* profile = Source<Profile>(source).ptr(); local
35 if (profile) {
36 ExtensionService* service = profile->GetExtensionService();
  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_chromeos.cc 14 Profile* profile) {
16 new chromeos::BrowserFrameChromeos(browser_view, profile);
24 BrowserView* browser_view, Profile* profile)
25 : BrowserFrameGtk(browser_view, profile) {
dom_browser.cc 14 DOMBrowser::DOMBrowser(Profile* profile)
15 : Browser(Browser::TYPE_NORMAL, profile) {
22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) {
23 DOMBrowser* browser = new DOMBrowser(profile);
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_apitest.cc 11 #include "chrome/browser/profiles/profile.h"
28 Profile* profile = browser()->profile(); local
32 BookmarkModel* model = profile->GetBookmarkModel();
41 profile->GetPrefs()->SetBoolean(prefs::kEditBookmarksEnabled, false);
extension_message_handler.cc 8 #include "chrome/browser/profiles/profile.h"
36 Profile* profile = render_view_host()->process()->profile(); local
37 if (profile->GetExtensionMessageService()) {
38 profile->GetExtensionMessageService()->PostMessageFromRenderer(
extension_omnibox_api.h 19 Profile* profile, const std::string& extension_id);
25 Profile* profile, const std::string& extension_id,
30 Profile* profile, const std::string& extension_id,
36 Profile* profile, const std::string& extension_id);
87 Profile* profile,
    [all...]
extension_omnibox_api.cc 14 #include "chrome/browser/profiles/profile.h"
49 Profile* profile, const std::string& extension_id) {
51 profile->GetExtensionService()->GetExtensionById(extension_id, false);
55 profile->GetExtensionService()->GetPropertyBag(extension));
62 Profile* profile, const std::string& extension_id) {
63 profile->GetExtensionEventRouter()->DispatchEventToExtension(
64 extension_id, events::kOnInputStarted, "[]", profile, GURL());
69 Profile* profile, const std::string& extension_id
    [all...]
extension_event_router.h 20 class Profile;
26 // sub-profile (incognito to original profile, or vice versa).
27 static bool CanCrossIncognito(Profile* profile,
29 static bool CanCrossIncognito(Profile* profile, const Extension* extension);
31 explicit ExtensionEventRouter(Profile* profile);
55 // normal profile only works if extension is allowed incognito access). I
    [all...]
extension_event_router_forwarder.h 13 #include "chrome/browser/profiles/profile.h"
22 // - the class can handle if a profile is deleted between the time of sending
24 // - this class can be used in contexts that are not governed by a profile, e.g.
33 // DispatchEventToRenderers(event_name, event_args, profile, event_url)
42 // profile, event_url)
52 // use_profile_to_restrict_events ? profile : NULL, event_url)
53 // on |profile|'s ExtensionEventRouter. May be called on any thread.
62 // use_profile_to_restrict_events ? profile : NULL, event_url)
63 // on |profile|'s ExtensionEventRouter. May be called on any thread.
76 // whether extension_id == "" or not) of |profile|'s ExtensionEventRouter
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
overflow_button.cc 9 #include "chrome/browser/profiles/profile.h"
16 OverflowButton::OverflowButton(Profile* profile) : profile_(profile) {
17 widget_.Own(GtkThemeService::GetFrom(profile)->BuildChromeButton());
22 GtkThemeService::GetFrom(profile)->InitThemesFor(this);
  /external/chromium/chrome/browser/ui/webui/
theme_source.h 13 class Profile;
18 explicit ThemeSource(Profile* profile);
39 // The original profile (never an OTR profile).
40 Profile* profile_;
  /external/chromium/chrome/browser/
accessibility_events.h 14 class Profile;
18 // listeners. Will not send if the profile's pause level is nonzero
19 // (using profile->PauseAccessibilityEvents).
37 Profile* profile() const { return profile_; } function in class:AccessibilityControlInfo
42 AccessibilityControlInfo(Profile* profile, const std::string& control_name);
44 // The profile this control belongs to.
45 Profile* profile_;
55 AccessibilityWindowInfo(Profile* profile, const std::string& window_name)
    [all...]
favicon_service.cc 9 #include "chrome/browser/profiles/profile.h"
13 FaviconService::FaviconService(Profile* profile) : profile_(profile) {
23 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
39 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
60 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
70 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
77 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
86 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 87 * Last time a bt profile auto-connect was attempted.
101 * Describes the current device and profile for logging.
103 * @param profile Profile to describe
104 * @return Description of the device and profile
106 private String describe(LocalBluetoothProfile profile) {
109 if (profile != null) {
110 sb.append(" Profile:").append(profile);
116 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState)
    [all...]
  /external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc 7 #include "chrome/browser/profiles/profile.h"
24 ConstrainedHtmlDelegateGtk(Profile* profile,
71 Profile* profile,
74 HtmlDialogTabContentsDelegate(profile),
75 html_tab_contents_(profile, NULL, MSG_ROUTING_NONE, NULL, NULL),
115 Profile* profile,
119 new ConstrainedHtmlDelegateGtk(profile, delegate)
    [all...]
constrained_html_delegate_win.cc 7 #include "chrome/browser/profiles/profile.h"
22 ConstrainedHtmlDelegateWin(Profile* profile,
74 Profile* profile,
76 : HtmlDialogTabContentsDelegate(profile),
77 html_tab_contents_(profile, NULL, MSG_ROUTING_NONE, NULL, NULL),
104 Profile* profile,
108 new ConstrainedHtmlDelegateWin(profile, delegate)
    [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...]

Completed in 791 milliseconds

1 2 3 45 6 7 8 91011>>