Searched defs:SetURL (Results 1 - 11 of 11) sorted by path

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model.cc280 void BookmarkModel::SetURL(const BookmarkNode* node, const GURL& url) { function in class:BookmarkModel
309 AsMutable(node)->SetURL(url);
H A Dbookmark_model.h64 void SetURL(const GURL& url) { url_ = url; } function in class:BookmarkNode
235 void SetURL(const BookmarkNode* node, const GURL& url);
/external/chromium/chrome/browser/history/
H A Dpage_usage_data.h36 void SetURL(const GURL& url) { function in class:PageUsageData
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc616 void TemplateURL::SetURL(const std::string& url, function in class:TemplateURL
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc489 void WriteNode::SetURL(const GURL& url) { function in class:sync_api::WriteNode
/external/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge.cc147 void HttpBridge::SetURL(const char* url, int port) { function in class:browser_sync::HttpBridge
154 << "HttpBridge::SetURL called more than once?!";
/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.cc75 void StatusBubbleGtk::SetURL(const GURL& url, const string16& languages) { function in class:StatusBubbleGtk
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc625 void StatusBubbleViews::SetURL(const GURL& url, const string16& languages) { function in class:StatusBubbleViews
/external/chromium/net/base/
H A Dmock_filter_context.h22 void SetURL(const GURL& gurl) { gurl_ = gurl; } function in class:net::MockFilterContext
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc90 SetURL(GURL(url));
265 void SimpleDataSource::SetURL(const GURL& url) { function in class:webkit_glue::SimpleDataSource
/external/webkit/Source/WebKit/wx/
H A DWebView.h297 void SetURL(const wxString& url) { m_url = url; } function in class:wxWebViewBeforeLoadEvent
320 void SetURL(const wxString& url) { m_url = url; } function in class:wxWebViewLoadEvent
362 void SetURL(const wxString& url) { m_url = url; } function in class:wxWebViewNewWindowEvent

Completed in 850 milliseconds