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

<<21222324252627282930>>

  /device/moto/wingray/
media_profiles.xml 81 <!ATTLIST ExportVideoProfile profile CDATA #REQUIRED>
89 <!-- Each camcorder profile defines a set of predefined configuration parameters -->
153 The Audio part of the profile will not be used since time lapse mode
170 The Audio part of the profile will not be used since time lapse mode
187 The Audio part of the profile will not be used since time lapse mode
204 The Audio part of the profile will not be used since time lapse mode
221 The Audio part of the profile will not be used since time lapse mode
286 The Audio part of the profile will not be used since time lapse mode
303 The Audio part of the profile will not be used since time lapse mode
320 The Audio part of the profile will not be used since time lapse mod
    [all...]
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 49 service_ = new TabRestoreService(profile(), time_factory_);
78 service_ = new TabRestoreService(profile(), time_factory_);
82 // Adds a window with one tab and url to the profile's session service.
85 SessionService* session_service = profile()->GetSessionService();
99 // Creates a SessionService and assigns it to the Profile. The SessionService
104 // The profile takes ownership of this.
105 SessionService* session_service = new SessionService(profile());
106 profile()->set_session_service(session_service);
111 profile()->set_last_session_exited_cleanly(false);
290 profile()->GetSessionService()->MoveCurrentSessionToLastSession()
    [all...]
  /external/chromium/chrome/browser/
autocomplete_history_manager.cc 14 #include "chrome/browser/profiles/profile.h"
80 profile_ = tab_contents->profile();
82 web_data_service_ = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
196 Profile* profile,
199 profile_(profile),
234 autofill_unique_ids_.push_back(0); // 0 means no profile.
browsing_data_indexed_db_helper.h 21 class Profile;
60 // stored in |profile|'s user data directory.
61 static BrowsingDataIndexedDBHelper* Create(Profile* profile);
86 explicit CannedBrowsingDataIndexedDBHelper(Profile* profile);
127 Profile* profile_;
browsing_data_local_storage_helper.h 20 class Profile;
60 explicit BrowsingDataLocalStorageHelper(Profile* profile);
81 Profile* profile_;
111 explicit CannedBrowsingDataLocalStorageHelper(Profile* profile);
145 Profile* profile_;
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_view.cc 39 virtual TabContents* CreateTabContents(Profile* profile,
41 TabContents* contents = new WizardWebPageViewTabContents(profile,
104 Profile* profile = ProfileManager::GetDefaultProfile(); local
107 profile, SiteInstance::CreateSiteInstanceForURL(profile, url));
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 60 // Construct an utterance given a profile, the text to speak,
63 Utterance(Profile* profile,
78 Profile* profile() { return profile_; } function in class:Utterance
93 // The profile that initiated this utterance.
94 Profile* profile_;
page_action_apitest.cc 9 #include "chrome/browser/profiles/profile.h"
43 ExtensionService* service = browser()->profile()->GetExtensionService();
45 browser()->profile(), extension->id(), "", tab_id, "", 0);
81 ExtensionService* service = browser()->profile()->GetExtensionService();
83 browser()->profile(), extension->id(), "action", tab_id, "", 1);
157 ExtensionService* service = browser()->profile()->GetExtensionService();
159 browser()->profile(), extension->id(), "action", tab_id, "", 1);
extension_function.h 18 class Profile;
48 // Set the profile which contains the extension that has originated this
50 void set_profile(Profile* profile) { profile_ = profile; }
51 Profile* profile() const { return profile_; } function in class:ExtensionFunction
136 // The Profile of this function's extension.
137 Profile* profile_;
file_manager_util.cc 13 #include "chrome/browser/profiles/profile.h"
69 Profile* profile, const FilePath& full_file_path, const GURL& origin_url,
72 profile->GetFileSystemContext()->path_manager();
118 void FileManagerUtil::ShowFullTabUrl(Profile* profile,
129 profile);
160 mediaplayer->EnqueueMediaFile(browser->profile(), full_path, NULL);
162 mediaplayer->ForcePlayMediaFile(browser->profile(), full_path, NULL);
  /external/chromium/chrome/browser/history/
history_browsertest.cc 10 #include "chrome/browser/profiles/profile.h"
94 Profile* GetProfile() {
99 return GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
136 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS));
137 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::IMPLICIT_ACCESS));
159 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS));
160 EXPECT_FALSE(GetProfile()->GetHistoryService(Profile::IMPLICIT_ACCESS));
  /external/chromium/chrome/browser/remoting/
setup_flow.h 170 static SetupFlow* OpenSetupDialog(Profile* profile);
173 Profile* profile() { return profile_; } function in class:remoting::SetupFlow
177 explicit SetupFlow(const std::string& args, Profile* profile,
209 Profile* profile_;
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.cc 84 explicit TestingTemplateURLModel(Profile* profile)
85 : TemplateURLModel(profile) {
135 // deleting the test profile directory, otherwise we may not be
198 model()->service_ = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
227 return profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
234 TestingProfile* TemplateURLModelTestUtil::profile() const { function in class:TemplateURLModelTestUtil
  /external/chromium/chrome/browser/ui/
browser_navigator.h 17 class Profile;
72 // However, if the originating page is from a different profile (e.g. an
84 // OFF_THE_RECORD target browser profile is incog. NEW_FOREGROUND_TAB
148 // |profile| should be specified to find or create a matching Browser.
159 // If |browser| == NULL, specifies a Profile to use when finding or
161 Profile* profile; member in struct:browser::NavigateParams
  /external/chromium/chrome/browser/ui/cocoa/
window_size_autosaver_unittest.mm 29 browser_helper_.profile()->GetPrefs()->RegisterDictionaryPref(path_);
44 PrefService* pref = browser_helper_.profile()->GetPrefs();
96 // ...and it should be in the profile, too.
111 PrefService* pref = browser_helper_.profile()->GetPrefs();
155 // ...and it should be in the profile, too.
173 PrefService* pref = browser_helper_.profile()->GetPrefs();
196 // ...and it should be gone from the profile, too.
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 41 Profile* profile,
57 source_profile, profile, items, new ProfileWriter(profile), first_run);
225 Profile* profile,
229 parent, items, importer_host, importer_observer, source_profile, profile,
  /external/chromium/chrome/browser/ui/views/
html_dialog_view.cc 26 gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, Profile* profile,
29 new HtmlDialogView(profile, delegate);
41 HtmlDialogView::HtmlDialogView(Profile* profile,
44 HtmlDialogTabContentsDelegate(profile),
216 DOMView::Init(profile(), NULL);
  /external/clang/lib/AST/
TemplateName.cpp 30 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) {
31 Profile(ID, Parameter, Replacement);
34 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID,
41 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID,
43 Profile(ID, Context, Parameter, TemplateArgument(Arguments, size()));
46 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID,
51 ArgPack.Profile(ID, Context);
  /external/linux-tools-perf/Documentation/
perf-top.txt 15 This command generates and displays a performance counter profile in real time.
59 Profile at this frequency.
75 Profile events on existing Process ID.
79 Profile events on existing thread ID.
122 Profile display filter (>= hit count).
131 Stop annotation, return to full profile display.
134 Toggle between weighted sum and individual count[E]r profile.
  /external/oprofile/libpp/
profile_container.h 18 #include "profile.h"
33 * binary images and arbitrary profile classes.
56 * @param profile the samples files container
59 * @param pclass the profile class to add results for
66 void add(profile_t const & profile, op_bfd const & abfd,
166 /// also a sort order on samples count for each profile class
171 /// build() must count samples count for each profile class so cache it
  /external/srtp/test/
dtls_srtp_driver.c 128 srtp_profile_t profile; local
172 profile = srtp_profile_aes128_cm_sha1_80;
173 key_len = srtp_profile_get_master_key_length(profile);
174 salt_len = srtp_profile_get_master_salt_length(profile);
180 /* initialize SRTP policy from profile */
181 err = crypto_policy_set_from_profile_for_rtp(&policy.rtp, profile);
183 err = crypto_policy_set_from_profile_for_rtcp(&policy.rtcp, profile);
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 30 * to a particular profile. Currently, we only allow one device
31 * to be connected to a particular profile.
36 * {@link PendingCommandState} : A profile connection / disconnection
37 * command is being executed. This will result in a profile state
91 public BluetoothProfileState(Context context, int profile) {
92 super("BluetoothProfileState:" + profile);
93 mProfile = profile;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 72 "--profile",
74 dest="profile"
133 if options.profile:
135 import cProfile as profile namespace
137 import profile namespace
139 profile.runctx(
143 'profile.dat'
147 stats = pstats.Stats('profile.dat')
155 profiler = hotshot.Profile('hotshot.dat')
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc 26 #include "chrome/browser/profiles/profile.h"
40 GeolocationContentSettingsMap::GeolocationContentSettingsMap(Profile* profile)
41 : profile_(profile) {
47 Source<Profile>(profile_));
59 // If the profile is destroyed (and set to NULL) return CONTENT_SETTING_BLOCK.
71 // If the profile is destroyed (and set to NULL) return true.
86 // If the profile is destroyed (and set to NULL) return CONTENT_SETTING_BLOCK.
230 Source<Profile>(profile_));
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 13 #include "chrome/browser/profiles/profile.h"
134 Profile* profile,
136 : profile_(profile),
141 Source<TokenService>(profile->GetTokenService()));
152 Source<Profile>(profile_));
205 // to a profile. Revisit after multi-profile support landed.
254 if (profile_ == Source<Profile>(source).ptr())

Completed in 832 milliseconds

<<21222324252627282930>>