OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateDataURLFromPACScript
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers.h
29
// created with
CreateDataURLFromPACScript
.
30
bool
CreateDataURLFromPACScript
(const std::string& pac_script,
proxy_api_helpers.cc
34
bool
CreateDataURLFromPACScript
(const std::string& pac_script,
330
if (!
CreateDataURLFromPACScript
(pac_data, &url)) {
proxy_api_helpers_unittest.cc
52
TEST(ExtensionProxyApiHelpers,
CreateDataURLFromPACScript
) {
54
ASSERT_TRUE(
CreateDataURLFromPACScript
(kSamplePacScript, &out));
Completed in 28 milliseconds