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

  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.h 92 bool DiscardTabById(int64 target_web_contents_id);
oom_priority_manager.cc 292 bool OomPriorityManager::DiscardTabById(int64 target_web_contents_id) {
302 if (web_contents_id == target_web_contents_id) {
304 << " id " << target_web_contents_id; local

Completed in 117 milliseconds