OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removed_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
window_cycle_list.cc
77
int
removed_index
= static_cast<int>(i - windows_.begin());
local
79
if (current_index_ >
removed_index
)
/external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc
357
int
removed_index
= allowed_sites->Remove(value);
local
358
DCHECK_NE(-1,
removed_index
) << origin << " was not allowed";
374
int
removed_index
= denied_sites->Remove(value);
local
375
DCHECK_NE(-1,
removed_index
) << origin << " was not blocked";
Completed in 202 milliseconds