OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubresourceMap
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/net/
referrer.h
90
typedef std::map<GURL, ReferrerValue>
SubresourceMap
;
99
// in
SubresourceMap
which are subresources and that were needed to complete the
101
class Referrer : public
SubresourceMap
{
referrer.cc
67
SubresourceMap
::iterator it = find(url);
89
for (
SubresourceMap
::iterator it = begin(); it != end(); ++it) {
108
for (
SubresourceMap
::iterator it = begin(); it != end(); ++it) {
/external/chromium_org/chrome/browser/net/
referrer.h
90
typedef std::map<GURL, ReferrerValue>
SubresourceMap
;
99
// in
SubresourceMap
which are subresources and that were needed to complete the
101
class Referrer : public
SubresourceMap
{
referrer.cc
67
SubresourceMap
::iterator it = find(url);
89
for (
SubresourceMap
::iterator it = begin(); it != end(); ++it) {
108
for (
SubresourceMap
::iterator it = begin(); it != end(); ++it) {
Completed in 651 milliseconds