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

<<41424344454647484950>>

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 23 #if PROFILE
377 #if PROFILE
386 #if PROFILE
391 # if PROFILE
399 #if PROFILE
411 # if PROFILE
433 #if PROFILE
441 # if PROFILE
467 #if PROFILE
  /external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc 62 // for the side-effect of logging the profile count.
74 // Adds |profile| to |web_profiles_| and takes ownership of the profile's
76 virtual void AddProfile(AutofillProfile* profile) {
77 web_profiles_.push_back(profile);
98 AutofillProfile* profile = new AutofillProfile; local
99 autofill_test::SetProfileInfo(profile, "Elvis", "Aaron",
104 profile->set_guid("00000000-0000-0000-0000-000000000001");
105 profiles->push_back(profile);
106 profile = new AutofillProfile
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 18 #include "chrome/browser/profiles/profile.h"
120 BookmarkModel::BookmarkModel(Profile* profile)
121 : profile_(profile),
131 // Profile is null during testing.
158 Source<Profile>(profile_));
594 Source<Profile>(profile_),
639 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
646 Source<Profile>(profile_),
679 Source<Profile>(profile_)
    [all...]
  /external/clang/include/clang/AST/
Type.h 422 void Profile(llvm::FoldingSetNodeID &ID) const {
847 void Profile(llvm::FoldingSetNodeID &ID) const {
    [all...]
  /external/freetype/src/raster/
ftraster.c 78 /* profile is simply an array of scanline intersections on a given */
79 /* dimension. A profile's main attributes are */
97 /* following graphics shows the profile list under construction: */
101 /* | profile | coordinates for | profile | coordinates for |--> */
102 /* | 1 | profile 1 | 2 | profile 2 |--> */
109 /* The top of the profile stack is kept in the `top' variable. */
111 /* As you can see, a profile record is pushed on top of the render */
113 /* a change of direction is detected in the outline, a new profile is *
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 32 <li><a href="#HDP">Health Device Profile</a>
47 <li><a href="{@docRoot}resources/samples/BluetoothHDP/index.html">Bluetooth HDP (Health Device Profile)</a></li>
124 represents a Bluetooth profile. A <em>Bluetooth profile</em> is a wireless
126 example is the Hands-Free profile. For more discussion of profiles, see <a
135 "A2DP" stands for Advanced Audio Distribution Profile.</dd>
138 <dd> Represents a Health Device Profile proxy that controls the Bluetooth service.</dd>
157 is, the internal service that runs a particular profile). </dd>
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 15 #include "chrome/browser/profiles/profile.h"
55 Profile* profile)
56 : HistoryProvider(listener, profile, "HistoryContents"),
73 !(profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) ||
136 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/automation/
automation_provider.h 71 class Profile;
87 explicit AutomationProvider(Profile* profile);
89 Profile* profile() const { return profile_; } function in class:AutomationProvider
189 Profile* profile_;
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 28 class Profile;
99 // Uses |profile| when doing URL fetches.
108 bool AuthenticateToLogin(Profile* profile,
139 void RetryAuth(Profile* profile,
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher_browsertest.cc 8 #include "chrome/browser/profiles/profile.h"
56 browser()->profile());
67 Browser::Create(browser()->profile()->GetOffTheRecordProfile());
235 EXPECT_TRUE(incognito_browser->profile()->IsOffTheRecord());
255 EXPECT_TRUE(incognito_browser->profile()->IsOffTheRecord());
269 EXPECT_FALSE(new_browser->profile()->IsOffTheRecord());
  /external/chromium/chrome/browser/debugger/
devtools_manager.cc 17 #include "chrome/browser/profiles/profile.h"
192 Source<Profile>(inspected_rvh->site_instance()->GetProcess()->profile()),
356 inspected_rvh->process()->profile()->GetPrefs()->SetBoolean(
378 bool docked = inspected_rvh->process()->profile()->GetPrefs()->
381 inspected_rvh->site_instance()->browsing_instance()->profile(),
  /external/chromium/chrome/browser/extensions/
extension_host.h 84 Profile* profile() const { return profile_; } function in class:ExtensionHost
141 virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
250 // The profile that this host is tied to.
251 Profile* profile_;
  /external/chromium/chrome/browser/
file_select_helper.cc 14 #include "chrome/browser/profiles/profile.h"
46 FileSelectHelper::FileSelectHelper(Profile* profile)
47 : profile_(profile),
324 file_select_helper_.reset(new FileSelectHelper(tab_contents()->profile()));
341 file_select_helper_.reset(new FileSelectHelper(tab_contents()->profile()));
memory_details.cc 13 #include "chrome/browser/profiles/profile.h"
138 Profile* profile = render_process_host->profile(); local
139 ExtensionService* extension_service = profile->GetExtensionService();
247 // Get rid of other Chrome processes that are from a different profile.
  /external/chromium/chrome/browser/password_manager/
password_form_manager.h 20 class Profile;
26 // profile contains the link to the PasswordStore and whether we're off
32 PasswordFormManager(Profile* profile,
220 // The profile from which we get the PasswordStore.
221 Profile* profile_;
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.cc 11 #include "chrome/browser/profiles/profile.h"
102 if (!tab_contents()->profile()->IsOffTheRecord()) {
123 if (!tab_contents()->profile()->IsOffTheRecord()) {
260 return !tab_contents()->profile()->IsOffTheRecord() &&
266 return !tab_contents()->profile()->IsOffTheRecord() &&
321 prefs_(tab_contents_->profile()->GetPrefs()) {
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.mm 12 #include "chrome/browser/profiles/profile.h"
135 Source<Profile>(host->profile()));
138 Source<Profile>(host->profile()));
205 browser->profile()->GetExtensionProcessManager();
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 25 class Profile;
123 explicit HistoryMenuBridge(Profile* profile);
142 Profile* profile();
202 Profile* profile_; // weak
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 88 Profile* profile,
92 : ALLOW_THIS_IN_INITIALIZER_LIST(model_(profile, url, ssl,
352 Profile* profile,
373 new PageInfoBubbleView(parent, profile, url, ssl, show_history);
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 18 #include "chrome/browser/profiles/profile.h"
68 ExtensionIconSource::ExtensionIconSource(Profile* profile)
70 profile_(profile),
192 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
212 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS), request_handle);
  /external/skia/src/gpu/gl/
GrGLInterface.cpp 37 char profile[2]; local
38 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1,
66 char profile[2]; local
67 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1,
  /external/webkit/PerformanceTests/SunSpider/
sunspider 102 for my $profile (split(/\n/, $sharkProfileList)) {
103 $profile =~ /(\d+) - (.+)/;
109 print "Using Shark L2 Cache Miss Profile: " . $profile . "\n";
113 die "Failed to find L2 Cache Miss Profile for --shark-cache\n" unless ($sharkCacheProfileIndex);
240 my $profileFile = "$resultDirectory/sunspider-profile-$timeString.mshark";
  /external/webkit/Source/WebCore/page/
Console.cpp 262 void Console::profile(const String& title, ScriptState* state, PassRefPtr<ScriptCallStack> callStack) function in class:WebCore::Console
273 if (title.isNull()) // no title so give it the next user initiated profile title.
291 RefPtr<ScriptProfile> profile = ScriptProfiler::stop(state, title);
292 if (!profile)
295 m_profiles.append(profile);
296 InspectorInstrumentation::addProfile(page, profile, callStack);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed
102 aOutputs->profile = 0;
155 aOutputs->profile = (uint32)profile_idc;
211 // get profile etc.
247 aOutputs->profile = NewProfile;
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 27 #if PROFILE
112 #if PROFILE
198 #if PROFILE
205 #if PROFILE
231 #if PROFILE
240 #if PROFILE

Completed in 741 milliseconds

<<41424344454647484950>>