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

  /external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.cc 106 TestingProfile* TestWithBrowserView::CreateProfile() {
107 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
  /external/chromium_org/chrome/browser/password_manager/
password_manager_internals_service_unittest.cc 30 scoped_ptr<TestingProfile> CreateProfile(ProfileType type) {
52 scoped_ptr<TestingProfile> profile(CreateProfile(NORMAL_PROFILE));
72 scoped_ptr<TestingProfile> profile(CreateProfile(INCOGNITO_PROFILE));
  /external/chromium_org/chrome/browser/search/
instant_unittest_base.cc 85 TestingProfile* InstantUnitTestBase::CreateProfile() {
86 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 39 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 103 scoped_ptr<Profile> CreateProfile(
107 scoped_ptr<Profile> profile(Profile::CreateProfile(
135 scoped_ptr<Profile> profile(CreateProfile(
154 scoped_ptr<Profile> profile(CreateProfile(
178 scoped_ptr<Profile> profile(CreateProfile(
207 scoped_ptr<Profile> profile(CreateProfile(
235 scoped_ptr<Profile> profile(CreateProfile(
273 scoped_ptr<Profile> profile(CreateProfile(
295 scoped_ptr<Profile> profile(CreateProfile(
gaia_info_update_service_unittest.cc 66 profile_ = CreateProfile("Person 1");
73 Profile* CreateProfile(const std::string& name) {
201 CreateProfile(FullName("A"));
202 CreateProfile(FullName("C"));
203 CreateProfile(FullName("E"));
profile_impl.cc 265 Profile* Profile::CreateProfile(const base::FilePath& path,
269 "Profile::CreateProfile",
715 "Profile::CreateProfile",
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
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 116 // A type for specifying whether or not a profile created by CreateProfile
192 TestingProfile* CreateProfile(const std::string& profile_name,
481 CreateProfile(
507 CreateProfile(
535 CreateProfile(
554 CreateProfile(
577 CreateProfile(
598 Profile* profile = CreateProfile(
625 Profile* profile = CreateProfile(
655 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 299 scoped_ptr<TestingProfile> CreateProfile() {
353 scoped_ptr<TestingProfile> profile = CreateProfile();
393 scoped_ptr<TestingProfile> profile = CreateProfile();
448 scoped_ptr<TestingProfile> profile = CreateProfile();
  /external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc 51 "createProfile",
52 base::Bind(&CreateProfileHandler::CreateProfile,
56 void CreateProfileHandler::CreateProfile(const base::ListValue* args) {
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 104 def CreateProfile(self):
209 self.profile = self.CreateProfile()
252 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 769 milliseconds