OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_url
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/net/
predictor_api.h
80
void LearnFromNavigation(const GURL& referring_url, const GURL&
target_url
);
predictor.cc
151
const GURL&
target_url
) {
154
DCHECK(
target_url
==
target_url
.GetWithEmptyPath());
156
referrers_[referring_url].SuggestHost(
target_url
);
predictor.h
97
void LearnFromNavigation(const GURL& referring_url, const GURL&
target_url
);
predictor_api.cc
236
void LearnFromNavigation(const GURL& referring_url, const GURL&
target_url
) {
240
g_predictor->LearnFromNavigation(referring_url,
target_url
);
/external/chromium/net/base/
sdch_manager.cc
49
bool SdchManager::Dictionary::CanAdvertise(const GURL&
target_url
) {
50
if (!SdchManager::Global()->IsInSupportedDomain(
target_url
))
64
if (!DomainMatch(
target_url
, domain_))
66
if (!ports_.empty() && 0 == ports_.count(
target_url
.EffectiveIntPort()))
68
if (path_.size() && !PathMatch(
target_url
.path(), path_))
70
if (
target_url
.SchemeIsSecure())
478
void SdchManager::GetAvailDictionaryList(const GURL&
target_url
,
483
if (!it->second->CanAdvertise(
target_url
))
sdch_manager.h
191
// if the |
target_url
| returns SDCH compressed data.
192
bool CanAdvertise(const GURL&
target_url
);
319
void GetAvailDictionaryList(const GURL&
target_url
, std::string* list);
/external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc
248
GURL
target_url
(target);
252
if (
target_url
.is_valid() || target.empty())
253
(*one_origin_settings)[
target_url
] = IntToContentSetting(setting);
/external/chromium/chrome/browser/extensions/
extension_webnavigation_api.cc
152
const GURL&
target_url
) {
158
dict->SetString(keys::kUrlKey,
target_url
.possibly_invalid_spec());
290
details->
target_url
);
/external/chromium/chrome/browser/tab_contents/
tab_contents.h
792
const GURL&
target_url
);
804
const GURL&
target_url
);
[
all
...]
render_view_context_menu.cc
275
const GURL&
target_url
=
local
277
if (!ExtensionPatternMatch(item->target_url_patterns(),
target_url
))
[
all
...]
Completed in 841 milliseconds