OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handler_url
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_browsertest.cc
116
GURL
handler_url
= test_server()->GetURL("files/custom_handler_foo.html");
local
117
AddProtocolHandler("foo",
handler_url
);
121
ASSERT_EQ(
handler_url
,
/external/chromium_org/chrome/common/extensions/manifest_handlers/
mime_types_handler.h
38
void set_handler_url(const std::string&
handler_url
) {
39
handler_url_ =
handler_url
;
42
const std::string&
handler_url
() const { return handler_url_; }
function in class:MimeTypesHandler
Completed in 330 milliseconds