OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:it_parent
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.cc
263
ResourceEntryMap::iterator
it_parent
=
local
265
if (
it_parent
== entry_map_.end()) {
285
while (
it_parent
== entry_map_.end() && !parent_local_id.empty()) {
293
it_parent
= entry_map_.find(parent_entry.resource_id());
297
it =
it_parent
;
Completed in 1335 milliseconds