HomeSort by relevance Sort by last modified time
    Searched refs:CreateForTest (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_util_unittest.cc 36 return storage::FileSystemURL::CreateForTest(
86 ASSERT_FALSE(storage::FileSystemURL::CreateForTest(
88 ASSERT_FALSE(storage::FileSystemURL::CreateForTest(
  /external/chromium_org/content/browser/fileapi/
file_system_url_unittest.cc 33 FileSystemURL url = FileSystemURL::CreateForTest(GURL(url_string));
120 compare(FileSystemURL::CreateForTest(urls[i]),
121 FileSystemURL::CreateForTest(urls[j])));
182 FileSystemURL::CreateForTest(GURL(kTestURL[i])).ToGURL().spec());
190 const FileSystemURL kURL1 = FileSystemURL::CreateForTest(
198 FileSystemURL url_foo_temp_a = FileSystemURL::CreateForTest(
201 FileSystemURL url_foo_temp_b = FileSystemURL::CreateForTest(
204 FileSystemURL url_foo_perm_a = FileSystemURL::CreateForTest(
207 FileSystemURL url_bar_temp_a = FileSystemURL::CreateForTest(
210 FileSystemURL url_bar_perm_a = FileSystemURL::CreateForTest(
    [all...]
sandbox_file_system_backend_delegate_unittest.cc 26 return storage::FileSystemURL::CreateForTest(
64 FileSystemURL::CreateForTest(GURL("unknown://bar"),
copy_or_move_file_validator_unittest.cc 71 FileSystemURL::CreateForTest(origin_, src_type_, base::FilePath()),
sandbox_file_system_backend_unittest.cc 112 FileSystemURL::CreateForTest(origin_url, type, base::FilePath()),
copy_or_move_operation_delegate_unittest.cc 207 FileSystemURL::CreateForTest(origin_, src_type_, base::FilePath()),
222 FileSystemURL::CreateForTest(origin_, dest_type_, base::FilePath()),
obfuscated_file_util_unittest.cc 110 return FileSystemURL::CreateForTest(
116 return FileSystemURL::CreateForTest(
123 return FileSystemURL::CreateForTest(
703 const FileSystemURL url = FileSystemURL::CreateForTest(
721 const FileSystemURL url = FileSystemURL::CreateForTest(
    [all...]
  /external/chromium_org/storage/browser/fileapi/
file_system_url.h 85 static FileSystemURL CreateForTest(const GURL& url);
86 static FileSystemURL CreateForTest(const GURL& origin,
89 static FileSystemURL CreateForTest(const GURL& origin,
file_system_url.cc 29 FileSystemURL FileSystemURL::CreateForTest(const GURL& url) {
33 FileSystemURL FileSystemURL::CreateForTest(const GURL& origin,
39 FileSystemURL FileSystemURL::CreateForTest(
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_api.h 99 static scoped_refptr<EchoPrivateGetUserConsentFunction> CreateForTest(
echo_private_apitest.cc 47 EchoPrivateGetUserConsentFunction::CreateForTest(base::Bind(
119 EchoPrivateGetUserConsentFunction::CreateForTest(base::Bind(
echo_private_api.cc 192 EchoPrivateGetUserConsentFunction::CreateForTest(
  /external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor_unittest.cc 103 urls.push_back(storage::FileSystemURL::CreateForTest(
107 urls.push_back(storage::FileSystemURL::CreateForTest(
137 urls.push_back(storage::FileSystemURL::CreateForTest(
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_mock.cc 43 return syncer::AttachmentServiceImpl::CreateForTest();
  /external/chromium_org/sync/internal_api/attachments/
attachment_service_proxy_for_test.cc 27 scoped_ptr<AttachmentService> wrapped(AttachmentServiceImpl::CreateForTest());
attachment_service_impl.cc 147 scoped_ptr<syncer::AttachmentService> AttachmentServiceImpl::CreateForTest() {
  /external/chromium_org/components/sync_driver/
shared_change_processor_unittest.cc 50 return syncer::AttachmentServiceImpl::CreateForTest();
ui_data_type_controller_unittest.cc 62 return syncer::AttachmentServiceImpl::CreateForTest();
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_service_impl.h 59 static scoped_ptr<syncer::AttachmentService> CreateForTest();
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.h 112 static scoped_refptr<ContentAction> CreateForTest(
content_action.cc 280 scoped_refptr<ContentAction> RequestContentScript::CreateForTest(
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status_unittest.cc 26 return FileSystemURL::CreateForTest((GURL(spec)));
  /external/chromium_org/sync/api/
sync_data_unittest.cc 35 : attachment_service(AttachmentServiceImpl::CreateForTest()),
  /external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation_unittest.cc 90 return storage::FileSystemURL::CreateForTest(
  /external/chromium_org/content/browser/
child_process_security_policy_unittest.cc 395 storage::FileSystemURL url = storage::FileSystemURL::CreateForTest(

Completed in 498 milliseconds

1 2