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

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_browsertest.cc 82 GURL handler_url = test_server()->GetURL("files/custom_handler_foo.html"); local
83 AddProtocolHandler("foo", handler_url);
87 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
  /external/chromium_org/mojo/services/launcher/
launcher.cc 158 std::string handler_url = app_->GetHandlerForContentType(content_type); local
159 if (!handler_url.empty()) {
164 client_->OnLaunch(nav_response->response->url, handler_url,

Completed in 224 milliseconds