Home
last modified time | relevance | path

Searched defs:SetURL (Results 1 – 13 of 13) sorted by relevance

/external/chromium/net/base/
Dmock_filter_context.h22 void SetURL(const GURL& gurl) { gurl_ = gurl; } in SetURL() function
/external/chromium/chrome/browser/history/
Dpage_usage_data.h36 void SetURL(const GURL& url) { in SetURL() function
/external/chromium/chrome/browser/ui/cocoa/
Dstatus_bubble_mac.mm127 void StatusBubbleMac::SetURL(const GURL& url, const string16& languages) { function
/external/chromium/chrome/browser/sync/glue/
Dhttp_bridge.cc147 void HttpBridge::SetURL(const char* url, int port) { in SetURL() function in browser_sync::HttpBridge
/external/chromium/chrome/browser/ui/gtk/
Dstatus_bubble_gtk.cc75 void StatusBubbleGtk::SetURL(const GURL& url, const string16& languages) { in SetURL() function in StatusBubbleGtk
/external/webkit/Source/WebKit/wx/
DWebView.h297 void SetURL(const wxString& url) { m_url = url; } in SetURL() function
320 void SetURL(const wxString& url) { m_url = url; } in SetURL() function
362 void SetURL(const wxString& url) { m_url = url; } in SetURL() function
/external/chromium/chrome/browser/bookmarks/
Dbookmark_model.h64 void SetURL(const GURL& url) { url_ = url; } in SetURL() function
Dbookmark_model.cc280 void BookmarkModel::SetURL(const BookmarkNode* node, const GURL& url) { in SetURL() function in BookmarkModel
Dbookmark_model_unittest.cc279 TEST_F(BookmarkModelTest, SetURL) { in TEST_F() argument
/external/chromium/webkit/glue/media/
Dsimple_data_source.cc265 void SimpleDataSource::SetURL(const GURL& url) { in SetURL() function in webkit_glue::SimpleDataSource
/external/chromium/chrome/browser/search_engines/
Dtemplate_url.cc616 void TemplateURL::SetURL(const std::string& url, in SetURL() function in TemplateURL
/external/chromium/chrome/browser/ui/views/
Dstatus_bubble_views.cc625 void StatusBubbleViews::SetURL(const GURL& url, const string16& languages) { in SetURL() function in StatusBubbleViews
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc489 void WriteNode::SetURL(const GURL& url) { in SetURL() function in sync_api::WriteNode