OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:item_location
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_menu_manager.cc
338
ExtensionMenuItem::List::const_iterator
item_location
;
local
339
for (
item_location
= list->begin();
item_location
!= list->end();
340
++
item_location
) {
341
if (*
item_location
== item)
344
if (
item_location
== list->end()) {
351
if (
item_location
!= list->begin()) {
352
i =
item_location
;
362
for (i =
item_location
+ 1; i != list->end(); ++i) {
/external/chromium_org/chrome/browser/extensions/
menu_manager.cc
560
MenuItem::List::const_iterator
item_location
;
local
561
for (
item_location
= list->begin();
item_location
!= list->end();
562
++
item_location
) {
563
if (*
item_location
== item)
566
if (
item_location
== list->end()) {
573
if (
item_location
!= list->begin()) {
574
i =
item_location
;
584
for (i =
item_location
+ 1; i != list->end(); ++i) {
Completed in 32 milliseconds