OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
93
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 194 milliseconds