HomeSort by relevance Sort by last modified time
    Searched defs:CreateProfile (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/password_manager/
password_manager_internals_service_unittest.cc 30 scoped_ptr<TestingProfile> CreateProfile(ProfileType type) {
50 scoped_ptr<TestingProfile> profile(CreateProfile(NORMAL_PROFILE));
70 scoped_ptr<TestingProfile> profile(CreateProfile(INCOGNITO_PROFILE));
  /external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.cc 87 TestingProfile* TestWithBrowserView::CreateProfile() {
88 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/chrome/browser/search/
instant_unittest_base.cc 86 TestingProfile* InstantUnitTestBase::CreateProfile() {
87 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_shower_views_unittest.cc 67 profile1_ = CreateProfile("p1").Pass();
68 profile2_ = CreateProfile("p2").Pass();
74 scoped_ptr<FakeProfile> CreateProfile(const std::string& name) {
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 38 virtual void CreateProfile(const std::string& name) {
83 virtual void CreateProfile(const std::string& name) OVERRIDE {
84 MessageCenterSettingsControllerTest::CreateProfile(name);
109 CreateProfile("Profile-1");
110 CreateProfile("Profile-2");
138 CreateProfile("Profile-1");
139 CreateProfile("Profile-2");
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 45 scoped_ptr<Profile> CreateProfile(
49 scoped_ptr<Profile> profile(Profile::CreateProfile(
115 scoped_ptr<Profile> profile(CreateProfile(
136 scoped_ptr<Profile> profile(CreateProfile(
160 scoped_ptr<Profile> profile(CreateProfile(
188 scoped_ptr<Profile> profile(CreateProfile(
216 scoped_ptr<Profile> profile(CreateProfile(
254 scoped_ptr<Profile> profile(CreateProfile(
282 scoped_ptr<Profile> profile(CreateProfile(
profile_impl.cc 267 Profile* Profile::CreateProfile(const base::FilePath& path,
270 TRACE_EVENT0("browser", "Profile::CreateProfile")
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
last_download_finder_unittest.cc 74 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN);
95 // A type for specifying whether or not a profile created by CreateProfile
123 TestingProfile* CreateProfile(SafeBrowsingDisposition safe_browsing_opt_in) {
270 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_OUT);
281 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN);
292 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN);
309 CreateProfile(SAFE_BROWSING_OPT_IN);
incident_reporting_service_unittest.cc 109 // A type for specifying whether or not a profile created by CreateProfile
174 TestingProfile* CreateProfile(const std::string& profile_name,
331 // Returns the name of a profile as provided to CreateProfile.
440 CreateProfile(
465 CreateProfile(
481 CreateProfile(
501 CreateProfile(
519 Profile* profile = CreateProfile(
543 CreateProfile(
554 CreateProfile(
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_notification_blocker_chromeos_unittest.cc 84 void CreateProfile(const std::string& name) {
159 CreateProfile("test2@example.com");
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 85 profile_ = CreateProfile();
214 TestingProfile* BrowserWithTestWindowTest::CreateProfile() {
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 297 scoped_ptr<TestingProfile> CreateProfile() {
351 scoped_ptr<TestingProfile> profile = CreateProfile();
391 scoped_ptr<TestingProfile> profile = CreateProfile();
446 scoped_ptr<TestingProfile> profile = CreateProfile();
  /external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc 50 "createProfile",
51 base::Bind(&CreateProfileHandler::CreateProfile,
55 void CreateProfileHandler::CreateProfile(const base::ListValue* args) {
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 106 def CreateProfile(self):
211 self.profile = self.CreateProfile()
254 def CreateProfile(self):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netprov.h 158 virtual HRESULT WINAPI CreateProfile(BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus) = 0;
166 HRESULT (WINAPI *CreateProfile)(IProvisioningProfileWireless *This,BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus);
176 #define IProvisioningProfileWireless_CreateProfile(This,bstrXMLWirelessConfigProfile,bstrXMLConnectionConfigProfile,pAdapterInstanceGuid,pulStatus) (This)->lpVtbl->CreateProfile(This,bstrXMLWirelessConfigProfile,bstrXMLConnectionConfigProfile,pAdapterInstanceGuid,pulStatus)
msimcsdk.h 230 virtual HRESULT WINAPI CreateProfile(BSTR bstrProfile,IDispatch **ppProfile) = 0;
248 HRESULT (WINAPI *CreateProfile)(IMSIMHost *This,BSTR bstrProfile,IDispatch **ppProfile);
268 #define IMSIMHost_CreateProfile(This,bstrProfile,ppProfile) (This)->lpVtbl->CreateProfile(This,bstrProfile,ppProfile)
    [all...]
rtccore.h     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 384 FX_LPVOID CCodec_IccModule::CreateProfile(ICodec_IccModule::IccParam* pIccParam, Icc_CLASS ic, CFX_BinaryBuf* pTransformKey)
453 FX_LPVOID pInputProfile = CreateProfile(pInputParam, Icc_CLASS_INPUT, &key);
457 FX_LPVOID pOutputProfile = CreateProfile(pOutputParam, Icc_CLASS_OUTPUT, &key);
468 pProofProfile = CreateProfile(pProofParam, Icc_CLASS_PROOF, &key);
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 385 bool CreateProfile(const NetworkProperties& network_properties,
594 if (!CreateProfile(network_properties, kEncryptionTypeAny, &profile_xml)) {
609 if (!CreateProfile(network_properties,
    [all...]

Completed in 1290 milliseconds