HomeSort by relevance Sort by last modified time
    Searched refs:ParseURL (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 45 static bool ParseURL(
ARTSPConnection.cpp 132 bool ARTSPConnection::ParseURL(
236 if (!ParseURL(url.c_str(), &host, &port, &path, &mUser, &mPass)
MyHandler.h 151 CHECK(ARTSPConnection::ParseURL(
504 if (ARTSPConnection::ParseURL(
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc 150 void ParseURL(const xmlChar** atts);
224 context->ParseURL(atts);
332 void TemplateURLParsingContext::ParseURL(const xmlChar** atts) {
template_url_unittest.cc 307 EXPECT_EQ("http://foo{fhqwhgads}bar", url.url_ref().ParseURL(
314 EXPECT_EQ("http://foobar", url2.url_ref().ParseURL("http://foo{fhqwhgads}bar",
    [all...]
template_url.h 358 std::string ParseURL(const std::string& url,
363 // If the url has not yet been parsed, ParseURL is invoked.
template_url.cc 657 std::string TemplateURLRef::ParseURL(const std::string& url,
730 parsed_url_ = ParseURL(GetURL(), &replacements_, &post_params_, &valid_);
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_unittest.cc 438 if (!ParseURL(request_->url(), &text, &count))
452 static bool ParseURL(const GURL& url, std::string* text, int* count) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml2.h 829 #undef ParseURL
    [all...]

Completed in 480 milliseconds