Lines Matching refs:all
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
63 WebNodeCollection all = current_frame->document().all();
64 for (WebNode node = all.firstItem();
65 !node.isNull(); node = all.nextItem()) {
92 // If the all frames are finished saving, check all finish status
167 // recursive_serialization indicates whether we will serialize all
201 // The links_ contain dummy original URLs of all saved links.
203 // The local_paths_ contain dummy corresponding local file paths of all saved
207 // contain all saved auxiliary files included all sub frames and resources.
341 // Serialize XML document which has all 5 built-in entities. After
417 // Go through all children of HEAD element.
460 // as first child of HEAD element and remove all original META charset
481 // Go through all children of HEAD element.
673 // rewrite all the savable URLs to relative local path, and change other URLs
693 // this test file, also all links are relative URLs in this test file, so we
699 // Go through all descent nodes.
700 WebNodeCollection all = doc.all();
702 for (WebNode node = all.firstItem(); !node.isNull();
703 node = all.nextItem()) {
741 // Make sure all links are absolute URLs and doc there are some number of
748 // Go through all descent nodes.
749 all = doc.all();
751 for (WebNode node = all.firstItem(); !node.isNull();
752 node = all.nextItem()) {