OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetURL
(Results
1 - 11
of
11
) sorted by null
/external/chromium/net/base/
mock_filter_context.h
22
void
SetURL
(const GURL& gurl) { gurl_ = gurl; }
/external/chromium/chrome/browser/history/
page_usage_data.h
36
void
SetURL
(const GURL& url) {
/external/chromium/chrome/browser/sync/glue/
http_bridge.cc
147
void HttpBridge::
SetURL
(const char* url, int port) {
154
<< "HttpBridge::
SetURL
called more than once?!";
/external/chromium/webkit/glue/media/
simple_data_source.cc
90
SetURL
(GURL(url));
265
void SimpleDataSource::
SetURL
(const GURL& url) {
/external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc
75
void StatusBubbleGtk::
SetURL
(const GURL& url, const string16& languages) {
/external/chromium/chrome/browser/bookmarks/
bookmark_model.cc
280
void BookmarkModel::
SetURL
(const BookmarkNode* node, const GURL& url) {
309
AsMutable(node)->
SetURL
(url);
bookmark_model.h
64
void
SetURL
(const GURL& url) { url_ = url; }
235
void
SetURL
(const BookmarkNode* node, const GURL& url);
/external/chromium/chrome/browser/search_engines/
template_url.cc
616
void TemplateURL::
SetURL
(const std::string& url,
/external/chromium/chrome/browser/ui/views/
status_bubble_views.cc
625
void StatusBubbleViews::
SetURL
(const GURL& url, const string16& languages) {
/external/webkit/Source/WebKit/wx/
WebView.h
297
void
SetURL
(const wxString& url) { m_url = url; }
320
void
SetURL
(const wxString& url) { m_url = url; }
362
void
SetURL
(const wxString& url) { m_url = url; }
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
489
void WriteNode::
SetURL
(const GURL& url) {
[
all
...]
Completed in 966 milliseconds