Lines Matching refs:all
2 * Copyright (C) 2009 Google Inc. All rights reserved.
42 // c) We comment all base tags when serialzing DOM for the page.
53 // <base href="http://www.yahoo.com/"...> to DOM, so all URLs which point to
55 // "http://www.yahoo.com/yahoo_files/...", which will cause all saved resource
57 // all saved sub-resource files (such as CSS, JavaScript files) and sub-frame
59 // Now FireFox, IE and WebKit based Browser all have this problem.
70 // If there are multiple base tags in original document, we will comment all old
215 // Will search each META which has charset declaration, and skip them all
309 // Go through all attributes and serialize them.
471 // all sub-frames.
474 // Collect all frames inside the specified frame.
480 RefPtr<HTMLAllCollection> all = currentDoc->all();
481 for (Node* node = all->firstItem(); node; node = all->nextItem()) {