Home | History | Annotate | Download | only in glue

Lines Matching refs:all

1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
38 // Structure for storage the unique set of all savable resource links for
43 // Unique set of all sub resource links.
45 // Unique set of all frame links.
47 // Collection of all frames we go through when getting all savable resource
63 // Get all savable resource links from current element. One element might
92 // protocol does no have cache mechanism, we will skip all
104 // Get all savable resource links from current WebFrameImpl object pointer.
133 // Go through all descent nodes.
134 WebNodeCollection all = current_doc.all();
135 // Go through all node in this frame.
136 for (WebNode node = all.firstItem(); !node.isNull();
137 node = all.nextItem()) {
194 // Get all savable resource links from current webview, include main
221 // Check all resource in this page, include sub-frame.
223 // Get current frame's all savable resource links.