HomeSort by relevance Sort by last modified time
    Searched full:frames_set (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
savable_resources.cc 45 std::set<GURL>* frames_set; member in struct:content::__anon10499::SavableResourcesUniqueCheck
52 frames_set(NULL),
56 std::set<GURL>* frames_set, std::vector<WebFrame*>* frames)
58 frames_set(frames_set),
127 if (!unique_check->frames_set->insert(current_frame_url).second)
201 std::set<GURL> frames_set; local
204 &frames_set,
228 for (std::set<GURL>::iterator it = frames_set.begin();
229 it != frames_set.end(); ++it)
    [all...]
  /external/chromium/webkit/glue/
dom_operations.cc 46 std::set<GURL>* frames_set; member in struct:__anon5793::SavableResourcesUniqueCheck
53 frames_set(NULL),
57 std::set<GURL>* frames_set, std::vector<WebFrame*>* frames)
59 frames_set(frames_set),
128 if (!unique_check->frames_set->insert(current_frame_url).second)
204 std::set<GURL> frames_set; local
207 &frames_set,
231 for (std::set<GURL>::iterator it = frames_set.begin();
232 it != frames_set.end(); ++it)
    [all...]

Completed in 2144 milliseconds