Searched defs:SetURL (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/components/search_engines/
H A Dtemplate_url_data.cc37 void TemplateURLData::SetURL(const std::string& url) { function in class:TemplateURLData
H A Dtemplate_url.cc1423 void TemplateURL::SetURL(const std::string& url) { function in class:TemplateURL
1424 data_.SetURL(url);
/external/chromium_org/extensions/common/
H A Devent_filtering_info.cc21 void EventFilteringInfo::SetURL(const GURL& url) { function in class:extensions::EventFilteringInfo
/external/chromium_org/components/history/core/browser/
H A Dpage_usage_data.h35 void SetURL(const GURL& url) { function in class:PageUsageData
/external/chromium_org/ppapi/cpp/
H A Durl_request_info.h104 /// SetURL() sets the <code>PP_URLREQUESTPROPERTY_URL</code>
110 bool SetURL(const Var& url_string) { function in class:pp::URLRequestInfo
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info_unittest.cc47 void SetURL(const std::string& dest_url, bool expect_update) { function in class:OriginChipInfoTest
98 SetURL(kExampleUrl, true);
99 SetURL(kExampleUrl, false);
103 SetURL(kExampleUrl, true);
104 SetURL(kOtherUrl, true);
108 SetURL(kExampleUrl, true);
119 SetURL(kExampleUrlSecure, true);
129 SetURL(kChromeOrigin1, true);
139 SetURL(kChromeOrigin2, true);
146 SetURL(kExampleUr
[all...]
/external/chromium_org/net/filter/
H A Dmock_filter_context.h24 void SetURL(const GURL& gurl) { gurl_ = gurl; } function in class:net::MockFilterContext
/external/chromium_org/sync/test/fake_server/
H A Dfake_server_http_post_provider.cc55 void FakeServerHttpPostProvider::SetURL(const char* url, int port) { function in class:fake_server::FakeServerHttpPostProvider
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc202 void HttpBridge::SetURL(const char* url, int port) { function in class:syncer::HttpBridge
210 << "HttpBridge::SetURL called more than once?!";
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data.cc42 void OSExchangeData::SetURL(const GURL& url, const base::string16& title) { function in class:ui::OSExchangeData
43 provider_->SetURL(url, title);
H A Dos_exchange_data_provider_aura.cc54 void OSExchangeDataProviderAura::SetURL(const GURL& url, function in class:ui::OSExchangeDataProviderAura
H A Dos_exchange_data_provider_aurax11.cc143 void OSExchangeDataProviderAuraX11::SetURL(const GURL& url, function in class:ui::OSExchangeDataProviderAuraX11
H A Dos_exchange_data_provider_win.cc301 void OSExchangeDataProviderWin::SetURL(const GURL& url, function in class:ui::OSExchangeDataProviderWin
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc99 void NavigationEntryImpl::SetURL(const GURL& url) { function in class:content::NavigationEntryImpl
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.cc569 const BookmarkNode* SetURL(int profile, function in namespace:bookmarks_helper
582 GetVerifierBookmarkModel()->SetURL(v_node, new_url);
585 model->SetURL(node, new_url);
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc650 void StatusBubbleViews::SetURL(const GURL& url, const std::string& languages) { function in class:StatusBubbleViews
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc350 void BookmarkModel::SetURL(const BookmarkNode* node, const GURL& url) { function in class:BookmarkModel

Completed in 1559 milliseconds