OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateForTest
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
file_system_url_unittest.cc
26
FileSystemURL url = FileSystemURL::
CreateForTest
(GURL(url_string));
113
compare(FileSystemURL::
CreateForTest
(urls[i]),
114
FileSystemURL::
CreateForTest
(urls[j])));
174
FileSystemURL::
CreateForTest
(GURL(kTestURL[i])).ToGURL().spec());
182
const FileSystemURL kURL1 = FileSystemURL::
CreateForTest
(
190
FileSystemURL url_foo_temp_a = FileSystemURL::
CreateForTest
(
193
FileSystemURL url_foo_temp_b = FileSystemURL::
CreateForTest
(
196
FileSystemURL url_foo_perm_a = FileSystemURL::
CreateForTest
(
199
FileSystemURL url_bar_temp_a = FileSystemURL::
CreateForTest
(
202
FileSystemURL url_bar_perm_a = FileSystemURL::
CreateForTest
(
[
all
...]
file_system_url.h
85
static FileSystemURL
CreateForTest
(const GURL& url);
86
static FileSystemURL
CreateForTest
(const GURL& origin,
file_system_url.cc
29
FileSystemURL FileSystemURL::
CreateForTest
(const GURL& url) {
33
FileSystemURL FileSystemURL::
CreateForTest
(const GURL& origin,
/external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_delegate_unittest.cc
24
return FileSystemURL::
CreateForTest
(
56
FileSystemURL::
CreateForTest
(
obfuscated_file_util_unittest.cc
99
return FileSystemURL::
CreateForTest
(
105
return FileSystemURL::
CreateForTest
(
112
return FileSystemURL::
CreateForTest
(
[
all
...]
/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/cc/animation/
scrollbar_animation_controller_thinning.h
22
static scoped_ptr<ScrollbarAnimationControllerThinning>
CreateForTest
(
scrollbar_animation_controller_thinning.cc
32
ScrollbarAnimationControllerThinning::
CreateForTest
(LayerImpl* scroll_layer,
scrollbar_animation_controller_thinning_unittest.cc
33
scrollbar_controller_ = ScrollbarAnimationControllerThinning::
CreateForTest
(
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status_unittest.cc
25
return FileSystemURL::
CreateForTest
((GURL(spec)));
/external/chromium_org/components/wifi/
wifi_service.h
43
static WiFiService*
CreateForTest
();
wifi_test.cc
115
scoped_ptr<WiFiService> wifi_service(WiFiService::
CreateForTest
());
fake_wifi_service.cc
316
WiFiService* WiFiService::
CreateForTest
() { return new FakeWiFiService(); }
/external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation_unittest.cc
91
return fileapi::FileSystemURL::
CreateForTest
(
/external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_unittest.cc
202
fileapi::FileSystemURL internal_url = FileSystemURL::
CreateForTest
(
/external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc
263
wifi::WiFiService::
CreateForTest
(),
/external/chromium_org/content/browser/
child_process_security_policy_unittest.cc
394
fileapi::FileSystemURL url = fileapi::FileSystemURL::
CreateForTest
(
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc
[
all
...]
Completed in 345 milliseconds