HomeSort by relevance Sort by last modified time
    Searched full:profiles (Results 151 - 175 of 1170) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
instant_confirm_dialog_gtk.cc 11 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc 10 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc 10 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/views/
theme_background.cc 7 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/webui/
remoting_ui.cc 8 #include "chrome/browser/profiles/profile.h"
textfields_ui.cc 13 #include "chrome/browser/profiles/profile.h"
thumbnail_source.cc 9 #include "chrome/browser/profiles/profile.h"
  /external/chromium/webkit/glue/
webpreferences.h 9 // render_view_host_delegate_helper.cc, and browser/profiles/profile.cc.
  /external/oprofile/m4/
cellspubfdsupport.m4 5 # SPU profiles. To parse embedded SPU ELF on Cell BE, OProfile requires a
  /external/oprofile/pp/
opreport_options.cpp 176 cerr << "differential profiles are incompatible with --callgraph" << endl;
195 cerr << "differential profiles are incompatible with --details" << endl;
201 cerr << "different profiles are meaningless "
322 cerr << "differential profiles are incompatible with --xml" << endl;
  /external/webkit/Source/WebCore/page/
Console.idl 46 readonly attribute [CustomGetter] Array profiles;
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILDocument.java 29 * differing profiles? E.g. Standalone SMIL, HTML integration, etc.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
OppProfile.java 32 // Order of this profile in device profiles list
CachedBluetoothDevice.java 57 // List of profiles that were previously in mProfiles, but have been removed
81 * When we connect to multiple profiles, we only want to display a single
185 // Try to initialize the profiles if they were not.
190 if (DEBUG) Log.d(TAG, "No profiles. Maybe we will connect later");
207 if (DEBUG) Log.d(TAG, "Preferred profiles = " + preferredProfiles);
442 Log.e(TAG, "updating profiles for " + mDevice.getAliasName());
  /external/chromium/chrome/browser/resources/options/
personal_options.js 152 this.setElementVisible_($('profiles-create'), visible);
158 $('profiles-create').classList.remove('disabled');
160 $('profiles-create').classList.add('disabled');
  /external/icu4c/common/unicode/
usprep.h 32 * Profiles of StingPrep are set of rules and data according to with the
33 * Unicode Strings are prepared. Each profiles contains tables which describe
172 * e.g. "/usr/resource/my_app/profiles/mydata" on a Unix system.
  /external/javassist/
pom.xml 156 <profiles>
193 <!-- profiles to add tools jar containing com.sun.jdi code
253 </profiles>
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 26 const UserInitiatedProfileName = "org.webkit.profiles.user-initiated";
93 WebInspector.Panel.call(this, "profiles");
100 var panelEnablerHeading = WebInspector.UIString("You need to enable profiling before you can use the Profiles panel.");
103 this.panelEnablerView = new WebInspector.PanelEnablerView("profiles", panelEnablerHeading, panelEnablerDisclaimer, panelEnablerButton);
115 this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear all profiles."), "clear-status-bar-item");
121 this.welcomeView = new WebInspector.WelcomeView("profiles", WebInspector.UIString("Welcome to the Profiles panel"));
152 return WebInspector.UIString("Profiles");
313 // Make a group TreeElement now that there are 2 profiles.
381 // No other item will be selected if there aren't any other profiles, s
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 23 * Public APIs for the Bluetooth Profiles.
32 * Extra for the connection state intents of the individual profiles.
40 * Extra for the connection state intents of the individual profiles.
  /external/chromium-trace/src/tracing/tests/
main_thread_has_unclosed_slices.json     [all...]
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.cc 22 #include "chrome/browser/profiles/profile_manager.h"
125 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
126 for (size_t i = 0; i < profiles.size(); ++i) {
127 if (!profiles[i]->IsOffTheRecord()) {
128 service_ = profiles[i]->GetExtensionMessageService();
  /external/oprofile/libpp/
arrange_profiles.cpp 243 profile_set const & profile = *(pclass.profiles.begin());
293 profile_set const & profile = *(pclass.profiles.begin());
585 * on the normal list of profiles otherwise.
629 list<profile_set>::iterator it = pclass.profiles.begin();
630 list<profile_set>::iterator const end = pclass.profiles.end();
642 pclass.profiles.push_back(set);
758 list<profile_set>::const_iterator const end = pclass.profiles.end();
759 for (it = pclass.profiles.begin(); it != end; ++it)
835 = classes.v[i].profiles.begin();
837 = classes.v[i].profiles.end()
    [all...]
  /external/antlr/antlr-3.4/
pom.xml 43 this pom will build when we build this pom in certain profiles.
54 <profiles>
206 </profiles>
  /external/chromium/chrome/browser/tab_contents/
background_contents.cc 9 #include "chrome/browser/profiles/profile.h"
40 // as well (should only be called for OTR profiles, as we should receive
41 // APP_TERMINATING before non-OTR profiles are destroyed).
  /external/bluetooth/bluez/doc/
audio-api.txt 15 This is a generic audio interface that abstracts the different audio profiles.
19 Connect all supported audio profiles on the device.
23 Disconnect all audio profiles on the device
355 Gateway role of the HFP profiles.

Completed in 1159 milliseconds

1 2 3 4 5 67 8 91011>>