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

  /external/chromium/googleurl/src/
gurl.h 193 GURL GetWithEmptyPath() const;
200 // degenerates to GetWithEmptyPath().
gurl_unittest.cc 212 TEST(GURLTest, GetWithEmptyPath) {
224 GURL empty_path = url.GetWithEmptyPath();
gurl.cc 282 GURL GURL::GetWithEmptyPath() const {

Completed in 333 milliseconds