/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view_unittest.cc | 32 bookmark_bar.SetProfile(&profile2); 36 bookmark_bar.SetProfile(profile());
|
bookmark_bar_view.h | 95 void SetProfile(Profile* profile);
|
/external/collada/include/1.4/dom/ |
domTechnique.h | 83 void setProfile( xsNMTOKEN atProfile ) { *(daeStringRef*)&attrProfile = atProfile; _validAttributeArray[1] = true; }
|
domInstance_effect.h | 83 void setProfile( xsNCName atProfile ) { *(daeStringRef*)&attrProfile = atProfile; _validAttributeArray[1] = true; }
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
WebAutofill.h | 82 void setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName,
|
WebAutofill.cpp | 233 void WebAutofill::setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName, 291 setProfile(empty, empty, empty, empty, empty, empty, empty, empty, empty, empty);
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.media.MediaRecorder.html | 108 <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setProfile(android.media.CamcorderProfile)" target="_top"><code>setProfile</code></A>(<code>CamcorderProfile</code>)</nobr>
|
/packages/apps/Phone/src/com/android/phone/sip/ |
SipSettings.java | 92 setProfile(p); 99 void setProfile(SipProfile p) {
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.h | 105 void SetProfile(Profile* profile);
|
browser_toolbar_gtk.cc | 120 SetProfile(profile); 393 void BrowserToolbarGtk::SetProfile(Profile* profile) { 398 location_bar_->SetProfile(profile);
|
location_bar_view_gtk.h | 58 void SetProfile(Profile* profile);
|
/external/collada/include/dae/ |
daeSIDResolver.h | 107 void setProfile( daeString p );
|
/external/collada/src/dae/ |
daeSIDResolver.cpp | 414 setProfile(profile); 430 void daeSIDResolver::setProfile( daeString p )
|
/external/chromium/chrome/browser/ui/views/ |
toolbar_view.h | 53 void SetProfile(Profile* profile);
|
toolbar_view.cc | 206 SetProfile(profile); 217 void ToolbarView::SetProfile(Profile* profile) { 220 location_bar_->SetProfile(profile);
|
/packages/apps/Camera/src/com/android/camera/ |
EffectsRecorder.java | 181 public void setProfile(CamcorderProfile profile) { 184 throw new RuntimeException("setProfile cannot be called while recording!"); 186 throw new RuntimeException("setProfile called on an already released recorder!"); [all...] |
/external/chromium/chrome/browser/autofill/ |
personal_data_manager.h | 146 // Also see SetProfile for more details.
|
/external/chromium/chrome/browser/ui/cocoa/ |
first_run_dialog.mm | 77 [dialog.get() setProfile:profile];
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.cc | 498 void AutocompleteProvider::SetProfile(Profile* profile) { [all...] |
autocomplete.h | 376 void SetProfile(Profile* profile); 618 void SetProfile(Profile* profile); [all...] |
autocomplete_edit.cc | 90 void AutocompleteEditModel::SetProfile(Profile* profile) { 93 autocomplete_controller_->SetProfile(profile); [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.h | 58 void SetProfile(Profile* profile);
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 133 void SetProfile(Profile* profile);
|
/system/media/mca/filterpacks/videosink/java/ |
MediaEncoderFilter.java | 246 mMediaRecorder.setProfile(mProfile);
|
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | [all...] |