node 40 android_webview/renderer/aw_render_view_ext.cc GURL GetAbsoluteUrl(const blink::WebNode& node, node 42 android_webview/renderer/aw_render_view_ext.cc return GURL(node.document().completeURL(url_fragment)); node 248 android_webview/renderer/aw_render_view_ext.cc void AwRenderViewExt::FocusedNodeChanged(const blink::WebNode& node) { node 249 android_webview/renderer/aw_render_view_ext.cc if (node.isNull() || !node.isElementNode() || !render_view()) node 253 android_webview/renderer/aw_render_view_ext.cc blink::WebElement element = node.toConst<blink::WebElement>(); node 260 android_webview/renderer/aw_render_view_ext.cc if (node.isLink()) node 261 android_webview/renderer/aw_render_view_ext.cc absolute_link_url = GetAbsoluteUrl(node, data.href); node 272 android_webview/renderer/aw_render_view_ext.cc render_view()->IsEditableNode(node), node 39 android_webview/renderer/aw_render_view_ext.h virtual void FocusedNodeChanged(const blink::WebNode& node) OVERRIDE; node 292 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node) { node 293 android_webview/renderer/print_web_view_helper.cc if (!node.isNull()) node 314 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node) { node 315 android_webview/renderer/print_web_view_helper.cc if (frame->isPrintScalingDisabledForPlugin(node)) node 507 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node, node 575 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node, node 579 android_webview/renderer/print_web_view_helper.cc node_to_print_(node), node 1183 android_webview/renderer/print_web_view_helper.cc void PrintWebViewHelper::PrintNode(const blink::WebNode& node) { node 1184 android_webview/renderer/print_web_view_helper.cc if (node.isNull() || !node.document().frame()) { node 1202 android_webview/renderer/print_web_view_helper.cc print_preview_context_.InitWithNode(node); node 1205 android_webview/renderer/print_web_view_helper.cc blink::WebNode duplicate_node(node); node 1213 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node) { node 1221 android_webview/renderer/print_web_view_helper.cc if (!CalculateNumberOfPages(frame, node, &expected_page_count)) { node 1235 android_webview/renderer/print_web_view_helper.cc if (!GetPrintSettingsFromUser(frame_ref.GetFrame(), node, node 1243 android_webview/renderer/print_web_view_helper.cc if (!RenderPagesForPrint(frame_ref.GetFrame(), node)) { node 1412 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node, node 1415 android_webview/renderer/print_web_view_helper.cc bool fit_to_paper_size = !(PrintingNodeOrPdfFrame(frame, node)); node 1428 android_webview/renderer/print_web_view_helper.cc PrepareFrameAndViewForPrint prepare(params, frame, node, ignore_css_margins_); node 1439 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node, node 1456 android_webview/renderer/print_web_view_helper.cc source_is_html = !PrintingNodeOrPdfFrame(frame, node); node 1544 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node, node 1553 android_webview/renderer/print_web_view_helper.cc if (PrintingNodeOrPdfFrame(frame, node)) node 1554 android_webview/renderer/print_web_view_helper.cc margin_type = GetMarginsForPdf(frame, node); node 1576 android_webview/renderer/print_web_view_helper.cc const blink::WebNode& node) { node 1582 android_webview/renderer/print_web_view_helper.cc new PrepareFrameAndViewForPrint(print_params, frame, node, node 1980 android_webview/renderer/print_web_view_helper.cc return prep_frame_view_->node(); node 74 android_webview/renderer/print_web_view_helper.h void PrintNode(const blink::WebNode& node); node 185 android_webview/renderer/print_web_view_helper.h void Print(blink::WebFrame* frame, const blink::WebNode& node); node 198 android_webview/renderer/print_web_view_helper.h const blink::WebNode& node, node 205 android_webview/renderer/print_web_view_helper.h const blink::WebNode& node, node 211 android_webview/renderer/print_web_view_helper.h const blink::WebNode& node, node 237 android_webview/renderer/print_web_view_helper.h const blink::WebNode& node); node 40 base/containers/linked_list_unittest.cc for (const LinkNode<Node>* node = (forward ? list.head() : list.tail()); node 41 base/containers/linked_list_unittest.cc node != list.end(); node 42 base/containers/linked_list_unittest.cc node = (forward ? node->next() : node->previous())) { node 45 base/containers/linked_list_unittest.cc EXPECT_EQ(node_ids[index_of_id], node->value()->id()); node 256 base/containers/linked_list_unittest.cc MultipleInheritanceNode node; node 257 base/containers/linked_list_unittest.cc EXPECT_EQ(&node, node.value()); node 85 base/debug/leak_tracker.h for (LinkNode<LeakTracker<T> >* node = instances()->head(); node 86 base/debug/leak_tracker.h node != instances()->end(); node 87 base/debug/leak_tracker.h node = node->next()) { node 88 base/debug/leak_tracker.h StackTrace& allocation_stack = node->value()->allocation_stack_; node 95 base/debug/leak_tracker.h LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:"; node 113 base/debug/leak_tracker.h for (LinkNode<LeakTracker<T> >* node = instances()->head(); node 114 base/debug/leak_tracker.h node != instances()->end(); node 115 base/debug/leak_tracker.h node = node->next()) { node 24 base/json/json_writer.cc bool JSONWriter::Write(const Value* const node, std::string* json) { node 25 base/json/json_writer.cc return WriteWithOptions(node, 0, json); node 29 base/json/json_writer.cc bool JSONWriter::WriteWithOptions(const Value* const node, int options, node 36 base/json/json_writer.cc bool result = writer.BuildJSONString(node, 0U); node 53 base/json/json_writer.cc bool JSONWriter::BuildJSONString(const Value* const node, size_t depth) { node 54 base/json/json_writer.cc switch (node->GetType()) { node 62 base/json/json_writer.cc bool result = node->GetAsBoolean(&value); node 70 base/json/json_writer.cc bool result = node->GetAsInteger(&value); node 78 base/json/json_writer.cc bool result = node->GetAsDouble(&value); node 110 base/json/json_writer.cc bool result = node->GetAsString(&value); node 123 base/json/json_writer.cc bool result = node->GetAsList(&list); node 156 base/json/json_writer.cc bool result = node->GetAsDictionary(&dict); node 41 base/json/json_writer.h static bool Write(const Value* const node, std::string* json); node 45 base/json/json_writer.h static bool WriteWithOptions(const Value* const node, int options, node 53 base/json/json_writer.h bool BuildJSONString(const Value* const node, size_t depth); node 187 base/third_party/xdg_mime/xdgmimeglob.c XdgGlobHashNode *node; node 195 base/third_party/xdg_mime/xdgmimeglob.c node = _xdg_glob_hash_node_new (); node 196 base/third_party/xdg_mime/xdgmimeglob.c node->character = character; node 197 base/third_party/xdg_mime/xdgmimeglob.c node->next = glob_hash_node; node 198 base/third_party/xdg_mime/xdgmimeglob.c glob_hash_node = node; node 202 base/third_party/xdg_mime/xdgmimeglob.c node = glob_hash_node; node 212 base/third_party/xdg_mime/xdgmimeglob.c node = prev_node->next; node 214 base/third_party/xdg_mime/xdgmimeglob.c while (node != NULL) node 216 base/third_party/xdg_mime/xdgmimeglob.c if (character < node->character) node 218 base/third_party/xdg_mime/xdgmimeglob.c node = _xdg_glob_hash_node_new (); node 219 base/third_party/xdg_mime/xdgmimeglob.c node->character = character; node 220 base/third_party/xdg_mime/xdgmimeglob.c node->next = prev_node->next; node 221 base/third_party/xdg_mime/xdgmimeglob.c prev_node->next = node; node 226 base/third_party/xdg_mime/xdgmimeglob.c else if (character == node->character) node 231 base/third_party/xdg_mime/xdgmimeglob.c prev_node = node; node 232 base/third_party/xdg_mime/xdgmimeglob.c node = node->next; node 237 base/third_party/xdg_mime/xdgmimeglob.c node = _xdg_glob_hash_node_new (); node 238 base/third_party/xdg_mime/xdgmimeglob.c node->character = character; node 239 base/third_party/xdg_mime/xdgmimeglob.c node->next = prev_node->next; node 240 base/third_party/xdg_mime/xdgmimeglob.c prev_node->next = node; node 247 base/third_party/xdg_mime/xdgmimeglob.c if (node->mime_type) node 249 base/third_party/xdg_mime/xdgmimeglob.c if (strcmp (node->mime_type, mime_type) != 0) node 254 base/third_party/xdg_mime/xdgmimeglob.c child = node->child; node 273 base/third_party/xdg_mime/xdgmimeglob.c child->next = node->child; node 274 base/third_party/xdg_mime/xdgmimeglob.c node->child = child; node 280 base/third_party/xdg_mime/xdgmimeglob.c node->mime_type = strdup (mime_type); node 281 base/third_party/xdg_mime/xdgmimeglob.c node->weight = weight; node 282 base/third_party/xdg_mime/xdgmimeglob.c node->case_sensitive = case_sensitive; node 287 base/third_party/xdg_mime/xdgmimeglob.c node->child = _xdg_glob_hash_insert_ucs4 (node->child, text, mime_type, weight, case_sensitive); node 300 base/third_party/xdg_mime/xdgmimeglob.c XdgGlobHashNode *node; node 306 base/third_party/xdg_mime/xdgmimeglob.c node = _xdg_glob_hash_insert_ucs4 (glob_hash_node, unitext, mime_type, weight, case_sensitive); node 308 base/third_party/xdg_mime/xdgmimeglob.c return node; node 325 base/third_party/xdg_mime/xdgmimeglob.c XdgGlobHashNode *node; node 333 base/third_party/xdg_mime/xdgmimeglob.c for (node = glob_hash_node; node && character >= node->character; node = node->next) node 335 base/third_party/xdg_mime/xdgmimeglob.c if (character == node->character) node 341 base/third_party/xdg_mime/xdgmimeglob.c n = _xdg_glob_hash_node_lookup_file_name (node->child, node 350 base/third_party/xdg_mime/xdgmimeglob.c if (node->mime_type && node 352 base/third_party/xdg_mime/xdgmimeglob.c !node->case_sensitive)) node 354 base/third_party/xdg_mime/xdgmimeglob.c mime_types[n].mime = node->mime_type; node 355 base/third_party/xdg_mime/xdgmimeglob.c mime_types[n].weight = node->weight; node 358 base/third_party/xdg_mime/xdgmimeglob.c node = node->child; node 359 base/third_party/xdg_mime/xdgmimeglob.c while (n < n_mime_types && node && node->character == 0) node 361 base/third_party/xdg_mime/xdgmimeglob.c if (node->mime_type && node 363 base/third_party/xdg_mime/xdgmimeglob.c !node->case_sensitive)) node 365 base/third_party/xdg_mime/xdgmimeglob.c mime_types[n].mime = node->mime_type; node 366 base/third_party/xdg_mime/xdgmimeglob.c mime_types[n].weight = node->weight; node 369 base/third_party/xdg_mime/xdgmimeglob.c node = node->next; node 495 base/third_party/xdg_mime/xdgmimeglob.c _xdg_glob_hash_free_nodes (XdgGlobHashNode *node) node 497 base/third_party/xdg_mime/xdgmimeglob.c if (node) node 499 base/third_party/xdg_mime/xdgmimeglob.c if (node->child) node 500 base/third_party/xdg_mime/xdgmimeglob.c _xdg_glob_hash_free_nodes (node->child); node 501 base/third_party/xdg_mime/xdgmimeglob.c if (node->next) node 502 base/third_party/xdg_mime/xdgmimeglob.c _xdg_glob_hash_free_nodes (node->next); node 503 base/third_party/xdg_mime/xdgmimeglob.c if (node->mime_type) node 504 base/third_party/xdg_mime/xdgmimeglob.c free ((void *) node->mime_type); node 505 base/third_party/xdg_mime/xdgmimeglob.c free (node); node 26 base/values.cc Value* CopyWithoutEmptyChildren(const Value* node) { node 27 base/values.cc DCHECK(node); node 28 base/values.cc switch (node->GetType()) { node 30 base/values.cc const ListValue* list = static_cast<const ListValue*>(node); node 46 base/values.cc const DictionaryValue* dict = static_cast<const DictionaryValue*>(node); node 62 base/values.cc return node->DeepCopy(); node 327 cc/resources/raster_worker_pool.cc internal::TaskGraph::Node& node = *it; node 329 cc/resources/raster_worker_pool.cc static_cast<internal::WorkerPoolTask*>(node.task); node 74 cc/resources/task_graph_runner.cc bool operator()(const TaskGraph::Node& node) const { node 77 cc/resources/task_graph_runner.cc DependentComparator(node.task))) != node 78 cc/resources/task_graph_runner.cc node.dependencies; node 180 cc/resources/task_graph_runner.cc TaskGraph::Node& node = *node_it; node 181 cc/resources/task_graph_runner.cc DCHECK_LT(0u, node.dependencies); node 182 cc/resources/task_graph_runner.cc node.dependencies--; node 191 cc/resources/task_graph_runner.cc TaskGraph::Node& node = *it; node 199 cc/resources/task_graph_runner.cc TaskGraph::Node::TaskComparator(node.task)); node 206 cc/resources/task_graph_runner.cc if (node.dependencies) node 210 cc/resources/task_graph_runner.cc if (node.task->HasFinishedRunning()) node 216 cc/resources/task_graph_runner.cc node.task) != task_namespace.running_tasks.end()) node 220 cc/resources/task_graph_runner.cc PrioritizedTask(node.task, node.priority)); node 236 cc/resources/task_graph_runner.cc TaskGraph::Node& node = *it; node 239 cc/resources/task_graph_runner.cc if (node.task->HasFinishedRunning()) node 245 cc/resources/task_graph_runner.cc node.task) != task_namespace.running_tasks.end()) node 250 cc/resources/task_graph_runner.cc node.task) == task_namespace.completed_tasks.end()); node 251 cc/resources/task_graph_runner.cc task_namespace.completed_tasks.push_back(node.task); node 47 cc/resources/task_graph_runner.h bool operator()(const Node& node) const { return node.task == task_; } node 271 cc/trees/layer_sorter.cc GraphNode& node = nodes_.at(nodes_.size() - 1); node 272 cc/trees/layer_sorter.cc RenderSurfaceImpl* render_surface = node.layer->render_surface(); node 273 cc/trees/layer_sorter.cc if (!node.layer->DrawsContent() && !render_surface) node 276 cc/trees/layer_sorter.cc DVLOG(2) << "Layer " << node.layer->id() << node 277 cc/trees/layer_sorter.cc " (" << node.layer->bounds().width() << node 278 cc/trees/layer_sorter.cc " x " << node.layer->bounds().height() << ")"; node 287 cc/trees/layer_sorter.cc draw_transform = node.layer->draw_transform(); node 288 cc/trees/layer_sorter.cc layer_width = node.layer->content_bounds().width(); node 289 cc/trees/layer_sorter.cc layer_height = node.layer->content_bounds().height(); node 292 cc/trees/layer_sorter.cc node.shape = LayerShape(layer_width, layer_height, draw_transform); node 294 cc/trees/layer_sorter.cc max_z = std::max(max_z, node.shape.transform_origin.z()); node 295 cc/trees/layer_sorter.cc min_z = std::min(min_z, node.shape.transform_origin.z()); node 88 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java void bookmarkNodeRemoved(BookmarkItem parent, int oldIndex, BookmarkItem node); node 94 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java void bookmarkNodeChanged(BookmarkItem node); node 101 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java void bookmarkNodeChildrenReordered(BookmarkItem node); node 250 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java private void bookmarkNodeRemoved(BookmarkItem parent, int oldIndex, BookmarkItem node) { node 252 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java observer.bookmarkNodeRemoved(parent, oldIndex, node); node 257 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java private void bookmarkNodeChanged(BookmarkItem node) { node 259 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java observer.bookmarkNodeChanged(node); node 264 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java private void bookmarkNodeChildrenReordered(BookmarkItem node) { node 266 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java observer.bookmarkNodeChildrenReordered(node); node 629 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java BookmarkNode node = nativeGetBookmarkNode(mNativeChromeBrowserProvider, nodeId, getParent, node 631 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java if (!getFavicons && !getThumbnails) return node; node 635 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java if (node.parent() != null) populateNodeImages(node.parent(), getFavicons, getThumbnails); node 636 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java for (BookmarkNode child : node.children()) { node 640 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java return node; node 656 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java private void populateNodeImages(BookmarkNode node, boolean favicon, boolean thumbnail) { node 657 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java if (node == null || node.type() != Type.URL) return; node 660 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java node.setFavicon(nativeGetFaviconOrTouchIcon(mNativeChromeBrowserProvider, node.url())); node 664 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java node.setThumbnail(nativeGetThumbnail(mNativeChromeBrowserProvider, node.url())); node 859 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java public boolean equalContents(BookmarkNode node) { node 860 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java return node != null && node 861 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java mId == node.mId && node 862 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java !(mName == null ^ node.mName == null) && node 863 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java (mName == null || mName.equals(node.mName)) && node 864 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java !(mUrl == null ^ node.mUrl == null) && node 865 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java (mUrl == null || mUrl.equals(node.mUrl)) && node 866 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java mType == node.mType && node 867 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java byteArrayEqual(mFavicon, node.mFavicon) && node 868 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java byteArrayEqual(mThumbnail, node.mThumbnail) && node 869 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java !(mParent == null ^ node.mParent == null) && node 870 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java children().size() == node.children().size(); node 944 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java BookmarkNode node = getNode(currentNodeId); node 946 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java return node; node 977 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java BookmarkNode node = new BookmarkNode(id, Type.values()[type], name, url, node 979 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java node.setFavicon(favicon); node 980 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java node.setThumbnail(thumbnail); node 981 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java return node; node 985 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java BookmarkNode node = readNodeContents(source); node 986 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java if (node == null) return null; node 988 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java Long nodeId = Long.valueOf(node.id()); node 990 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java Log.e(TAG, "Invalid BookmarkNode hierarchy. Duplicate id " + node.id()); node 993 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java mNodeMap.put(nodeId, node); node 997 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java node.addChild(readNodeContentsRecursive(source)); node 1000 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java return node; node 123 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private boolean logError(Node node, int errorCode) throws RequestFailureException { node 124 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java String errorMessage = "Failed to parse: " + node.tag; node 144 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private boolean parseResponseNode(Node node) throws RequestFailureException { node 146 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java String serverType = node.attributes.get("server"); node 147 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java success &= TextUtils.equals("3.0", node.attributes.get("protocol")); node 151 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java for (int i = 0; i < node.children.size(); ++i) { node 152 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java Node current = node.children.get(i); node 158 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java Log.w(TAG, "Ignoring unknown child of <" + node.tag + "> : " + current.tag); node 163 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_RESPONSE); node 165 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_DAYSTART); node 167 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_APP); node 169 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_EVENT); node 171 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_PING); node 173 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_UPDATECHECK); node 179 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private boolean parseDaystartNode(Node node) throws RequestFailureException { node 181 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java mDaystartSeconds = Integer.parseInt(node.attributes.get("elapsed_seconds")); node 183 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_DAYSTART); node 188 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private boolean parseAppNode(Node node) throws RequestFailureException { node 190 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java success &= TextUtils.equals(mAppId, node.attributes.get("appid")); node 192 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java mAppStatus = node.attributes.get("status"); node 194 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java for (int i = 0; i < node.children.size(); ++i) { node 195 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java Node current = node.children.get(i); node 211 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_APP); node 214 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private boolean parseUpdatecheck(Node node) throws RequestFailureException { node 217 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java mUpdateStatus = node.attributes.get("status"); node 219 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java for (int i = 0; i < node.children.size(); ++i) { node 220 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java Node current = node.children.get(i); node 230 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_URLS); node 232 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java return logError(node, RequestFailureException.ERROR_PARSE_MANIFEST); node 237 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java Log.w(TAG, "Ignoring error status for " + node.tag + ": " + mUpdateStatus); node 239 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java Log.w(TAG, "Ignoring unknown status for " + node.tag + ": " + mUpdateStatus); node 246 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private void parsePing(Node node) { node 247 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java if (TextUtils.equals("ok", node.attributes.get("status"))) mParsedPing = true; node 250 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private void parseEvent(Node node) { node 251 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java if (TextUtils.equals("ok", node.attributes.get("status"))) mParsedInstallEvent = true; node 254 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private void parseUrls(Node node) { node 255 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java for (int i = 0; i < node.children.size(); ++i) { node 256 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java Node current = node.children.get(i); node 261 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private void parseUrl(Node node) { node 262 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java String url = node.attributes.get("codebase"); node 270 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java private void parseManifest(Node node) { node 271 chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java mNewVersion = node.attributes.get("version"); node 42 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java private static BookmarkNode parcelNode(BookmarkNode node) { node 45 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java node.writeToParcel(output, 0); node 92 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java private BookmarkNode addImagesRecursive(BookmarkNode node) { node 93 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java node.setFavicon(mGenerator.nextBoolean() ? getRandomImageBlob() : null); node 94 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java node.setThumbnail(mGenerator.nextBoolean() ? getRandomImageBlob() : null); node 96 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java for (BookmarkNode child : node.children()) { node 100 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java return node; node 118 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java private boolean internalTestNodeHierarchyParceling(BookmarkNode node) { node 119 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java if (node == null) return false; node 121 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java BookmarkNode parceled = parcelNode(node); node 122 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java if (!isSameHierarchy(node, parceled)) return false; node 124 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java for (BookmarkNode child : node.children()) { node 158 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java BookmarkNode node = new BookmarkNode(1, Type.URL, "Google", "http://www.google.com/", null); node 159 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java assertTrue(internalTestNodeHierarchyParceling(node)); node 123 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node = folder->GetChild(i); node 124 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (!IsFolderAvailable(node)) node 126 chrome/browser/android/bookmarks/bookmarks_bridge.cc ExtractBookmarkNodeInformation(node, j_result_obj); node 160 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node = folder; node 161 chrome/browser/android/bookmarks/bookmarks_bridge.cc while (node) { node 162 chrome/browser/android/bookmarks/bookmarks_bridge.cc ExtractBookmarkNodeInformation(node, j_result_obj); node 163 chrome/browser/android/bookmarks/bookmarks_bridge.cc node = GetParentNode(node); node 178 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node = GetNodeByID(bookmark_id, type); node 179 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (!IsEditable(node)) { node 184 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (partner_bookmarks_shim_->IsPartnerBookmark(node)) { node 185 chrome/browser/android/bookmarks/bookmarks_bridge.cc partner_bookmarks_shim_->RemoveBookmark(node); node 187 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* parent_node = GetParentNode(node); node 188 chrome/browser/android/bookmarks/bookmarks_bridge.cc bookmark_model_->Remove(parent_node, parent_node->GetIndexOf(node)); node 202 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node = GetNodeByID(bookmark_id, type); node 203 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (!IsEditable(node)) { node 210 chrome/browser/android/bookmarks/bookmarks_bridge.cc bookmark_model_->Move(node, new_parent_node, index); node 214 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node) { node 217 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* parent = GetParentNode(node); node 221 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (node->is_url()) node 222 chrome/browser/android/bookmarks/bookmarks_bridge.cc url = node->url().spec(); node 226 chrome/browser/android/bookmarks/bookmarks_bridge.cc node->id(), node 227 chrome/browser/android/bookmarks/bookmarks_bridge.cc GetBookmarkType(node), node 228 chrome/browser/android/bookmarks/bookmarks_bridge.cc ConvertUTF16ToJavaString(env, GetTitle(node)).obj(), node 230 chrome/browser/android/bookmarks/bookmarks_bridge.cc node->is_folder(), node 233 chrome/browser/android/bookmarks/bookmarks_bridge.cc IsEditable(node)); node 237 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node, node 240 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (!IsReachable(node)) node 245 chrome/browser/android/bookmarks/bookmarks_bridge.cc CreateJavaBookmark(node).obj()); node 250 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node; node 252 chrome/browser/android/bookmarks/bookmarks_bridge.cc node = managed_bookmarks_shim_->GetNodeByID( node 255 chrome/browser/android/bookmarks/bookmarks_bridge.cc node = partner_bookmarks_shim_->GetNodeByID( node 258 chrome/browser/android/bookmarks/bookmarks_bridge.cc node = bookmark_model_->GetNodeByID(static_cast<int64>(node_id)); node 260 chrome/browser/android/bookmarks/bookmarks_bridge.cc return node; node 273 chrome/browser/android/bookmarks/bookmarks_bridge.cc bool BookmarksBridge::IsEditable(const BookmarkNode* node) const { node 274 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (!node || (node->type() != BookmarkNode::FOLDER && node 275 chrome/browser/android/bookmarks/bookmarks_bridge.cc node->type() != BookmarkNode::URL)) { node 280 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (partner_bookmarks_shim_->IsPartnerBookmark(node)) node 281 chrome/browser/android/bookmarks/bookmarks_bridge.cc return partner_bookmarks_shim_->IsEditable(node); node 282 chrome/browser/android/bookmarks/bookmarks_bridge.cc return !managed_bookmarks_shim_->IsManagedBookmark(node); node 285 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* BookmarksBridge::GetParentNode(const BookmarkNode* node) { node 287 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (node == managed_bookmarks_shim_->GetManagedBookmarksRoot() || node 288 chrome/browser/android/bookmarks/bookmarks_bridge.cc node == partner_bookmarks_shim_->GetPartnerBookmarksRoot()) { node 291 chrome/browser/android/bookmarks/bookmarks_bridge.cc return node->parent(); node 295 chrome/browser/android/bookmarks/bookmarks_bridge.cc int BookmarksBridge::GetBookmarkType(const BookmarkNode* node) { node 296 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (managed_bookmarks_shim_->IsManagedBookmark(node)) node 298 chrome/browser/android/bookmarks/bookmarks_bridge.cc else if (partner_bookmarks_shim_->IsPartnerBookmark(node)) node 304 chrome/browser/android/bookmarks/bookmarks_bridge.cc base::string16 BookmarksBridge::GetTitle(const BookmarkNode* node) const { node 305 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (partner_bookmarks_shim_->IsPartnerBookmark(node)) node 306 chrome/browser/android/bookmarks/bookmarks_bridge.cc return partner_bookmarks_shim_->GetTitle(node); node 307 chrome/browser/android/bookmarks/bookmarks_bridge.cc return node->GetTitle(); node 310 chrome/browser/android/bookmarks/bookmarks_bridge.cc bool BookmarksBridge::IsReachable(const BookmarkNode* node) const { node 311 chrome/browser/android/bookmarks/bookmarks_bridge.cc if (!partner_bookmarks_shim_->IsPartnerBookmark(node)) node 313 chrome/browser/android/bookmarks/bookmarks_bridge.cc return partner_bookmarks_shim_->IsReachable(node); node 411 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node) { node 424 chrome/browser/android/bookmarks/bookmarks_bridge.cc CreateJavaBookmark(node).obj()); node 428 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node) { node 439 chrome/browser/android/bookmarks/bookmarks_bridge.cc CreateJavaBookmark(node).obj()); node 443 chrome/browser/android/bookmarks/bookmarks_bridge.cc const BookmarkNode* node) { node 454 chrome/browser/android/bookmarks/bookmarks_bridge.cc CreateJavaBookmark(node).obj()); node 58 chrome/browser/android/bookmarks/bookmarks_bridge.h const BookmarkNode* node); node 60 chrome/browser/android/bookmarks/bookmarks_bridge.h const BookmarkNode* node, node 65 chrome/browser/android/bookmarks/bookmarks_bridge.h bool IsEditable(const BookmarkNode* node) const; node 66 chrome/browser/android/bookmarks/bookmarks_bridge.h const BookmarkNode* GetParentNode(const BookmarkNode* node); node 67 chrome/browser/android/bookmarks/bookmarks_bridge.h int GetBookmarkType(const BookmarkNode* node); node 68 chrome/browser/android/bookmarks/bookmarks_bridge.h base::string16 GetTitle(const BookmarkNode* node) const; node 69 chrome/browser/android/bookmarks/bookmarks_bridge.h bool IsReachable(const BookmarkNode* node) const; node 93 chrome/browser/android/bookmarks/bookmarks_bridge.h const BookmarkNode* node) OVERRIDE; node 95 chrome/browser/android/bookmarks/bookmarks_bridge.h const BookmarkNode* node) OVERRIDE; node 97 chrome/browser/android/bookmarks/bookmarks_bridge.h const BookmarkNode* node) OVERRIDE; node 43 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc bool ManagedBookmarksShim::IsManagedBookmark(const BookmarkNode* node) const { node 44 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc while (node != NULL) { node 45 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc if (node == root_.get()) node 47 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc node = node->parent(); node 103 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc BookmarkNode* node = new BookmarkNode(id++, GURL(url)); node 104 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc node->set_type(BookmarkNode::URL); node 105 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc node->SetTitle(name); node 106 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc root_->Add(node, root_->child_count()); node 40 chrome/browser/android/bookmarks/managed_bookmarks_shim.h bool IsManagedBookmark(const BookmarkNode* node) const; node 43 chrome/browser/android/bookmarks/managed_bookmarks_shim.h const BookmarkNode* GetParentOf(const BookmarkNode* node) const; node 89 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc bool PartnerBookmarksShim::IsReachable(const BookmarkNode* node) const { node 90 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc DCHECK(IsPartnerBookmark(node)); node 94 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc for (const BookmarkNode* i = node; i != NULL; i = i->parent()) { node 104 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc bool PartnerBookmarksShim::IsEditable(const BookmarkNode* node) const { node 105 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc DCHECK(IsPartnerBookmark(node)); node 113 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc void PartnerBookmarksShim::RemoveBookmark(const BookmarkNode* node) { node 114 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc DCHECK(IsEditable(node)); node 115 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc RenameBookmark(node, base::string16()); node 118 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc void PartnerBookmarksShim::RenameBookmark(const BookmarkNode* node, node 120 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc DCHECK(IsEditable(node)); node 121 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc const NodeRenamingMapKey key(node->url(), node->GetTitle()); node 145 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc base::string16 PartnerBookmarksShim::GetTitle(const BookmarkNode* node) const { node 146 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc DCHECK(node); node 147 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc DCHECK(IsPartnerBookmark(node)); node 150 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc const NodeRenamingMapKey key(node->url(), node->GetTitle()); node 156 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc return node->GetTitle(); node 159 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc bool PartnerBookmarksShim::IsPartnerBookmark(const BookmarkNode* node) const { node 163 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc const BookmarkNode* parent = node; node 55 chrome/browser/android/bookmarks/partner_bookmarks_shim.h bool IsReachable(const BookmarkNode* node) const; node 58 chrome/browser/android/bookmarks/partner_bookmarks_shim.h bool IsEditable(const BookmarkNode* node) const; node 62 chrome/browser/android/bookmarks/partner_bookmarks_shim.h void RemoveBookmark(const BookmarkNode* node); node 65 chrome/browser/android/bookmarks/partner_bookmarks_shim.h void RenameBookmark(const BookmarkNode* node, const base::string16& title); node 85 chrome/browser/android/bookmarks/partner_bookmarks_shim.h base::string16 GetTitle(const BookmarkNode* node) const; node 87 chrome/browser/android/bookmarks/partner_bookmarks_shim.h bool IsPartnerBookmark(const BookmarkNode* node) const; node 53 chrome/browser/android/provider/bookmark_model_observer_task.cc const BookmarkNode* node) { node 59 chrome/browser/android/provider/bookmark_model_observer_task.cc const BookmarkNode* node) {} node 63 chrome/browser/android/provider/bookmark_model_observer_task.cc const BookmarkNode* node) { node 68 chrome/browser/android/provider/bookmark_model_observer_task.cc const BookmarkNode* node) { node 47 chrome/browser/android/provider/bookmark_model_observer_task.h const BookmarkNode* node) OVERRIDE; node 50 chrome/browser/android/provider/bookmark_model_observer_task.h const BookmarkNode* node) OVERRIDE; node 52 chrome/browser/android/provider/bookmark_model_observer_task.h const BookmarkNode* node) OVERRIDE; node 54 chrome/browser/android/provider/bookmark_model_observer_task.h const BookmarkNode* node) OVERRIDE; node 102 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node, node 106 chrome/browser/android/provider/chrome_browser_provider.cc if (!node) node 111 chrome/browser/android/provider/chrome_browser_provider.cc if (node->is_url()) node 112 chrome/browser/android/provider/chrome_browser_provider.cc url.Reset(ConvertUTF8ToJavaString(env, node->url().spec())); node 114 chrome/browser/android/provider/chrome_browser_provider.cc ConvertUTF16ToJavaString(env, node->GetTitle())); node 118 chrome/browser/android/provider/chrome_browser_provider.cc env, node->id(), (jint) node->type(), title.obj(), url.obj(), node 219 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node = model->GetMostRecentlyAddedNodeForURL(gurl); node 220 chrome/browser/android/provider/chrome_browser_provider.cc if (!node) { node 228 chrome/browser/android/provider/chrome_browser_provider.cc node = model->AddFolder(parent_node, parent_node->child_count(), title); node 230 chrome/browser/android/provider/chrome_browser_provider.cc node = model->AddURL(parent_node, 0, title, gurl); node 233 chrome/browser/android/provider/chrome_browser_provider.cc *result = node ? node ->id() : kInvalidBookmarkId; node 258 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node = model->GetNodeByID(id); node 259 chrome/browser/android/provider/chrome_browser_provider.cc if (node && node->parent()) { node 260 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* parent_node = node->parent(); node 261 chrome/browser/android/provider/chrome_browser_provider.cc model->Remove(parent_node, parent_node->GetIndexOf(node)); node 269 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node) OVERRIDE { node 270 chrome/browser/android/provider/chrome_browser_provider.cc if (bookmark_model == model() && node->id() == id_to_delete_) node 329 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node = model->GetNodeByID(id); node 330 chrome/browser/android/provider/chrome_browser_provider.cc if (node) { node 331 chrome/browser/android/provider/chrome_browser_provider.cc if (node->GetTitle() != title) node 332 chrome/browser/android/provider/chrome_browser_provider.cc model->SetTitle(node, title); node 334 chrome/browser/android/provider/chrome_browser_provider.cc if (node->type() == BookmarkNode::URL) { node 336 chrome/browser/android/provider/chrome_browser_provider.cc if (bookmark_url != node->url()) node 337 chrome/browser/android/provider/chrome_browser_provider.cc model->SetURL(node, bookmark_url); node 341 chrome/browser/android/provider/chrome_browser_provider.cc (!node->parent() || parent_id != node->parent()->id())) { node 345 chrome/browser/android/provider/chrome_browser_provider.cc model->Move(node, new_parent, 0); node 352 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node) OVERRIDE { node 353 chrome/browser/android/provider/chrome_browser_provider.cc if (bookmark_model == model() && node->id() == id_to_update_) node 410 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node = model->GetNodeByID(id); node 412 chrome/browser/android/provider/chrome_browser_provider.cc while (node && node != mobile_node) node 413 chrome/browser/android/provider/chrome_browser_provider.cc node = node->parent(); node 415 chrome/browser/android/provider/chrome_browser_provider.cc *result = node == mobile_node; node 459 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node = GetChildFolderByTitle(parent, title); node 460 chrome/browser/android/provider/chrome_browser_provider.cc if (node) { node 461 chrome/browser/android/provider/chrome_browser_provider.cc *result = node->id(); node 500 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node, node 503 chrome/browser/android/provider/chrome_browser_provider.cc DCHECK(node); node 504 chrome/browser/android/provider/chrome_browser_provider.cc DCHECK(node->is_folder()); node 509 chrome/browser/android/provider/chrome_browser_provider.cc ConvertBookmarkNode(node, parent_folder, jfolder); node 511 chrome/browser/android/provider/chrome_browser_provider.cc for (int i = 0; i < node->child_count(); ++i) { node 512 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* child = node->GetChild(i); node 551 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node = model->GetNodeByID(id); node 552 chrome/browser/android/provider/chrome_browser_provider.cc if (!node || !jnode) node 557 chrome/browser/android/provider/chrome_browser_provider.cc ConvertBookmarkNode(node->parent(), ScopedJavaLocalRef<jobject>(), node 561 chrome/browser/android/provider/chrome_browser_provider.cc ConvertBookmarkNode(node, jparent, jnode); node 573 chrome/browser/android/provider/chrome_browser_provider.cc for (int i = 0; i < node->child_count(); ++i) { node 575 chrome/browser/android/provider/chrome_browser_provider.cc ConvertBookmarkNode(node->GetChild(i), *jnode, &jchild); node 162 chrome/browser/autocomplete/bookmark_provider.cc const base::string16& title(title_match.node->GetTitle()); node 164 chrome/browser/autocomplete/bookmark_provider.cc const GURL& url(title_match.node->url()); node 33 chrome/browser/bookmarks/base_bookmark_model_observer.cc const BookmarkNode* node) { node 42 chrome/browser/bookmarks/base_bookmark_model_observer.cc const BookmarkNode* node) { node 48 chrome/browser/bookmarks/base_bookmark_model_observer.cc const BookmarkNode* node) { node 53 chrome/browser/bookmarks/base_bookmark_model_observer.cc const BookmarkNode* node) { node 35 chrome/browser/bookmarks/base_bookmark_model_observer.h const BookmarkNode* node) OVERRIDE; node 38 chrome/browser/bookmarks/base_bookmark_model_observer.h const BookmarkNode* node) OVERRIDE; node 40 chrome/browser/bookmarks/base_bookmark_model_observer.h const BookmarkNode* node) OVERRIDE; node 42 chrome/browser/bookmarks/base_bookmark_model_observer.h const BookmarkNode* node) OVERRIDE; node 112 chrome/browser/bookmarks/bookmark_codec.cc base::Value* BookmarkCodec::EncodeNode(const BookmarkNode* node) { node 114 chrome/browser/bookmarks/bookmark_codec.cc std::string id = base::Int64ToString(node->id()); node 116 chrome/browser/bookmarks/bookmark_codec.cc const base::string16& title = node->GetTitle(); node 119 chrome/browser/bookmarks/bookmark_codec.cc base::Int64ToString(node->date_added().ToInternalValue())); node 120 chrome/browser/bookmarks/bookmark_codec.cc if (node->is_url()) { node 122 chrome/browser/bookmarks/bookmark_codec.cc std::string url = node->url().possibly_invalid_spec(); node 128 chrome/browser/bookmarks/bookmark_codec.cc base::Int64ToString(node->date_folder_modified(). node 134 chrome/browser/bookmarks/bookmark_codec.cc for (int i = 0; i < node->child_count(); ++i) node 135 chrome/browser/bookmarks/bookmark_codec.cc child_values->Append(EncodeNode(node->GetChild(i))); node 137 chrome/browser/bookmarks/bookmark_codec.cc const BookmarkNode::MetaInfoMap* meta_info_map = node->GetMetaInfoMap(); node 140 chrome/browser/bookmarks/bookmark_codec.cc if (node->sync_transaction_version() != node 143 chrome/browser/bookmarks/bookmark_codec.cc base::Int64ToString(node->sync_transaction_version())); node 265 chrome/browser/bookmarks/bookmark_codec.cc BookmarkNode* node) { node 268 chrome/browser/bookmarks/bookmark_codec.cc if (!node && !parent) { node 309 chrome/browser/bookmarks/bookmark_codec.cc if (!node && url.is_valid()) node 310 chrome/browser/bookmarks/bookmark_codec.cc node = new BookmarkNode(id, url); node 315 chrome/browser/bookmarks/bookmark_codec.cc parent->Add(node, parent->child_count()); node 316 chrome/browser/bookmarks/bookmark_codec.cc node->set_type(BookmarkNode::URL); node 330 chrome/browser/bookmarks/bookmark_codec.cc if (!node) { node 331 chrome/browser/bookmarks/bookmark_codec.cc node = new BookmarkNode(id, GURL()); node 334 chrome/browser/bookmarks/bookmark_codec.cc node->set_id(id); node 337 chrome/browser/bookmarks/bookmark_codec.cc node->set_type(BookmarkNode::FOLDER); node 340 chrome/browser/bookmarks/bookmark_codec.cc node->set_date_folder_modified(Time::FromInternalValue(internal_time)); node 343 chrome/browser/bookmarks/bookmark_codec.cc parent->Add(node, parent->child_count()); node 348 chrome/browser/bookmarks/bookmark_codec.cc node)) { node 353 chrome/browser/bookmarks/bookmark_codec.cc node->SetTitle(title); node 354 chrome/browser/bookmarks/bookmark_codec.cc node->set_date_added(base::Time::FromInternalValue(internal_time)); node 356 chrome/browser/bookmarks/bookmark_codec.cc int64 sync_transaction_version = node->sync_transaction_version(); node 360 chrome/browser/bookmarks/bookmark_codec.cc node->SetMetaInfoMap(meta_info_map); node 368 chrome/browser/bookmarks/bookmark_codec.cc node->set_sync_transaction_version(sync_transaction_version); node 446 chrome/browser/bookmarks/bookmark_codec.cc void BookmarkCodec::ReassignIDsHelper(BookmarkNode* node) { node 447 chrome/browser/bookmarks/bookmark_codec.cc DCHECK(node); node 448 chrome/browser/bookmarks/bookmark_codec.cc node->set_id(++maximum_id_); node 449 chrome/browser/bookmarks/bookmark_codec.cc for (int i = 0; i < node->child_count(); ++i) node 450 chrome/browser/bookmarks/bookmark_codec.cc ReassignIDsHelper(node->GetChild(i)); node 110 chrome/browser/bookmarks/bookmark_codec.h base::Value* EncodeNode(const BookmarkNode* node); node 132 chrome/browser/bookmarks/bookmark_codec.h void ReassignIDsHelper(BookmarkNode* node); node 140 chrome/browser/bookmarks/bookmark_codec.h BookmarkNode* node); node 36 chrome/browser/bookmarks/bookmark_codec_unittest.cc BookmarkNode* AsMutable(const BookmarkNode* node) { node 37 chrome/browser/bookmarks/bookmark_codec_unittest.cc return const_cast<BookmarkNode*>(node); node 199 chrome/browser/bookmarks/bookmark_codec_unittest.cc void CheckIDs(const BookmarkNode* node, std::set<int64>* assigned_ids) { node 200 chrome/browser/bookmarks/bookmark_codec_unittest.cc DCHECK(node); node 201 chrome/browser/bookmarks/bookmark_codec_unittest.cc int64 node_id = node->id(); node 204 chrome/browser/bookmarks/bookmark_codec_unittest.cc for (int i = 0; i < node->child_count(); ++i) node 205 chrome/browser/bookmarks/bookmark_codec_unittest.cc CheckIDs(node->GetChild(i), assigned_ids); node 48 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc const BookmarkNode* node; node 50 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc (node = bookmark_model_->GetNodeByID(node_id)) != NULL && node 51 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc node->is_folder()) { node 52 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc nodes.insert(node); node 83 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc const BookmarkNode* node) { node 84 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc if (!node->is_folder()) node 40 chrome/browser/bookmarks/bookmark_expanded_state_tracker.h const BookmarkNode* node) OVERRIDE; node 422 chrome/browser/bookmarks/bookmark_html_writer.cc void BookmarkFaviconFetcher::ExtractUrls(const BookmarkNode* node) { node 423 chrome/browser/bookmarks/bookmark_html_writer.cc if (node->is_url()) { node 424 chrome/browser/bookmarks/bookmark_html_writer.cc std::string url = node->url().spec(); node 428 chrome/browser/bookmarks/bookmark_html_writer.cc for (int i = 0; i < node->child_count(); ++i) node 429 chrome/browser/bookmarks/bookmark_html_writer.cc ExtractUrls(node->GetChild(i)); node 60 chrome/browser/bookmarks/bookmark_html_writer.h void ExtractUrls(const BookmarkNode* node); node 81 chrome/browser/bookmarks/bookmark_index.cc void BookmarkIndex::Add(const BookmarkNode* node) { node 82 chrome/browser/bookmarks/bookmark_index.cc if (!node->is_url()) node 85 chrome/browser/bookmarks/bookmark_index.cc ExtractQueryWords(Normalize(node->GetTitle())); node 87 chrome/browser/bookmarks/bookmark_index.cc RegisterNode(terms[i], node); node 90 chrome/browser/bookmarks/bookmark_index.cc void BookmarkIndex::Remove(const BookmarkNode* node) { node 91 chrome/browser/bookmarks/bookmark_index.cc if (!node->is_url()) node 95 chrome/browser/bookmarks/bookmark_index.cc ExtractQueryWords(Normalize(node->GetTitle())); node 97 chrome/browser/bookmarks/bookmark_index.cc UnregisterNode(terms[i], node); node 178 chrome/browser/bookmarks/bookmark_index.cc const BookmarkNode* node, node 188 chrome/browser/bookmarks/bookmark_index.cc if (parser->DoesQueryMatch(Normalize(node->GetTitle()), query_nodes, node 190 chrome/browser/bookmarks/bookmark_index.cc title_match.node = node; node 288 chrome/browser/bookmarks/bookmark_index.cc const BookmarkNode* node) { node 289 chrome/browser/bookmarks/bookmark_index.cc index_[term].insert(node); node 293 chrome/browser/bookmarks/bookmark_index.cc const BookmarkNode* node) { node 300 chrome/browser/bookmarks/bookmark_index.cc i->second.erase(node); node 41 chrome/browser/bookmarks/bookmark_index.h void Add(const BookmarkNode* node); node 44 chrome/browser/bookmarks/bookmark_index.h void Remove(const BookmarkNode* node); node 85 chrome/browser/bookmarks/bookmark_index.h void AddMatchToResults(const BookmarkNode* node, node 122 chrome/browser/bookmarks/bookmark_index.h void RegisterNode(const base::string16& term, const BookmarkNode* node); node 125 chrome/browser/bookmarks/bookmark_index.h void UnregisterNode(const base::string16& term, const BookmarkNode* node); node 63 chrome/browser/bookmarks/bookmark_index_unittest.cc if (ASCIIToUTF16(expected_titles[i]) == matches[j].node->GetTitle()) { node 261 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_TRUE(matches[0].node == n1); node 332 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[0].url, matches[0].node->url()); node 333 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[3].url, matches[1].node->url()); node 334 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[2].url, matches[2].node->url()); node 335 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[1].url, matches[3].node->url()); node 342 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[0].url, matches[0].node->url()); node 343 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[3].url, matches[1].node->url()); node 42 chrome/browser/bookmarks/bookmark_model.cc BookmarkNode* AsMutable(const BookmarkNode* node) { node 43 chrome/browser/bookmarks/bookmark_model.cc return const_cast<BookmarkNode*>(node); node 337 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::Move(const BookmarkNode* node, node 340 chrome/browser/bookmarks/bookmark_model.cc if (!loaded_ || !node || !IsValidIndex(new_parent, index, true) || node 341 chrome/browser/bookmarks/bookmark_model.cc is_root_node(new_parent) || is_permanent_node(node)) { node 346 chrome/browser/bookmarks/bookmark_model.cc if (new_parent->HasAncestor(node)) { node 352 chrome/browser/bookmarks/bookmark_model.cc const BookmarkNode* old_parent = node->parent(); node 353 chrome/browser/bookmarks/bookmark_model.cc int old_index = old_parent->GetIndexOf(node); node 366 chrome/browser/bookmarks/bookmark_model.cc mutable_new_parent->Add(AsMutable(node), index); node 376 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::Copy(const BookmarkNode* node, node 379 chrome/browser/bookmarks/bookmark_model.cc if (!loaded_ || !node || !IsValidIndex(new_parent, index, true) || node 380 chrome/browser/bookmarks/bookmark_model.cc is_root_node(new_parent) || is_permanent_node(node)) { node 385 chrome/browser/bookmarks/bookmark_model.cc if (new_parent->HasAncestor(node)) { node 392 chrome/browser/bookmarks/bookmark_model.cc BookmarkNodeData drag_data(node); node 402 chrome/browser/bookmarks/bookmark_model.cc const gfx::Image& BookmarkModel::GetFavicon(const BookmarkNode* node) { node 403 chrome/browser/bookmarks/bookmark_model.cc DCHECK(node); node 404 chrome/browser/bookmarks/bookmark_model.cc if (node->favicon_state() == BookmarkNode::INVALID_FAVICON) { node 405 chrome/browser/bookmarks/bookmark_model.cc BookmarkNode* mutable_node = AsMutable(node); node 409 chrome/browser/bookmarks/bookmark_model.cc return node->favicon(); node 412 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::SetTitle(const BookmarkNode* node, const base::string16& title) { node 413 chrome/browser/bookmarks/bookmark_model.cc if (!node) { node 417 chrome/browser/bookmarks/bookmark_model.cc if (node->GetTitle() == title) node 420 chrome/browser/bookmarks/bookmark_model.cc if (is_permanent_node(node)) { node 426 chrome/browser/bookmarks/bookmark_model.cc OnWillChangeBookmarkNode(this, node)); node 430 chrome/browser/bookmarks/bookmark_model.cc index_->Remove(node); node 431 chrome/browser/bookmarks/bookmark_model.cc AsMutable(node)->SetTitle(title); node 432 chrome/browser/bookmarks/bookmark_model.cc index_->Add(node); node 438 chrome/browser/bookmarks/bookmark_model.cc BookmarkNodeChanged(this, node)); node 441 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::SetURL(const BookmarkNode* node, const GURL& url) { node 442 chrome/browser/bookmarks/bookmark_model.cc if (!node) { node 448 chrome/browser/bookmarks/bookmark_model.cc if (node->is_folder()) { node 453 chrome/browser/bookmarks/bookmark_model.cc if (node->url() == url) node 456 chrome/browser/bookmarks/bookmark_model.cc BookmarkNode* mutable_node = AsMutable(node); node 461 chrome/browser/bookmarks/bookmark_model.cc OnWillChangeBookmarkNode(this, node)); node 474 chrome/browser/bookmarks/bookmark_model.cc BookmarkNodeChanged(this, node)); node 477 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::SetNodeMetaInfo(const BookmarkNode* node, node 481 chrome/browser/bookmarks/bookmark_model.cc if (node->GetMetaInfo(key, &old_value) && old_value == value) node 485 chrome/browser/bookmarks/bookmark_model.cc OnWillChangeBookmarkMetaInfo(this, node)); node 487 chrome/browser/bookmarks/bookmark_model.cc if (AsMutable(node)->SetMetaInfo(key, value) && store_.get()) node 491 chrome/browser/bookmarks/bookmark_model.cc BookmarkMetaInfoChanged(this, node)); node 495 chrome/browser/bookmarks/bookmark_model.cc const BookmarkNode* node, node 497 chrome/browser/bookmarks/bookmark_model.cc const BookmarkNode::MetaInfoMap* old_meta_info_map = node->GetMetaInfoMap(); node 503 chrome/browser/bookmarks/bookmark_model.cc OnWillChangeBookmarkMetaInfo(this, node)); node 505 chrome/browser/bookmarks/bookmark_model.cc AsMutable(node)->SetMetaInfoMap(meta_info_map); node 510 chrome/browser/bookmarks/bookmark_model.cc BookmarkMetaInfoChanged(this, node)); node 513 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::DeleteNodeMetaInfo(const BookmarkNode* node, node 515 chrome/browser/bookmarks/bookmark_model.cc const BookmarkNode::MetaInfoMap* meta_info_map = node->GetMetaInfoMap(); node 520 chrome/browser/bookmarks/bookmark_model.cc OnWillChangeBookmarkMetaInfo(this, node)); node 522 chrome/browser/bookmarks/bookmark_model.cc if (AsMutable(node)->DeleteMetaInfo(key) && store_.get()) node 526 chrome/browser/bookmarks/bookmark_model.cc BookmarkMetaInfoChanged(this, node)); node 530 chrome/browser/bookmarks/bookmark_model.cc const BookmarkNode* node, node 532 chrome/browser/bookmarks/bookmark_model.cc if (sync_transaction_version == node->sync_transaction_version()) node 535 chrome/browser/bookmarks/bookmark_model.cc AsMutable(node)->set_sync_transaction_version(sync_transaction_version); node 540 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::SetDateAdded(const BookmarkNode* node, node 542 chrome/browser/bookmarks/bookmark_model.cc if (!node) { node 547 chrome/browser/bookmarks/bookmark_model.cc if (node->date_added() == date_added) node 550 chrome/browser/bookmarks/bookmark_model.cc if (is_permanent_node(node)) { node 555 chrome/browser/bookmarks/bookmark_model.cc AsMutable(node)->set_date_added(date_added); node 558 chrome/browser/bookmarks/bookmark_model.cc if (date_added > node->parent()->date_folder_modified()) { node 560 chrome/browser/bookmarks/bookmark_model.cc SetDateFolderModified(node->parent(), date_added); node 737 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::ResetDateFolderModified(const BookmarkNode* node) { node 738 chrome/browser/bookmarks/bookmark_model.cc SetDateFolderModified(node, Time()); node 780 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::RemoveNode(BookmarkNode* node, node 782 chrome/browser/bookmarks/bookmark_model.cc if (!loaded_ || !node || is_permanent_node(node)) { node 788 chrome/browser/bookmarks/bookmark_model.cc if (node->is_url()) { node 789 chrome/browser/bookmarks/bookmark_model.cc RemoveNodeFromURLSet(node); node 790 chrome/browser/bookmarks/bookmark_model.cc removed_urls->insert(node->url()); node 791 chrome/browser/bookmarks/bookmark_model.cc index_->Remove(node); node 794 chrome/browser/bookmarks/bookmark_model.cc CancelPendingFaviconLoadRequests(node); node 797 chrome/browser/bookmarks/bookmark_model.cc for (int i = node->child_count() - 1; i >= 0; --i) node 798 chrome/browser/bookmarks/bookmark_model.cc RemoveNode(node->GetChild(i), removed_urls); node 850 chrome/browser/bookmarks/bookmark_model.cc scoped_ptr<BookmarkNode> node(delete_me); node 852 chrome/browser/bookmarks/bookmark_model.cc const BookmarkNode* parent = node->parent(); node 854 chrome/browser/bookmarks/bookmark_model.cc int index = parent->GetIndexOf(node.get()); node 857 chrome/browser/bookmarks/bookmark_model.cc OnWillRemoveBookmarks(this, parent, index, node.get())); node 862 chrome/browser/bookmarks/bookmark_model.cc RemoveNodeAndGetRemovedUrls(node.get(), &removed_urls); node 871 chrome/browser/bookmarks/bookmark_model.cc BookmarkNodeRemoved(this, parent, index, node.get())); node 874 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::RemoveNodeFromURLSet(BookmarkNode* node) { node 877 chrome/browser/bookmarks/bookmark_model.cc NodesOrderedByURLSet::iterator i = nodes_ordered_by_url_set_.find(node); node 881 chrome/browser/bookmarks/bookmark_model.cc while (*i != node) node 886 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::RemoveNodeAndGetRemovedUrls(BookmarkNode* node, node 892 chrome/browser/bookmarks/bookmark_model.cc BookmarkNode* parent = AsMutable(node->parent()); node 894 chrome/browser/bookmarks/bookmark_model.cc parent->Remove(node); node 895 chrome/browser/bookmarks/bookmark_model.cc RemoveNode(node, removed_urls); node 930 chrome/browser/bookmarks/bookmark_model.cc BookmarkNode* node) { node 931 chrome/browser/bookmarks/bookmark_model.cc parent->Add(node, index); node 939 chrome/browser/bookmarks/bookmark_model.cc index_->Add(node); node 941 chrome/browser/bookmarks/bookmark_model.cc return node; node 944 chrome/browser/bookmarks/bookmark_model.cc const BookmarkNode* BookmarkModel::GetNodeByID(const BookmarkNode* node, node 946 chrome/browser/bookmarks/bookmark_model.cc if (node->id() == id) node 947 chrome/browser/bookmarks/bookmark_model.cc return node; node 949 chrome/browser/bookmarks/bookmark_model.cc for (int i = 0, child_count = node->child_count(); i < child_count; ++i) { node 950 chrome/browser/bookmarks/bookmark_model.cc const BookmarkNode* result = GetNodeByID(node->GetChild(i), id); node 970 chrome/browser/bookmarks/bookmark_model.cc BookmarkPermanentNode* node = node 973 chrome/browser/bookmarks/bookmark_model.cc node->set_visible(false); // Mobile node is initially hidden. node 991 chrome/browser/bookmarks/bookmark_model.cc node->SetTitle(l10n_util::GetStringUTF16(title_id)); node 992 chrome/browser/bookmarks/bookmark_model.cc node->set_type(type); node 993 chrome/browser/bookmarks/bookmark_model.cc return node; node 997 chrome/browser/bookmarks/bookmark_model.cc BookmarkNode* node, node 999 chrome/browser/bookmarks/bookmark_model.cc DCHECK(node); node 1000 chrome/browser/bookmarks/bookmark_model.cc node->set_favicon_load_task_id(base::CancelableTaskTracker::kBadTaskId); node 1001 chrome/browser/bookmarks/bookmark_model.cc node->set_favicon_state(BookmarkNode::LOADED_FAVICON); node 1003 chrome/browser/bookmarks/bookmark_model.cc node->set_favicon(image_result.image); node 1004 chrome/browser/bookmarks/bookmark_model.cc node->set_icon_url(image_result.icon_url); node 1005 chrome/browser/bookmarks/bookmark_model.cc FaviconLoaded(node); node 1009 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::LoadFavicon(BookmarkNode* node) { node 1010 chrome/browser/bookmarks/bookmark_model.cc if (node->is_folder()) node 1013 chrome/browser/bookmarks/bookmark_model.cc DCHECK(node->url().is_valid()); node 1019 chrome/browser/bookmarks/bookmark_model.cc FaviconService::FaviconForURLParams(node->url(), node 1023 chrome/browser/bookmarks/bookmark_model.cc base::Unretained(this), node), node 1025 chrome/browser/bookmarks/bookmark_model.cc node->set_favicon_load_task_id(handle); node 1028 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::FaviconLoaded(const BookmarkNode* node) { node 1030 chrome/browser/bookmarks/bookmark_model.cc BookmarkNodeFaviconChanged(this, node)); node 1033 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::CancelPendingFaviconLoadRequests(BookmarkNode* node) { node 1034 chrome/browser/bookmarks/bookmark_model.cc if (node->favicon_load_task_id() != base::CancelableTaskTracker::kBadTaskId) { node 1035 chrome/browser/bookmarks/bookmark_model.cc cancelable_task_tracker_.TryCancel(node->favicon_load_task_id()); node 1036 chrome/browser/bookmarks/bookmark_model.cc node->set_favicon_load_task_id(base::CancelableTaskTracker::kBadTaskId); node 1053 chrome/browser/bookmarks/bookmark_model.cc BookmarkNode* node = AsMutable(nodes[i]); node 1054 chrome/browser/bookmarks/bookmark_model.cc node->InvalidateFavicon(); node 1055 chrome/browser/bookmarks/bookmark_model.cc CancelPendingFaviconLoadRequests(node); node 1057 chrome/browser/bookmarks/bookmark_model.cc BookmarkNodeFaviconChanged(this, node)); node 1069 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::PopulateNodesByURL(BookmarkNode* node) { node 1072 chrome/browser/bookmarks/bookmark_model.cc if (node->is_url()) node 1073 chrome/browser/bookmarks/bookmark_model.cc nodes_ordered_by_url_set_.insert(node); node 1074 chrome/browser/bookmarks/bookmark_model.cc for (int i = 0; i < node->child_count(); ++i) node 1075 chrome/browser/bookmarks/bookmark_model.cc PopulateNodesByURL(node->GetChild(i)); node 273 chrome/browser/bookmarks/bookmark_model.h bool is_root_node(const BookmarkNode* node) const { return node == &root_; } node 277 chrome/browser/bookmarks/bookmark_model.h bool is_permanent_node(const BookmarkNode* node) const { node 278 chrome/browser/bookmarks/bookmark_model.h return node == &root_ || node 279 chrome/browser/bookmarks/bookmark_model.h node == bookmark_bar_node_ || node 280 chrome/browser/bookmarks/bookmark_model.h node == other_node_ || node 281 chrome/browser/bookmarks/bookmark_model.h node == mobile_node_; node 313 chrome/browser/bookmarks/bookmark_model.h void Move(const BookmarkNode* node, node 318 chrome/browser/bookmarks/bookmark_model.h void Copy(const BookmarkNode* node, node 324 chrome/browser/bookmarks/bookmark_model.h const gfx::Image& GetFavicon(const BookmarkNode* node); node 327 chrome/browser/bookmarks/bookmark_model.h void SetTitle(const BookmarkNode* node, const base::string16& title); node 330 chrome/browser/bookmarks/bookmark_model.h void SetURL(const BookmarkNode* node, const GURL& url); node 333 chrome/browser/bookmarks/bookmark_model.h void SetDateAdded(const BookmarkNode* node, base::Time date_added); node 394 chrome/browser/bookmarks/bookmark_model.h void SetDateFolderModified(const BookmarkNode* node, const base::Time time); node 399 chrome/browser/bookmarks/bookmark_model.h void ResetDateFolderModified(const BookmarkNode* node); node 424 chrome/browser/bookmarks/bookmark_model.h void SetNodeMetaInfo(const BookmarkNode* node, node 427 chrome/browser/bookmarks/bookmark_model.h void SetNodeMetaInfoMap(const BookmarkNode* node, node 429 chrome/browser/bookmarks/bookmark_model.h void DeleteNodeMetaInfo(const BookmarkNode* node, node 433 chrome/browser/bookmarks/bookmark_model.h void SetNodeSyncTransactionVersion(const BookmarkNode* node, node 461 chrome/browser/bookmarks/bookmark_model.h void RemoveNode(BookmarkNode* node, std::set<GURL>* removed_urls); node 468 chrome/browser/bookmarks/bookmark_model.h void PopulateNodesByURL(BookmarkNode* node); node 474 chrome/browser/bookmarks/bookmark_model.h void RemoveNodeAndGetRemovedUrls(BookmarkNode* node, node 482 chrome/browser/bookmarks/bookmark_model.h void RemoveNodeFromURLSet(BookmarkNode* node); node 492 chrome/browser/bookmarks/bookmark_model.h BookmarkNode* node); node 495 chrome/browser/bookmarks/bookmark_model.h const BookmarkNode* GetNodeByID(const BookmarkNode* node, int64 id) const; node 506 chrome/browser/bookmarks/bookmark_model.h void OnFaviconDataAvailable(BookmarkNode* node, node 511 chrome/browser/bookmarks/bookmark_model.h void LoadFavicon(BookmarkNode* node); node 514 chrome/browser/bookmarks/bookmark_model.h void FaviconLoaded(const BookmarkNode* node); node 517 chrome/browser/bookmarks/bookmark_model.h void CancelPendingFaviconLoadRequests(BookmarkNode* node); node 41 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) {} node 51 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) = 0; node 55 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) {} node 59 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) = 0; node 63 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) {} node 67 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) {} node 71 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) = 0; node 76 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) {} node 81 chrome/browser/bookmarks/bookmark_model_observer.h const BookmarkNode* node) = 0; node 98 chrome/browser/bookmarks/bookmark_model_unittest.cc BookmarkNode* AsMutable(const BookmarkNode* node) { node 99 chrome/browser/bookmarks/bookmark_model_unittest.cc return const_cast<BookmarkNode*>(node); node 174 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node) OVERRIDE { node 181 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node) OVERRIDE { node 187 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node) OVERRIDE { node 189 chrome/browser/bookmarks/bookmark_model_unittest.cc observer_details_.Set(node, NULL, -1, -1); node 193 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node) OVERRIDE { node 199 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node) OVERRIDE { node 204 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node) OVERRIDE { node 209 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node) OVERRIDE { node 498 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); node 503 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.SetTitle(node, title); node 505 chrome/browser/bookmarks/bookmark_model_unittest.cc observer_details_.ExpectEquals(node, NULL, -1, -1); node 506 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_EQ(title, node->GetTitle()); node 514 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); node 517 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.SetTitle(node, title); node 519 chrome/browser/bookmarks/bookmark_model_unittest.cc node->GetTitle()); node 527 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); node 532 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.SetURL(node, url); node 534 chrome/browser/bookmarks/bookmark_model_unittest.cc observer_details_.ExpectEquals(node, NULL, -1, -1); node 535 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_EQ(url, node->url()); node 542 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); node 547 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.SetDateAdded(node, new_time); node 549 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_EQ(new_time, node->date_added()); node 557 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); node 561 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.Move(node, folder1, 0); node 565 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(folder1 == node->parent()); node 569 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_EQ(node, folder1->GetChild(0)); node 586 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); node 590 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.Move(node, root, 0); node 1095 chrome/browser/bookmarks/bookmark_model_unittest.cc BookmarkNode node(url); node 1096 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.GetMetaInfoMap()); node 1098 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.SetMetaInfo("key1", "value1")); node 1100 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.GetMetaInfo("key1", &out_value)); node 1102 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.SetMetaInfo("key1", "value1")); node 1104 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.GetMetaInfo("key2.subkey1", &out_value)); node 1105 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.SetMetaInfo("key2.subkey1", "value2")); node 1106 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.GetMetaInfo("key2.subkey1", &out_value)); node 1109 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.GetMetaInfo("key2.subkey2.leaf", &out_value)); node 1110 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.SetMetaInfo("key2.subkey2.leaf", "")); node 1111 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.GetMetaInfo("key2.subkey2.leaf", &out_value)); node 1114 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.DeleteMetaInfo("key1")); node 1115 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.DeleteMetaInfo("key2.subkey1")); node 1116 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_TRUE(node.DeleteMetaInfo("key2.subkey2.leaf")); node 1117 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.DeleteMetaInfo("key3")); node 1118 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.GetMetaInfo("key1", &out_value)); node 1119 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.GetMetaInfo("key2.subkey1", &out_value)); node 1120 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.GetMetaInfo("key2.subkey2", &out_value)); node 1121 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.GetMetaInfo("key2.subkey2.leaf", &out_value)); node 1122 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_FALSE(node.GetMetaInfoMap()); node 24 chrome/browser/bookmarks/bookmark_node_data.cc BookmarkNodeData::Element::Element(const BookmarkNode* node) node 25 chrome/browser/bookmarks/bookmark_node_data.cc : is_url(node->is_url()), node 26 chrome/browser/bookmarks/bookmark_node_data.cc url(node->url()), node 27 chrome/browser/bookmarks/bookmark_node_data.cc title(node->GetTitle()), node 28 chrome/browser/bookmarks/bookmark_node_data.cc date_added(node->date_added()), node 29 chrome/browser/bookmarks/bookmark_node_data.cc date_folder_modified(node->date_folder_modified()), node 30 chrome/browser/bookmarks/bookmark_node_data.cc id_(node->id()) { node 31 chrome/browser/bookmarks/bookmark_node_data.cc if (node->GetMetaInfoMap()) node 32 chrome/browser/bookmarks/bookmark_node_data.cc meta_info_map = *node->GetMetaInfoMap(); node 33 chrome/browser/bookmarks/bookmark_node_data.cc for (int i = 0; i < node->child_count(); ++i) node 34 chrome/browser/bookmarks/bookmark_node_data.cc children.push_back(Element(node->GetChild(i))); node 105 chrome/browser/bookmarks/bookmark_node_data.cc BookmarkNodeData::BookmarkNodeData(const BookmarkNode* node) { node 106 chrome/browser/bookmarks/bookmark_node_data.cc elements.push_back(Element(node)); node 253 chrome/browser/bookmarks/bookmark_node_data.cc const BookmarkNode* node = BookmarkModelFactory::GetForProfile( node 255 chrome/browser/bookmarks/bookmark_node_data.cc if (!node) { node 259 chrome/browser/bookmarks/bookmark_node_data.cc nodes.push_back(node); node 47 chrome/browser/bookmarks/bookmark_node_data.h explicit Element(const BookmarkNode* node); node 90 chrome/browser/bookmarks/bookmark_node_data.h explicit BookmarkNodeData(const BookmarkNode* node); node 98 chrome/browser/bookmarks/bookmark_node_data_unittest.cc const BookmarkNode* node = model()->AddURL(root, 0, title, url); node 99 chrome/browser/bookmarks/bookmark_node_data_unittest.cc BookmarkNodeData drag_data(node); node 105 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(node->date_added(), drag_data.elements[0].date_added); node 106 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(node->date_folder_modified(), node 122 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_TRUE(read_data.GetFirstNode(profile()) == node); node 264 chrome/browser/bookmarks/bookmark_node_data_unittest.cc const BookmarkNode* node = model()->AddURL(model()->other_node(), node 268 chrome/browser/bookmarks/bookmark_node_data_unittest.cc model()->SetNodeMetaInfo(node, "somekey", "somevalue"); node 269 chrome/browser/bookmarks/bookmark_node_data_unittest.cc model()->SetNodeMetaInfo(node, "someotherkey", "someothervalue"); node 271 chrome/browser/bookmarks/bookmark_node_data_unittest.cc BookmarkNodeData node_data(node); node 11 chrome/browser/bookmarks/bookmark_stats.cc void RecordBookmarkLaunch(const BookmarkNode* node, node 21 chrome/browser/bookmarks/bookmark_stats.cc if (!node) node 27 chrome/browser/bookmarks/bookmark_stats.cc for (const BookmarkNode* iter = node; iter != NULL; iter = iter->parent()) { node 43 chrome/browser/bookmarks/bookmark_stats.h void RecordBookmarkLaunch(const BookmarkNode* node, node 41 chrome/browser/bookmarks/bookmark_storage.cc BookmarkNode* node) { node 42 chrome/browser/bookmarks/bookmark_storage.cc if (node->is_url()) { node 43 chrome/browser/bookmarks/bookmark_storage.cc if (node->url().is_valid()) node 44 chrome/browser/bookmarks/bookmark_storage.cc details->index()->Add(node); node 46 chrome/browser/bookmarks/bookmark_storage.cc for (int i = 0; i < node->child_count(); ++i) node 47 chrome/browser/bookmarks/bookmark_storage.cc AddBookmarksToIndex(details, node->GetChild(i)); node 55 chrome/browser/bookmarks/bookmark_test_helpers.cc const BookmarkNode* node, node 58 chrome/browser/bookmarks/bookmark_test_helpers.cc DCHECK(node); node 59 chrome/browser/bookmarks/bookmark_test_helpers.cc int index = node->child_count(); node 74 chrome/browser/bookmarks/bookmark_test_helpers.cc model->AddFolder(node, index, base::UTF8ToUTF16(node_name)); node 82 chrome/browser/bookmarks/bookmark_test_helpers.cc node, index, base::UTF8ToUTF16(node_name), GURL(url_string)); node 115 chrome/browser/bookmarks/bookmark_test_helpers.cc std::string ModelStringFromNode(const BookmarkNode* node) { node 118 chrome/browser/bookmarks/bookmark_test_helpers.cc int child_count = node->child_count(); node 121 chrome/browser/bookmarks/bookmark_test_helpers.cc const BookmarkNode* child = node->GetChild(i); node 133 chrome/browser/bookmarks/bookmark_test_helpers.cc const BookmarkNode* node, node 135 chrome/browser/bookmarks/bookmark_test_helpers.cc DCHECK(node); node 138 chrome/browser/bookmarks/bookmark_test_helpers.cc AddNodesFromString(model, node, model_string, start_pos); node 33 chrome/browser/bookmarks/bookmark_test_helpers.h std::string ModelStringFromNode(const BookmarkNode* node); node 43 chrome/browser/bookmarks/bookmark_test_helpers.h const BookmarkNode* node, node 7 chrome/browser/bookmarks/bookmark_title_match.cc BookmarkTitleMatch::BookmarkTitleMatch() : node(NULL) {} node 25 chrome/browser/bookmarks/bookmark_title_match.h const BookmarkNode* node; node 85 chrome/browser/bookmarks/bookmark_utils.cc bool DoesBookmarkContainWords(const BookmarkNode* node, node 89 chrome/browser/bookmarks/bookmark_utils.cc DoesBookmarkTextContainWords(node->GetTitle(), words) || node 91 chrome/browser/bookmarks/bookmark_utils.cc base::UTF8ToUTF16(node->url().spec()), words) || node 93 chrome/browser/bookmarks/bookmark_utils.cc node->url(), languages, net::kFormatUrlOmitNothing, node 98 chrome/browser/bookmarks/bookmark_utils.cc bool PruneInvisibleFolders(const BookmarkNode* node) { node 99 chrome/browser/bookmarks/bookmark_utils.cc return !node->IsVisible(); node 106 chrome/browser/bookmarks/bookmark_utils.cc const BookmarkNode* node) { node 107 chrome/browser/bookmarks/bookmark_utils.cc if (!node || model->is_permanent_node(node)) node 111 chrome/browser/bookmarks/bookmark_utils.cc if (node->id() == selected_nodes[i]->id()) node 114 chrome/browser/bookmarks/bookmark_utils.cc return HasSelectedAncestor(model, selected_nodes, node->parent()); node 184 chrome/browser/bookmarks/bookmark_utils.cc bool CanPasteFromClipboard(const BookmarkNode* node) { node 185 chrome/browser/bookmarks/bookmark_utils.cc if (!node) node 222 chrome/browser/bookmarks/bookmark_utils.cc const BookmarkNode* node = root_node->GetChild(i); node 223 chrome/browser/bookmarks/bookmark_utils.cc if (node->IsVisible() && node 224 chrome/browser/bookmarks/bookmark_utils.cc std::find(nodes.begin(), nodes.end(), node) == nodes.end()) { node 225 chrome/browser/bookmarks/bookmark_utils.cc nodes.push_back(node); node 240 chrome/browser/bookmarks/bookmark_utils.cc const BookmarkNode* node = iterator.Next(); node 241 chrome/browser/bookmarks/bookmark_utils.cc if (node->is_url()) { node 243 chrome/browser/bookmarks/bookmark_utils.cc std::upper_bound(nodes->begin(), nodes->end(), node, node 246 chrome/browser/bookmarks/bookmark_utils.cc nodes->insert(insert_position, node); node 274 chrome/browser/bookmarks/bookmark_utils.cc const BookmarkNode* node = iterator.Next(); node 276 chrome/browser/bookmarks/bookmark_utils.cc !DoesBookmarkContainWords(node, query_words, languages)) || node 277 chrome/browser/bookmarks/bookmark_utils.cc model->is_permanent_node(node)) { node 282 chrome/browser/bookmarks/bookmark_utils.cc if (!node->is_url() || node 283 chrome/browser/bookmarks/bookmark_utils.cc !(base::UTF8ToUTF16(node->url().spec()) == *query.url || node 285 chrome/browser/bookmarks/bookmark_utils.cc node->url(), languages, net::kFormatUrlOmitNothing, node 290 chrome/browser/bookmarks/bookmark_utils.cc if (query.title && node->GetTitle() != *query.title) node 293 chrome/browser/bookmarks/bookmark_utils.cc nodes->push_back(node); node 346 chrome/browser/bookmarks/bookmark_utils.cc const BookmarkNode* node = model->GetNodeByID(*iter); node 347 chrome/browser/bookmarks/bookmark_utils.cc if (!node) node 349 chrome/browser/bookmarks/bookmark_utils.cc const BookmarkNode* parent = node->parent(); node 350 chrome/browser/bookmarks/bookmark_utils.cc model->Remove(parent, parent->GetIndexOf(node)); node 373 chrome/browser/bookmarks/bookmark_utils.cc const BookmarkNode* node = bookmarks[i]; node 374 chrome/browser/bookmarks/bookmark_utils.cc int index = node->parent()->GetIndexOf(node); node 376 chrome/browser/bookmarks/bookmark_utils.cc model->Remove(node->parent(), index); node 61 chrome/browser/bookmarks/bookmark_utils.h bool CanPasteFromClipboard(const BookmarkNode* node); node 253 chrome/browser/bookmarks/bookmark_utils_unittest.cc const BookmarkNode* node = model.AddURL(model.other_node(), node 260 chrome/browser/bookmarks/bookmark_utils_unittest.cc nodes.push_back(node); node 347 chrome/browser/bookmarks/bookmark_utils_unittest.cc const BookmarkNode* node = model.AddURL(model.other_node(), node 351 chrome/browser/bookmarks/bookmark_utils_unittest.cc model.SetNodeMetaInfo(node, "somekey", "somevalue"); node 352 chrome/browser/bookmarks/bookmark_utils_unittest.cc model.SetNodeMetaInfo(node, "someotherkey", "someothervalue"); node 358 chrome/browser/bookmarks/bookmark_utils_unittest.cc BookmarkNodeData::Element node_data(node); node 146 chrome/browser/browsing_data/cookies_tree_model.cc LocalDataContainer* GetLocalDataContainerForNode(CookieTreeNode* node) { node 148 chrome/browser/browsing_data/cookies_tree_model.cc node->parent()->parent()); node 151 chrome/browser/browsing_data/cookies_tree_model.cc return node->GetModel()->data_container(); node 844 chrome/browser/browsing_data/cookies_tree_model.cc CookiesTreeModel* model, CookieTreeNode* node) node 845 chrome/browser/browsing_data/cookies_tree_model.cc : model_(model), node_(node), batch_in_progress_(false) { node 897 chrome/browser/browsing_data/cookies_tree_model.cc int CookiesTreeModel::GetIconIndex(ui::TreeModelNode* node) { node 898 chrome/browser/browsing_data/cookies_tree_model.cc CookieTreeNode* ct_node = static_cast<CookieTreeNode*>(node); node 612 chrome/browser/browsing_data/cookies_tree_model.h CookieTreeNode* node); node 631 chrome/browser/browsing_data/cookies_tree_model.h virtual int GetIconIndex(ui::TreeModelNode* node) OVERRIDE; node 179 chrome/browser/browsing_data/cookies_tree_model_unittest.cc const CookieTreeNode* node, node 181 chrome/browser/browsing_data/cookies_tree_model_unittest.cc if (!node->empty()) { node 183 chrome/browser/browsing_data/cookies_tree_model_unittest.cc for (int i = 0; i < node->child_count(); ++i) { node 184 chrome/browser/browsing_data/cookies_tree_model_unittest.cc retval += GetNodesOfChildren(node->GetChild(i), node_type); node 189 chrome/browser/browsing_data/cookies_tree_model_unittest.cc if (node->GetDetailedInfo().node_type != node_type) node 194 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo(). node 197 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo(). node 200 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo().database_info->database_name + ","; node 202 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo().cookie->Name() + ","; node 204 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo().appcache_info->manifest_url.spec() + node 207 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo().indexed_db_info->origin_.spec() + node 210 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo().file_system_info->origin.spec() + node 213 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo().quota_info->host + ","; node 215 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo( node 218 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return node->GetDetailedInfo().flash_lso_domain + ","; node 224 chrome/browser/browsing_data/cookies_tree_model_unittest.cc std::string GetCookiesOfChildren(const CookieTreeNode* node) { node 225 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return GetNodesOfChildren(node, CookieTreeNode::DetailedInfo::TYPE_COOKIE); node 228 chrome/browser/browsing_data/cookies_tree_model_unittest.cc std::string GetDatabasesOfChildren(const CookieTreeNode* node) { node 229 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return GetNodesOfChildren(node, node 233 chrome/browser/browsing_data/cookies_tree_model_unittest.cc std::string GetLocalStoragesOfChildren(const CookieTreeNode* node) { node 234 chrome/browser/browsing_data/cookies_tree_model_unittest.cc return GetNodesOfChildren(node, node 238 chrome/browser/browsing_data/cookies_tree_model_unittest.cc std::string GetSessionStoragesOfChildren(const CookieTreeNode* node) { node 240 chrome/browser/browsing_data/cookies_tree_model_unittest.cc node, CookieTreeNode::DetailedInfo::TYPE_SESSION_STORAGE); node 243 chrome/browser/browsing_data/cookies_tree_model_unittest.cc std::string GetIndexedDBsOfChildren(const CookieTreeNode* node) { node 245 chrome/browser/browsing_data/cookies_tree_model_unittest.cc node, CookieTreeNode::DetailedInfo::TYPE_INDEXED_DB); node 248 chrome/browser/browsing_data/cookies_tree_model_unittest.cc std::string GetFileSystemsOfChildren(const CookieTreeNode* node) { node 250 chrome/browser/browsing_data/cookies_tree_model_unittest.cc node, CookieTreeNode::DetailedInfo::TYPE_FILE_SYSTEM); node 253 chrome/browser/browsing_data/cookies_tree_model_unittest.cc std::string GetFileQuotaOfChildren(const CookieTreeNode* node) { node 255 chrome/browser/browsing_data/cookies_tree_model_unittest.cc node, CookieTreeNode::DetailedInfo::TYPE_QUOTA); node 258 chrome/browser/browsing_data/cookies_tree_model_unittest.cc std::string GetFlashLSOsOfChildren(const CookieTreeNode* node) { node 260 chrome/browser/browsing_data/cookies_tree_model_unittest.cc node, CookieTreeNode::DetailedInfo::TYPE_FLASH_LSO); node 327 chrome/browser/browsing_data/cookies_tree_model_unittest.cc void DeleteStoredObjects(CookieTreeNode* node) { node 328 chrome/browser/browsing_data/cookies_tree_model_unittest.cc node->DeleteStoredObjects(); node 329 chrome/browser/browsing_data/cookies_tree_model_unittest.cc CookieTreeNode* parent_node = node->parent(); node 331 chrome/browser/browsing_data/cookies_tree_model_unittest.cc delete parent_node->GetModel()->Remove(parent_node, node); node 49 chrome/browser/component_updater/update_response.cc static bool TagNameEquals(const xmlNode* node, const char* expected_name) { node 50 chrome/browser/component_updater/update_response.cc return 0 == strcmp(expected_name, reinterpret_cast<const char*>(node->name)); node 66 chrome/browser/component_updater/update_response.cc static std::string GetAttribute(xmlNode* node, const char* attribute_name) { node 68 chrome/browser/component_updater/update_response.cc for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) { node 92 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc const ui::AXNodeData& node = event.nodes[i]; node 93 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc AddNodeData(node, nodes); node 111 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc void AddNodeData(const ui::AXNodeData& node, node 114 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc axNodeData->SetInteger("id", node.id); node 115 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc axNodeData->SetString("role", ToString(node.role)); node 118 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc uint32 state_pos = 0, state_shifter = node.state; node 128 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc if (!node.bool_attributes.empty()) { node 130 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc for (size_t i = 0; i < node.bool_attributes.size(); ++i) { node 131 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc std::pair<ui::AXBoolAttribute, bool> attr = node.bool_attributes[i]; node 137 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc if (!node.float_attributes.empty()) { node 139 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc for (size_t i = 0; i < node.float_attributes.size(); ++i) { node 140 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc std::pair<ui::AXFloatAttribute, float> attr = node.float_attributes[i]; node 146 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc if (!node.html_attributes.empty()) { node 148 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc for (size_t i = 0; i < node.html_attributes.size(); ++i) { node 149 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc std::pair<std::string, std::string> attr = node.html_attributes[i]; node 155 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc if (!node.int_attributes.empty()) { node 157 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc for (size_t i = 0; i < node.int_attributes.size(); ++i) { node 158 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc std::pair<ui::AXIntAttribute, int> attr = node.int_attributes[i]; node 164 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc if (!node.intlist_attributes.empty()) { node 166 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc for (size_t i = 0; i < node.intlist_attributes.size(); ++i) { node 168 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc node.intlist_attributes[i]; node 177 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc if (!node.string_attributes.empty()) { node 179 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc for (size_t i = 0; i < node.string_attributes.size(); ++i) { node 181 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc node.string_attributes[i]; node 188 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc for (size_t i = 0; i < node.child_ids.size(); ++i) { node 189 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc child_ids->AppendInteger(node.child_ids[i]); node 89 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc const BookmarkNode* node = GetNodeFromString(model, id_strings[i]); node 90 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc if (!node) node 92 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc nodes->push_back(node); node 103 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc CreateNodeDataElementFromBookmarkNode(const BookmarkNode& node) { node 108 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc element->id.reset(new std::string(base::Int64ToString(node.id()))); node 110 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc new std::string(base::Int64ToString(node.parent()->id()))); node 112 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc if (node.is_url()) node 113 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc element->url.reset(new std::string(node.url().spec())); node 115 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc element->title = base::UTF16ToUTF8(node.GetTitle()); node 116 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc for (int i = 0; i < node.child_count(); ++i) { node 118 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc CreateNodeDataElementFromBookmarkNode(*node.GetChild(i))); node 198 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc const BookmarkNode* node) { node 201 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc base::Int64ToString(node->id()))); node 573 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc const BookmarkNode* node = NULL; node 577 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc node = model->root_node(); node 579 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc node = GetBookmarkNodeFromId(params->id); node 580 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc if (!node) node 586 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc bookmark_api_helpers::AddNodeFoldersOnly(node, &nodes, true); node 588 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc bookmark_api_helpers::AddNode(node, &nodes, true); node 609 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc const BookmarkNode* node = GetBookmarkNodeFromId(params->id); node 610 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc if (!node) node 614 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc if (node->GetMetaInfo(params->key, &value)) node 623 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc const BookmarkNode* node = GetBookmarkNodeFromId(params->id); node 624 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc if (!node) node 628 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc model->SetNodeMetaInfo(node, params->key, params->value); node 40 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.h const BookmarkNode* node) OVERRIDE; node 25 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc void AddNodeHelper(const BookmarkNode* node, node 29 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc if (node->IsVisible()) { node 30 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc linked_ptr<BookmarkTreeNode> new_node(GetBookmarkTreeNode(node, node 39 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc BookmarkTreeNode* GetBookmarkTreeNode(const BookmarkNode* node, node 44 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc bookmark_tree_node->id = base::Int64ToString(node->id()); node 46 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc const BookmarkNode* parent = node->parent(); node 50 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc bookmark_tree_node->index.reset(new int(parent->GetIndexOf(node))); node 53 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc if (!node->is_folder()) { node 54 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc bookmark_tree_node->url.reset(new std::string(node->url().spec())); node 57 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc base::Time t = node->date_folder_modified(); node 64 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc bookmark_tree_node->title = base::UTF16ToUTF8(node->GetTitle()); node 65 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc if (!node->date_added().is_null()) { node 68 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc new double(floor(node->date_added().ToDoubleT() * 1000))); node 71 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc if (recurse && node->is_folder()) { node 73 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc for (int i = 0; i < node->child_count(); ++i) { node 74 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc const BookmarkNode* child = node->GetChild(i); node 87 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc void AddNode(const BookmarkNode* node, node 90 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc return AddNodeHelper(node, nodes, recurse, false); node 93 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc void AddNodeFoldersOnly(const BookmarkNode* node, node 96 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc return AddNodeHelper(node, nodes, recurse, true); node 103 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc const BookmarkNode* node = model->GetNodeByID(id); node 104 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc if (!node) { node 108 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc if (model->is_permanent_node(node)) { node 112 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc if (node->is_folder() && !node->empty() && !recursive) { node 117 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc const BookmarkNode* parent = node->parent(); node 118 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc model->Remove(parent, parent->GetIndexOf(node)); node 23 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h const BookmarkNode* node, node 28 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h void AddNode(const BookmarkNode* node, node 32 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h void AddNodeFoldersOnly(const BookmarkNode* node, node 136 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = model->GetNodeByID(id); node 137 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node) node 140 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc return node; node 199 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = new_parent->GetChild(new_index); node 208 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmarks::OnMoved::Create(base::Int64ToString(node->id()), move_info)); node 214 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = parent->GetChild(index); node 216 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::GetBookmarkTreeNode(node, false, false)); node 218 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmarks::OnCreated::Create(base::Int64ToString(node->id()), node 225 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node) { node 231 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmarks::OnRemoved::Create(base::Int64ToString(node->id()), node 243 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node) { node 250 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc change_info.title = base::UTF16ToUTF8(node->GetTitle()); node 251 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (node->is_url()) node 252 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc change_info.url.reset(new std::string(node->url().spec())); node 255 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmarks::OnChanged::Create(base::Int64ToString(node->id()), node 260 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node) { node 266 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node) { node 268 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc int childCount = node->child_count(); node 270 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* child = node->GetChild(i); node 276 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc base::Int64ToString(node->id()), reorder_info)); node 341 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = GetBookmarkNodeFromId(ids[i]); node 342 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node) node 344 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::AddNode(node, &nodes, false); node 347 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = node 349 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node) node 351 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::AddNode(node, &nodes, false); node 363 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = GetBookmarkNodeFromId(params->id); node 364 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node) node 368 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc int child_count = node->child_count(); node 370 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* child = node->GetChild(i); node 394 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = *i; node 395 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::AddNode(node, &tree_nodes, false); node 404 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = node 406 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::AddNode(node, &nodes, true); node 416 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = GetBookmarkNodeFromId(params->id); node 417 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node) node 421 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::AddNode(node, &nodes, true); node 566 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node; node 568 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc node = model->AddURL(parent, index, title, url); node 570 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc node = model->AddFolder(parent, index, title); node 571 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc DCHECK(node); node 572 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node) { node 578 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::GetBookmarkTreeNode(node, false, false)); node 600 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = GetBookmarkNodeFromId(params->id); node 601 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node) node 605 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (model->is_permanent_node(node)) { node 613 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc parent = node->parent(); node 642 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc model->Move(node, parent, index); node 645 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::GetBookmarkTreeNode(node, false, false)); node 685 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = GetBookmarkNodeFromId(params->id); node 686 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node) node 690 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (model->is_permanent_node(node)) { node 695 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc model->SetTitle(node, title); node 697 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc model->SetURL(node, url); node 700 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bookmark_api_helpers::GetBookmarkTreeNode(node, false, false)); node 785 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc const BookmarkNode* node = model->GetNodeByID(*it); node 786 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!node || node->is_root()) node 790 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bucket_id += base::UTF16ToUTF8(node->parent()->GetTitle()); node 791 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bucket_id += base::UTF16ToUTF8(node->GetTitle()); node 792 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bucket_id += node->url().spec(); node 53 chrome/browser/extensions/api/bookmarks/bookmarks_api.h const BookmarkNode* node) OVERRIDE; node 56 chrome/browser/extensions/api/bookmarks/bookmarks_api.h const BookmarkNode* node) OVERRIDE; node 58 chrome/browser/extensions/api/bookmarks/bookmarks_api.h const BookmarkNode* node) OVERRIDE; node 60 chrome/browser/extensions/api/bookmarks/bookmarks_api.h const BookmarkNode* node) OVERRIDE; node 166 chrome/browser/history/query_parser.cc void AddChild(QueryNode* node); node 197 chrome/browser/history/query_parser.cc void QueryNodeList::AddChild(QueryNode* node) { node 198 chrome/browser/history/query_parser.cc children_.push_back(node); node 247 chrome/browser/history/query_parser.cc for (QueryNodeVector::const_iterator node = children_.begin(); node 248 chrome/browser/history/query_parser.cc node != children_.end(); ++node) { node 249 chrome/browser/history/query_parser.cc if (node != children_.begin()) node 251 chrome/browser/history/query_parser.cc num_words += (*node)->AppendToSQLiteQuery(query); node 44 chrome/browser/importer/profile_writer.cc const BookmarkNode* node = bookmark_bar->GetChild(i); node 45 chrome/browser/importer/profile_writer.cc if (node->is_folder()) node 46 chrome/browser/importer/profile_writer.cc existing_folder_names.insert(node->GetTitle()); node 188 chrome/browser/importer/profile_writer.cc const BookmarkNode* node = parent->GetChild(index); node 189 chrome/browser/importer/profile_writer.cc if (node->is_folder() && node->GetTitle() == *folder_name) { node 190 chrome/browser/importer/profile_writer.cc child = node; node 247 chrome/browser/safe_browsing/malware_details.cc SafeBrowsingHostMsg_MalwareDOMDetails_Node node = params[i]; node 248 chrome/browser/safe_browsing/malware_details.cc DVLOG(1) << node.url << ", " << node.tag_name << ", " << node.parent; node 249 chrome/browser/safe_browsing/malware_details.cc AddUrl(node.url, node.parent, node.tag_name, &(node.children)); node 184 chrome/browser/sync/glue/bookmark_change_processor.cc syncer::WriteNode node(trans); node 185 chrome/browser/sync/glue/bookmark_change_processor.cc node.InitByIdLookup(sync_node_id); node 186 chrome/browser/sync/glue/bookmark_change_processor.cc if (!node.GetIsFolder() || node.GetFirstChildId() == syncer::kInvalidId) { node 192 chrome/browser/sync/glue/bookmark_change_processor.cc RemoveOneSyncNode(&node); node 199 chrome/browser/sync/glue/bookmark_change_processor.cc int64 child_id = node.GetFirstChildId(); node 273 chrome/browser/sync/glue/bookmark_change_processor.cc const BookmarkNode* node) { node 274 chrome/browser/sync/glue/bookmark_change_processor.cc RemoveSyncNodeHierarchy(node); node 282 chrome/browser/sync/glue/bookmark_change_processor.cc const BookmarkNode* node) { node 284 chrome/browser/sync/glue/bookmark_change_processor.cc if (model->is_permanent_node(node)) { node 296 chrome/browser/sync/glue/bookmark_change_processor.cc if (!model_associator_->InitSyncNodeFromChromeId(node->id(), &sync_node)) { node 298 chrome/browser/sync/glue/bookmark_change_processor.cc if (model_associator_->GetSyncIdFromChromeId(node->id()) == node 348 chrome/browser/sync/glue/bookmark_change_processor.cc UpdateSyncNodeProperties(node, model, &sync_node); node 350 chrome/browser/sync/glue/bookmark_change_processor.cc DCHECK_EQ(sync_node.GetIsFolder(), node->is_folder()); node 353 chrome/browser/sync/glue/bookmark_change_processor.cc node->parent()); node 354 chrome/browser/sync/glue/bookmark_change_processor.cc DCHECK_EQ(node->parent()->GetIndexOf(node), sync_node.GetPositionIndex()); node 358 chrome/browser/sync/glue/bookmark_change_processor.cc std::vector<const BookmarkNode*>(1, node)); node 362 chrome/browser/sync/glue/bookmark_change_processor.cc BookmarkModel* model, const BookmarkNode* node) { node 363 chrome/browser/sync/glue/bookmark_change_processor.cc BookmarkNodeChanged(model, node); node 403 chrome/browser/sync/glue/bookmark_change_processor.cc const BookmarkNode* node) { node 404 chrome/browser/sync/glue/bookmark_change_processor.cc BookmarkNodeChanged(model, node); node 408 chrome/browser/sync/glue/bookmark_change_processor.cc BookmarkModel* model, const BookmarkNode* node) { node 417 chrome/browser/sync/glue/bookmark_change_processor.cc for (int i = 0; i < node->child_count(); ++i) { node 418 chrome/browser/sync/glue/bookmark_change_processor.cc const BookmarkNode* child = node->GetChild(i); node 429 chrome/browser/sync/glue/bookmark_change_processor.cc model_associator_->GetSyncIdFromChromeId(node->id())); node 431 chrome/browser/sync/glue/bookmark_change_processor.cc if (!PlaceSyncNode(MOVE, node, i, &trans, &sync_child, node 699 chrome/browser/sync/glue/bookmark_change_processor.cc const BookmarkNode* node, node 701 chrome/browser/sync/glue/bookmark_change_processor.cc DCHECK_EQ(sync_node.GetIsFolder(), node->is_folder()); node 705 chrome/browser/sync/glue/bookmark_change_processor.cc model->SetURL(node, GURL(specifics.url())); node 706 chrome/browser/sync/glue/bookmark_change_processor.cc model->SetTitle(node, base::UTF8ToUTF16(sync_node.GetTitle())); node 709 chrome/browser/sync/glue/bookmark_change_processor.cc node, node 712 chrome/browser/sync/glue/bookmark_change_processor.cc SetBookmarkFavicon(&sync_node, node, model, profile); node 713 chrome/browser/sync/glue/bookmark_change_processor.cc SetBookmarkMetaInfo(&sync_node, node, model); node 740 chrome/browser/sync/glue/bookmark_change_processor.cc const BookmarkNode* node; node 742 chrome/browser/sync/glue/bookmark_change_processor.cc node = model->AddFolder( node 751 chrome/browser/sync/glue/bookmark_change_processor.cc node = model->AddURLWithCreationTime(parent, index, node 755 chrome/browser/sync/glue/bookmark_change_processor.cc if (node) node 756 chrome/browser/sync/glue/bookmark_change_processor.cc SetBookmarkFavicon(sync_node, node, model, profile); node 758 chrome/browser/sync/glue/bookmark_change_processor.cc if (node) node 759 chrome/browser/sync/glue/bookmark_change_processor.cc SetBookmarkMetaInfo(sync_node, node, model); node 760 chrome/browser/sync/glue/bookmark_change_processor.cc return node; node 809 chrome/browser/sync/glue/bookmark_change_processor.cc const BookmarkNode* node, node 813 chrome/browser/sync/glue/bookmark_change_processor.cc const BookmarkNode::MetaInfoMap* meta_info_map = node->GetMetaInfoMap(); node 55 chrome/browser/sync/glue/bookmark_change_processor.h const BookmarkNode* node) OVERRIDE; node 58 chrome/browser/sync/glue/bookmark_change_processor.h const BookmarkNode* node) OVERRIDE; node 60 chrome/browser/sync/glue/bookmark_change_processor.h const BookmarkNode* node) OVERRIDE; node 62 chrome/browser/sync/glue/bookmark_change_processor.h const BookmarkNode* node) OVERRIDE; node 64 chrome/browser/sync/glue/bookmark_change_processor.h const BookmarkNode* node) OVERRIDE; node 81 chrome/browser/sync/glue/bookmark_change_processor.h const BookmarkNode* node, node 151 chrome/browser/sync/glue/bookmark_change_processor.h static void SetSyncNodeMetaInfo(const BookmarkNode* node, node 191 chrome/browser/sync/glue/bookmark_change_processor.h void RemoveSyncNodeHierarchy(const BookmarkNode* node); node 175 chrome/browser/sync/glue/bookmark_model_associator.cc void AddAll(const BookmarkNode* node); node 192 chrome/browser/sync/glue/bookmark_model_associator.cc void BookmarkNodeIdIndex::AddAll(const BookmarkNode* node) { node 193 chrome/browser/sync/glue/bookmark_model_associator.cc if (!node) node 196 chrome/browser/sync/glue/bookmark_model_associator.cc node_index_[node->id()] = node; node 198 chrome/browser/sync/glue/bookmark_model_associator.cc if (!node->is_folder()) node 201 chrome/browser/sync/glue/bookmark_model_associator.cc for (int i = 0; i < node->child_count(); ++i) node 202 chrome/browser/sync/glue/bookmark_model_associator.cc AddAll(node->GetChild(i)); node 272 chrome/browser/sync/glue/bookmark_model_associator.cc void BookmarkModelAssociator::Associate(const BookmarkNode* node, node 275 chrome/browser/sync/glue/bookmark_model_associator.cc int64 node_id = node->id(); node 280 chrome/browser/sync/glue/bookmark_model_associator.cc id_map_inverse_[sync_id] = node; node 712 chrome/browser/sync/glue/bookmark_model_associator.cc const BookmarkNode* node = GetChromeNodeFromSyncId(sync_id); node 713 chrome/browser/sync/glue/bookmark_model_associator.cc if (node && sync_node.GetExternalId() != node->id()) { node 714 chrome/browser/sync/glue/bookmark_model_associator.cc sync_node.SetExternalId(node->id()); node 715 chrome/browser/sync/glue/bookmark_model_associator.cc bnodes.push_back(node); node 90 chrome/browser/sync/glue/bookmark_model_associator.h virtual void Associate(const BookmarkNode* node, int64 sync_id) OVERRIDE; node 310 chrome/browser/sync/glue/generic_change_processor.cc syncer::WriteNode* node, node 329 chrome/browser/sync/glue/generic_change_processor.cc node->InitByClientTagLookup(change.sync_data().GetDataType(), tag); node 338 chrome/browser/sync/glue/generic_change_processor.cc syncer::BaseNode::InitByLookupResult result = node->InitByIdLookup( node 349 chrome/browser/sync/glue/generic_change_processor.cc node->Drop(); node 351 chrome/browser/sync/glue/generic_change_processor.cc node->Tombstone(); node 67 chrome/browser/sync/glue/generic_change_processor_unittest.cc syncer::WriteNode node(&trans); node 68 chrome/browser/sync/glue/generic_change_processor_unittest.cc node.InitUniqueByCreation(kType, root, base::StringPrintf("node%05d", i)); node 158 chrome/browser/sync/glue/generic_change_processor_unittest.cc syncer::ReadNode node(&read_transaction); node 159 chrome/browser/sync/glue/generic_change_processor_unittest.cc ASSERT_EQ(node.InitByClientTagLookup(syncer::PASSWORDS, node 162 chrome/browser/sync/glue/generic_change_processor_unittest.cc ASSERT_EQ(node.GetTitle(), "encrypted"); node 163 chrome/browser/sync/glue/generic_change_processor_unittest.cc const sync_pb::EntitySpecifics& raw_specifics = node.GetEntitySpecifics(); node 229 chrome/browser/sync/glue/generic_change_processor_unittest.cc syncer::ReadNode node(&read_transaction); node 230 chrome/browser/sync/glue/generic_change_processor_unittest.cc ASSERT_EQ(node.InitByClientTagLookup(syncer::PASSWORDS, node 233 chrome/browser/sync/glue/generic_change_processor_unittest.cc ASSERT_EQ(node.GetTitle(), "encrypted"); node 234 chrome/browser/sync/glue/generic_change_processor_unittest.cc const sync_pb::EntitySpecifics& raw_specifics = node.GetEntitySpecifics(); node 177 chrome/browser/sync/glue/session_model_associator.cc syncer::ReadNode node(&trans); node 178 chrome/browser/sync/glue/session_model_associator.cc if (node.InitByClientTagLookup(SESSIONS, tag) != syncer::BaseNode::INIT_OK) node 180 chrome/browser/sync/glue/session_model_associator.cc return node.GetId(); node 63 chrome/browser/sync/glue/synced_device_tracker.cc syncer::ReadNode node(&trans); node 64 chrome/browser/sync/glue/synced_device_tracker.cc if (node.InitByClientTagLookup(syncer::DEVICE_INFO, local_device_info_tag_) != node 69 chrome/browser/sync/glue/synced_device_tracker.cc const sync_pb::DeviceInfoSpecifics& specifics = node.GetDeviceInfoSpecifics(); node 81 chrome/browser/sync/glue/synced_device_tracker.cc syncer::ReadNode node(&trans); node 83 chrome/browser/sync/glue/synced_device_tracker.cc if (node.InitByClientTagLookup(syncer::DEVICE_INFO, lookup_string) != node 88 chrome/browser/sync/glue/synced_device_tracker.cc const sync_pb::DeviceInfoSpecifics& specifics = node.GetDeviceInfoSpecifics(); node 120 chrome/browser/sync/glue/synced_device_tracker.cc syncer::ReadNode node(&trans); node 121 chrome/browser/sync/glue/synced_device_tracker.cc if (node.InitByIdLookup(*it) != syncer::BaseNode::INIT_OK) node 125 chrome/browser/sync/glue/synced_device_tracker.cc node.GetDeviceInfoSpecifics(); node 177 chrome/browser/sync/glue/synced_device_tracker.cc syncer::WriteNode node(&trans); node 179 chrome/browser/sync/glue/synced_device_tracker.cc if (node.InitByClientTagLookup(syncer::DEVICE_INFO, tag) == node 181 chrome/browser/sync/glue/synced_device_tracker.cc node.SetDeviceInfoSpecifics(specifics); node 182 chrome/browser/sync/glue/synced_device_tracker.cc node.SetTitle(base::UTF8ToWide(specifics.client_name())); node 240 chrome/browser/sync/glue/typed_url_model_associator.cc syncer::ReadNode node(&trans); node 241 chrome/browser/sync/glue/typed_url_model_associator.cc if (node.InitByClientTagLookup(syncer::TYPED_URLS, tag) == node 246 chrome/browser/sync/glue/typed_url_model_associator.cc FilterExpiredVisits(node.GetTypedUrlSpecifics())); node 297 chrome/browser/sync/glue/typed_url_model_associator.cc syncer::WriteNode node(&trans); node 299 chrome/browser/sync/glue/typed_url_model_associator.cc node.InitUniqueByCreation(syncer::TYPED_URLS, node 308 chrome/browser/sync/glue/typed_url_model_associator.cc node.SetTitle(base::UTF8ToWide(tag)); node 309 chrome/browser/sync/glue/typed_url_model_associator.cc WriteToSyncNode(*ix, visits, &node); node 559 chrome/browser/sync/glue/typed_url_model_associator.cc const sync_pb::TypedUrlSpecifics& node, node 565 chrome/browser/sync/glue/typed_url_model_associator.cc DCHECK(!node.url().compare(url.url().spec())); node 566 chrome/browser/sync/glue/typed_url_model_associator.cc DCHECK(!node.url().compare(new_url->url().spec())); node 568 chrome/browser/sync/glue/typed_url_model_associator.cc CHECK_EQ(node.visits_size(), node.visit_transitions_size()); node 573 chrome/browser/sync/glue/typed_url_model_associator.cc if (node.visits_size() == 0) node 577 chrome/browser/sync/glue/typed_url_model_associator.cc base::string16 node_title(base::UTF8ToUTF16(node.title())); node 579 chrome/browser/sync/glue/typed_url_model_associator.cc node.visits(node.visits_size() - 1)); node 587 chrome/browser/sync/glue/typed_url_model_associator.cc (node.hidden() != url.hidden())) { node 591 chrome/browser/sync/glue/typed_url_model_associator.cc new_url->set_hidden(node.hidden()); node 604 chrome/browser/sync/glue/typed_url_model_associator.cc size_t node_num_visits = node.visits_size(); node 616 chrome/browser/sync/glue/typed_url_model_associator.cc node_time = base::Time::FromInternalValue(node.visits(node_visit_index)); node 639 chrome/browser/sync/glue/typed_url_model_associator.cc node.visit_transitions(node_visit_index)))); node 677 chrome/browser/sync/glue/typed_url_model_associator.cc syncer::WriteNode* node) { node 680 chrome/browser/sync/glue/typed_url_model_associator.cc node->SetTypedUrlSpecifics(typed_url); node 134 chrome/browser/sync/glue/typed_url_model_associator.h syncer::WriteNode* node); node 192 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc sync_pb::TypedUrlSpecifics node(MakeTypedUrlSpecifics("http://pie.com/", node 194 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc node.add_visits(2); node 195 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc node.add_visits(3); node 196 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc node.add_visits(4); node 197 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc node.add_visit_transitions(2); node 198 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc node.add_visit_transitions(3); node 199 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc node.add_visit_transitions(4); node 205 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc node, history_url, &history_visits, &new_history_url, node 555 chrome/browser/sync/profile_sync_service_autofill_unittest.cc syncer::ReadNode node(&trans); node 556 chrome/browser/sync/profile_sync_service_autofill_unittest.cc if (node.InitByTagLookup(syncer::ModelTypeToRootTag(type)) != node 559 chrome/browser/sync/profile_sync_service_autofill_unittest.cc return node.GetTotalNodeCount() - 1; node 616 chrome/browser/sync/profile_sync_service_autofill_unittest.cc syncer::WriteNode node(&trans); node 621 chrome/browser/sync/profile_sync_service_autofill_unittest.cc node.InitUniqueByCreation(syncer::AUTOFILL, autofill_root, tag); node 629 chrome/browser/sync/profile_sync_service_autofill_unittest.cc node.SetAutofillSpecifics(*autofill_specifics); node 640 chrome/browser/sync/profile_sync_service_autofill_unittest.cc syncer::WriteNode node(&trans); node 643 chrome/browser/sync/profile_sync_service_autofill_unittest.cc node.InitUniqueByCreation(syncer::AUTOFILL_PROFILE, node 652 chrome/browser/sync/profile_sync_service_autofill_unittest.cc node.SetAutofillProfileSpecifics(*profile_specifics); node 85 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(trans_); node 87 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_TRUE(node.InitBookmarkByCreation(parent, NULL)); node 92 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_TRUE(node.InitBookmarkByCreation(parent, &predecessor)); node 94 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(node.GetPredecessorId(), predecessor_id); node 95 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(node.GetParentId(), parent_id); node 96 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetIsFolder(is_folder); node 97 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetTitle(title); node 99 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc sync_pb::BookmarkSpecifics specifics(node.GetBookmarkSpecifics()); node 104 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetBookmarkSpecifics(specifics); node 108 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc record.id = node.GetId(); node 110 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return node.GetId(); node 156 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(trans_); node 157 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(id)); node 158 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc if (node.GetIsFolder()) node 159 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_FALSE(node.GetFirstChildId()); node 160 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.GetMutableEntryForTest()->PutServerIsDel(true); node 161 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.Tombstone(); node 165 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::ReadNode node(trans_); node 166 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(BaseNode::INIT_FAILED_ENTRY_IS_DEL, node.InitByIdLookup(id)); node 182 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(trans_); node 183 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(id)); node 184 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc std::string old_title = node.GetTitle(); node 185 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetTitle(new_title); node 196 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(trans_); node 197 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(id)); node 198 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 old_parent_id = node.GetParentId(); node 200 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_TRUE(node.SetPosition(parent, NULL)); node 205 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_TRUE(node.SetPosition(parent, &predecessor)); node 212 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(trans_); node 213 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ASSERT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(id)); node 214 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc sync_pb::BookmarkSpecifics specifics = node.GetBookmarkSpecifics(); node 216 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetBookmarkSpecifics(specifics); node 222 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(trans_); node 223 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ASSERT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(id)); node 224 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc sync_pb::BookmarkSpecifics specifics = node.GetBookmarkSpecifics(); node 226 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetBookmarkSpecifics(specifics); node 355 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(trans); node 356 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_TRUE(node.InitBookmarkByCreation(bookmark_bar, NULL)); node 357 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetIsFolder(true); node 358 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetTitle(base::ASCIIToWide(title)); node 360 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return node.GetId(); node 383 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(trans); node 384 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_TRUE(node.InitBookmarkByCreation(parent, NULL)); node 385 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetIsFolder(false); node 386 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetTitle(base::ASCIIToWide(title)); node 387 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetBookmarkSpecifics(specifics); node 389 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return node.GetId(); node 408 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::ReadNode node(&trans); node 409 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc if (node.InitByTagLookup(syncer::ModelTypeToRootTag(syncer::BOOKMARKS)) != node 412 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return node.GetTotalNodeCount(); node 467 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::WriteNode node(&trans); node 468 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc if (!node.InitBookmarkByCreation(root, predecessor)) node 470 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetIsFolder(true); node 471 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.GetMutableEntryForTest()->PutUniqueServerTag(permanent_tags[i]); node 472 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetTitle(base::UTF8ToWide(permanent_tags[i])); node 473 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetExternalId(0); node 474 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc last_child_id = node.GetId(); node 649 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc void ExpectSyncerNodeKnown(const BookmarkNode* node) { node 650 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 sync_id = model_associator_->GetSyncIdFromChromeId(node->id()); node 654 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc void ExpectSyncerNodeUnknown(const BookmarkNode* node) { node 655 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 sync_id = model_associator_->GetSyncIdFromChromeId(node->id()); node 674 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node = node 676 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ASSERT_TRUE(node); node 680 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(node->parent(), parent); node 1158 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node = node 1160 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ExpectSyncerNodeMatching(node); node 1168 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ASSERT_TRUE(InitSyncNodeFromChromeNode(node, &sync_node)); node 1173 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ExpectSyncerNodeKnown(node); node 1177 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->AddFolder(node, 0, base::ASCIIToUTF16("nested")); node 1305 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc void PopulateFromTestData(const BookmarkNode* node, node 1309 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc void CompareWithTestData(const BookmarkNode* node, node 1321 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node, node 1442 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node, node 1446 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc DCHECK(node); node 1448 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc DCHECK(node->is_folder()); node 1454 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->AddURLWithCreationTime(node, i, base::WideToUTF16Hack(item.title), node 1457 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->AddFolder(node, i, base::WideToUTF16Hack(item.title)); node 1464 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node, node 1468 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc DCHECK(node); node 1470 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc DCHECK(node->is_folder()); node 1471 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ASSERT_EQ(size, node->child_count()); node 1473 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* child_node = node->GetChild(i); node 1916 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node = model_->bookmark_bar_node()->GetChild(0); node 1917 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ASSERT_TRUE(node); node 1918 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_TRUE(node->is_url()); node 1919 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(base::WideToUTF16Hack(kTitle), node->GetTitle()); node 1920 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(kUrl, node->url().possibly_invalid_spec()); node 1921 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(node->date_added(), base::Time::FromInternalValue(30)); node 1951 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node = folder_node->GetChild(0); node 1952 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ASSERT_TRUE(node->GetMetaInfoMap()); node 1953 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(node_meta_info, *node->GetMetaInfoMap()); node 1967 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ASSERT_TRUE(node->GetMetaInfoMap()); node 1968 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(node_meta_info, *node->GetMetaInfoMap()); node 1982 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node = model_->AddURL(folder_node, 0, node 1989 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->SetNodeMetaInfo(node, "node", "nodevalue"); node 1990 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->SetNodeMetaInfo(node, "other", "othervalue"); node 1995 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->SetNodeMetaInfo(node, "node", "changednodevalue"); node 1996 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->DeleteNodeMetaInfo(node, "other"); node 1997 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->SetNodeMetaInfo(node, "newkey", "newkeyvalue"); node 2022 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const BookmarkNode* node, node 2027 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc GetTransactionVersions(node, &bnodes_versions); node 106 chrome/browser/sync/profile_sync_service_preference_unittest.cc syncer::WriteNode node(&trans); node 114 chrome/browser/sync/profile_sync_service_preference_unittest.cc node.InitUniqueByCreation(syncer::PREFERENCES, root, name); node 116 chrome/browser/sync/profile_sync_service_preference_unittest.cc return WriteSyncedValue(name, value, &node); node 172 chrome/browser/sync/profile_sync_service_preference_unittest.cc syncer::ReadNode node(&trans); node 173 chrome/browser/sync/profile_sync_service_preference_unittest.cc if (node.InitByTagLookup(syncer::ModelTypeToRootTag(syncer::PREFERENCES)) != node 176 chrome/browser/sync/profile_sync_service_preference_unittest.cc return node.GetTotalNodeCount() - 1; node 242 chrome/browser/sync/profile_sync_service_preference_unittest.cc syncer::ReadNode node(&trans); node 244 chrome/browser/sync/profile_sync_service_preference_unittest.cc if (node.InitByClientTagLookup(syncer::PREFERENCES, name) != node 250 chrome/browser/sync/profile_sync_service_preference_unittest.cc node.GetEntitySpecifics().preference()); node 257 chrome/browser/sync/profile_sync_service_preference_unittest.cc syncer::WriteNode* node) { node 264 chrome/browser/sync/profile_sync_service_preference_unittest.cc node->SetEntitySpecifics(sync_data.GetSpecifics()); node 265 chrome/browser/sync/profile_sync_service_preference_unittest.cc return node->GetId(); node 319 chrome/browser/sync/profile_sync_service_session_unittest.cc syncer::ReadNode node(&trans); node 321 chrome/browser/sync/profile_sync_service_session_unittest.cc node.InitByClientTagLookup(syncer::SESSIONS, machine_tag)); node 322 chrome/browser/sync/profile_sync_service_session_unittest.cc const sync_pb::SessionSpecifics& specifics(node.GetSessionSpecifics()); node 182 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc syncer::WriteNode node(&trans); node 185 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc node.InitUniqueByCreation(syncer::TYPED_URLS, typed_url_root, tag); node 187 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc TypedUrlModelAssociator::WriteToSyncNode(url, visits, &node); node 65 chrome/browser/sync/test/integration/bookmarks_helper.cc FaviconChangeObserver(BookmarkModel* model, const BookmarkNode* node) node 67 chrome/browser/sync/test/integration/bookmarks_helper.cc node_(node), node 97 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node) OVERRIDE {} node 101 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node) OVERRIDE { node 102 chrome/browser/sync/test/integration/bookmarks_helper.cc if (model == model_ && node == node_) node 103 chrome/browser/sync/test/integration/bookmarks_helper.cc model->GetFavicon(node); node 107 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node) OVERRIDE {} node 110 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node) OVERRIDE { node 111 chrome/browser/sync/test/integration/bookmarks_helper.cc if (model == model_ && node == node_) { node 112 chrome/browser/sync/test/integration/bookmarks_helper.cc if (!wait_for_load_ || (wait_for_load_ && node->is_favicon_loaded())) node 140 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node = iterator.Next(); node 141 chrome/browser/sync/test/integration/bookmarks_helper.cc if ((node->type() == node_type) && (node->GetTitle() == title)) node 195 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node) { node 199 chrome/browser/sync/test/integration/bookmarks_helper.cc urls_with_favicons_->find(node->url()) == urls_with_favicons_->end()) { node 204 chrome/browser/sync/test/integration/bookmarks_helper.cc if (!node->is_favicon_loaded()) { node 205 chrome/browser/sync/test/integration/bookmarks_helper.cc FaviconChangeObserver observer(model, node); node 206 chrome/browser/sync/test/integration/bookmarks_helper.cc model->GetFavicon(node); node 209 chrome/browser/sync/test/integration/bookmarks_helper.cc EXPECT_TRUE(node->is_favicon_loaded()); node 210 chrome/browser/sync/test/integration/bookmarks_helper.cc EXPECT_FALSE(model->GetFavicon(node).IsEmpty()); node 211 chrome/browser/sync/test/integration/bookmarks_helper.cc return FaviconData(model->GetFavicon(node), node->icon_url()); node 217 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node, node 223 chrome/browser/sync/test/integration/bookmarks_helper.cc FaviconChangeObserver observer(model, node); node 228 chrome/browser/sync/test/integration/bookmarks_helper.cc favicon_service->SetFavicons(node->url(), node 234 chrome/browser/sync/test/integration/bookmarks_helper.cc node, profile, icon_url, image.As1xPNGBytes()); node 241 chrome/browser/sync/test/integration/bookmarks_helper.cc GetFaviconData(model, node); node 494 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node, node 496 chrome/browser/sync/test/integration/bookmarks_helper.cc ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(node->id()), node) node 497 chrome/browser/sync/test/integration/bookmarks_helper.cc << "Node " << node->GetTitle() << " does not belong to " node 501 chrome/browser/sync/test/integration/bookmarks_helper.cc FindNodeInVerifier(GetBookmarkModel(profile), node, &v_node); node 504 chrome/browser/sync/test/integration/bookmarks_helper.cc GetBookmarkModel(profile)->SetTitle(node, base::WideToUTF16(new_title)); node 508 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node, node 512 chrome/browser/sync/test/integration/bookmarks_helper.cc ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(node->id()), node) node 513 chrome/browser/sync/test/integration/bookmarks_helper.cc << "Node " << node->GetTitle() << " does not belong to " node 515 chrome/browser/sync/test/integration/bookmarks_helper.cc ASSERT_EQ(BookmarkNode::URL, node->type()) node 516 chrome/browser/sync/test/integration/bookmarks_helper.cc << "Node " << node->GetTitle() << " must be a url."; node 519 chrome/browser/sync/test/integration/bookmarks_helper.cc urls_with_favicons_->insert(node->url()); node 522 chrome/browser/sync/test/integration/bookmarks_helper.cc FindNodeInVerifier(GetBookmarkModel(profile), node, &v_node); node 525 chrome/browser/sync/test/integration/bookmarks_helper.cc SetFaviconImpl(test()->GetProfile(profile), node, icon_url, image, node 530 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node, node 532 chrome/browser/sync/test/integration/bookmarks_helper.cc if (GetBookmarkModel(profile)->GetNodeByID(node->id()) != node) { node 533 chrome/browser/sync/test/integration/bookmarks_helper.cc LOG(ERROR) << "Node " << node->GetTitle() << " does not belong to " node 539 chrome/browser/sync/test/integration/bookmarks_helper.cc FindNodeInVerifier(GetBookmarkModel(profile), node, &v_node); node 543 chrome/browser/sync/test/integration/bookmarks_helper.cc if (node->is_url()) node 544 chrome/browser/sync/test/integration/bookmarks_helper.cc GetBookmarkModel(profile)->SetURL(node, new_url); node 545 chrome/browser/sync/test/integration/bookmarks_helper.cc return node; node 549 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node, node 552 chrome/browser/sync/test/integration/bookmarks_helper.cc ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(node->id()), node) node 553 chrome/browser/sync/test/integration/bookmarks_helper.cc << "Node " << node->GetTitle() << " does not belong to " node 559 chrome/browser/sync/test/integration/bookmarks_helper.cc FindNodeInVerifier(GetBookmarkModel(profile), node, &v_node); node 562 chrome/browser/sync/test/integration/bookmarks_helper.cc GetBookmarkModel(profile)->Move(node, new_parent, index); node 666 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* node = iterator.Next(); node 667 chrome/browser/sync/test/integration/bookmarks_helper.cc if (node->is_folder()) node 670 chrome/browser/sync/test/integration/bookmarks_helper.cc GetBookmarkModel(profile)->GetNodesByURL(node->url(), &nodes); node 674 chrome/browser/sync/test/integration/bookmarks_helper.cc if (node->id() != (*it)->id() && node 675 chrome/browser/sync/test/integration/bookmarks_helper.cc node->parent() == (*it)->parent() && node 676 chrome/browser/sync/test/integration/bookmarks_helper.cc node->GetTitle() == (*it)->GetTitle()){ node 88 chrome/browser/sync/test/integration/bookmarks_helper.h const BookmarkNode* node, node 100 chrome/browser/sync/test/integration/bookmarks_helper.h const BookmarkNode* node, node 109 chrome/browser/sync/test/integration/bookmarks_helper.h const BookmarkNode* node, node 116 chrome/browser/sync/test/integration/bookmarks_helper.h const BookmarkNode* node, node 30 chrome/browser/sync/test/integration/enable_disable_test.cc syncer::ReadNode node(&trans); node 31 chrome/browser/sync/test/integration/enable_disable_test.cc return node.InitByTagLookup(syncer::ModelTypeToRootTag(type)) == node 1907 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* node = GetUniqueNodeByURL(0, GURL(IndexedURL(i))); node 1911 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc Move(0, node, node->parent(), rand_pos); node 1916 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* node = GetUniqueNodeByURL(1, GURL(IndexedURL(i))); node 1920 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc Move(1, node, node->parent(), rand_pos); node 1928 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* node = GetUniqueNodeByURL(1, GURL(IndexedURL(i))); node 1932 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc Move(1, node, node->parent(), rand_pos); node 1937 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* node = GetUniqueNodeByURL(0, GURL(IndexedURL(i))); node 1941 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc Move(0, node, node->parent(), rand_pos); node 452 chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc const BookmarkNode* node = bookmarks_helper::AddURL( node 454 chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc bookmarks_helper::SetFavicon(0, node, bookmark_icon_url, node 17 chrome/browser/ui/bookmarks/bookmark_editor.cc const BookmarkNode* node; node 28 chrome/browser/ui/bookmarks/bookmark_editor.cc node = model->AddURL(parent, insert_index, new_title, new_url); node 30 chrome/browser/ui/bookmarks/bookmark_editor.cc node = model->AddFolder(parent, insert_index, new_title); node 32 chrome/browser/ui/bookmarks/bookmark_editor.cc model->AddURL(node, node->child_count(), details.urls[i].second, node 41 chrome/browser/ui/bookmarks/bookmark_editor.cc return node; node 90 chrome/browser/ui/bookmarks/bookmark_editor.cc const BookmarkNode* node) { node 92 chrome/browser/ui/bookmarks/bookmark_editor.cc details.existing_node = node; node 93 chrome/browser/ui/bookmarks/bookmark_editor.cc if (node) node 94 chrome/browser/ui/bookmarks/bookmark_editor.cc details.parent_node = node->parent(); node 134 chrome/browser/ui/bookmarks/bookmark_editor.cc const BookmarkNode* node = details.existing_node; node 135 chrome/browser/ui/bookmarks/bookmark_editor.cc DCHECK(node); node 137 chrome/browser/ui/bookmarks/bookmark_editor.cc if (node->is_url()) node 138 chrome/browser/ui/bookmarks/bookmark_editor.cc model->SetURL(node, new_url); node 139 chrome/browser/ui/bookmarks/bookmark_editor.cc model->SetTitle(node, new_title); node 141 chrome/browser/ui/bookmarks/bookmark_editor.cc return node; node 156 chrome/browser/ui/bookmarks/bookmark_editor.cc const BookmarkNode* node = details.existing_node; node 157 chrome/browser/ui/bookmarks/bookmark_editor.cc DCHECK(node); node 159 chrome/browser/ui/bookmarks/bookmark_editor.cc if (new_parent != node->parent()) node 160 chrome/browser/ui/bookmarks/bookmark_editor.cc model->Move(node, new_parent, new_parent->child_count()); node 161 chrome/browser/ui/bookmarks/bookmark_editor.cc if (node->is_url()) node 162 chrome/browser/ui/bookmarks/bookmark_editor.cc model->SetURL(node, new_url); node 163 chrome/browser/ui/bookmarks/bookmark_editor.cc model->SetTitle(node, new_title); node 165 chrome/browser/ui/bookmarks/bookmark_editor.cc return node; node 41 chrome/browser/ui/bookmarks/bookmark_editor.h static EditDetails EditNode(const BookmarkNode* node); node 118 chrome/browser/ui/bookmarks/bookmark_tab_helper.cc const BookmarkNode* node) { node 127 chrome/browser/ui/bookmarks/bookmark_tab_helper.cc const BookmarkNode* node) { node 75 chrome/browser/ui/bookmarks/bookmark_tab_helper.h const BookmarkNode* node) OVERRIDE; node 79 chrome/browser/ui/bookmarks/bookmark_tab_helper.h const BookmarkNode* node) OVERRIDE; node 131 chrome/browser/ui/bookmarks/bookmark_utils.cc int ChildURLCountTotal(const BookmarkNode* node) { node 133 chrome/browser/ui/bookmarks/bookmark_utils.cc for (int i = 0; i < node->child_count(); ++i) { node 134 chrome/browser/ui/bookmarks/bookmark_utils.cc const BookmarkNode* child = node->GetChild(i); node 232 chrome/browser/ui/bookmarks/bookmark_utils.cc const BookmarkNode* node, node 236 chrome/browser/ui/bookmarks/bookmark_utils.cc nodes.push_back(node); node 240 chrome/browser/ui/bookmarks/bookmark_utils.cc bool ConfirmDeleteBookmarkNode(const BookmarkNode* node, node 242 chrome/browser/ui/bookmarks/bookmark_utils.cc DCHECK(node && node->is_folder() && !node->empty()); node 246 chrome/browser/ui/bookmarks/bookmark_utils.cc ChildURLCountTotal(node)), node 54 chrome/browser/ui/bookmarks/bookmark_utils.h const BookmarkNode* node, node 59 chrome/browser/ui/bookmarks/bookmark_utils.h bool ConfirmDeleteBookmarkNode(const BookmarkNode* node, node 28 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc Item(const BookmarkNode* node, Type type); node 33 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc const BookmarkNode* node; node 37 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc RecentlyUsedFoldersComboModel::Item::Item(const BookmarkNode* node, node 39 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc : node(node), node 46 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc return item.node == node && item.type == type; node 51 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc const BookmarkNode* node) node 67 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc RemoveNode(node->parent()); node 71 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc if (!model->is_permanent_node(node->parent())) node 72 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc items_.insert(items_.begin(), Item(node->parent(), Item::TYPE_NODE)); node 88 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc Item(node->parent(), node 104 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc return items_[index].node->GetTitle(); node 160 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc const BookmarkNode* node) { node 166 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc if (i->type == Item::TYPE_NODE && i->node->HasAncestor(node)) { node 183 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc const BookmarkNode* node) { node 188 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc const BookmarkNode* node) { node 193 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc const BookmarkNode* node) { node 198 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc const BookmarkNode* node) { node 209 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc !bookmark_model_->is_permanent_node(i->node)) { node 223 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc const BookmarkNode* node, node 229 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc if (new_parent != node->parent()) { node 232 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc bookmark_model_->Move(node, new_parent, new_parent->child_count()); node 239 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc return items_[index].node; node 242 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc void RecentlyUsedFoldersComboModel::RemoveNode(const BookmarkNode* node) { node 245 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc Item(node, Item::TYPE_NODE)); node 26 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.h RecentlyUsedFoldersComboModel(BookmarkModel* model, const BookmarkNode* node); node 52 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.h const BookmarkNode* node) OVERRIDE; node 56 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.h const BookmarkNode* node) OVERRIDE; node 58 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.h const BookmarkNode* node) OVERRIDE; node 60 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.h const BookmarkNode* node) OVERRIDE; node 63 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.h const BookmarkNode* node) OVERRIDE; node 68 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.h void MaybeChangeParent(const BookmarkNode* node, int selected_index); node 75 chrome/browser/ui/bookmarks/recently_used_folders_combo_model.h void RemoveNode(const BookmarkNode* node); node 44 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h const BookmarkNode* node) OVERRIDE; node 47 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h const BookmarkNode* node) OVERRIDE; node 49 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h const BookmarkNode* node) OVERRIDE; node 51 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h const BookmarkNode* node) OVERRIDE; node 335 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (NSImage*)faviconForNode:(const BookmarkNode*)node; node 348 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (BOOL)canEditBookmark:(const BookmarkNode*)node; node 371 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h node:(const BookmarkNode*)node; node 378 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h node:(const BookmarkNode*)node; node 380 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h node:(const BookmarkNode*)node; node 398 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (BookmarkButtonCell*)cellForBookmarkNode:(const BookmarkNode*)node; node 410 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (void)unhighlightBookmark:(const BookmarkNode*)node; node 413 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (NSMenu *)menuForFolderNode:(const BookmarkNode*)node; node 18 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h + (id)buttonCellForNode:(const BookmarkNode*)node node 167 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h - (void)faviconLoadedForNode:(const BookmarkNode*)node; node 44 chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h @property(readonly, nonatomic) const BookmarkNode* node; node 54 chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h node:(const BookmarkNode*)node node 147 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (void)openAll:(const BookmarkNode*)node node 163 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (void)addButtonForNode:(const BookmarkNode*)node node 184 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h (const BookmarkNode*)node; node 44 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h + (id)buttonCellForNode:(const BookmarkNode*)node node 56 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h - (id)initForNode:(const BookmarkNode*)node node 55 chrome/browser/ui/cocoa/bookmarks/bookmark_context_menu_cocoa_controller.h - (NSMenu*)menuForBookmarkNode:(const BookmarkNode*)node; node 107 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h - (void)selectNodeInBrowser:(const BookmarkNode*)node; node 110 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h - (void)nodeRemoved:(const BookmarkNode*)node node 179 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h - (void)selectTestNodeInBrowser:(const BookmarkNode*)node; node 27 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.h node:(const BookmarkNode*)node node 57 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h const BookmarkNode* node) OVERRIDE; node 60 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h const BookmarkNode* node) OVERRIDE; node 62 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h const BookmarkNode* node) OVERRIDE; node 64 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h const BookmarkNode* node) OVERRIDE; node 95 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h const BookmarkNode* node, node 103 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h void AddNodeToMenu(const BookmarkNode* node, NSMenu* menu, node 111 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h const BookmarkNode* node, node 121 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h void ConfigureMenuItem(const BookmarkNode* node, NSMenuItem* item, node 125 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h NSMenuItem* MenuItemForNode(const BookmarkNode* node); node 30 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h + (NSString*)menuTitleForNode:(const BookmarkNode*)node; node 33 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h + (NSString*)tooltipForNode:(const BookmarkNode*)node; node 50 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h - (void)openURLForNode:(const BookmarkNode*)node; node 45 chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h void StartObservingNode(const BookmarkNode* node); node 46 chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h void StopObservingNode(const BookmarkNode* node); node 58 chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h const BookmarkNode* node) OVERRIDE; node 61 chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h const BookmarkNode* node) OVERRIDE; node 72 chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h const BookmarkNode* node) OVERRIDE {} node 75 chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h const BookmarkNode* node) OVERRIDE {} node 47 chrome/browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h node:(const BookmarkNode*)node; node 19 chrome/browser/ui/cocoa/content_settings/cookie_tree_node.h - (id)initWithNode:(CookieTreeNode*)node; node 29 chrome/browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.h ui::TreeModelNode* node) OVERRIDE; node 36 chrome/browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.h CocoaCookieTreeNode* CocoaNodeFromTreeNode(ui::TreeModelNode* node); node 41 chrome/browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.h CocoaCookieTreeNode* FindCocoaNode(ui::TreeModelNode* node, node 28 chrome/browser/ui/cocoa/history_menu_cocoa_controller.h - (void)openURLForItem:(const HistoryMenuBridge::HistoryItem*)node; node 383 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = GetNodeForToolButton(button); node 384 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc DCHECK(node); node 395 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc node->parent()->GetIndexOf(node) >= first_hidden) { node 403 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc node, node 567 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = bar->GetChild(i); node 568 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc GtkToolItem* item = CreateBookmarkToolItem(node); node 570 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (node->is_folder()) node 752 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = GetNodeForToolButton(button); node 753 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (node) node 754 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc StartThrobbing(node); node 757 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc void BookmarkBarGtk::StartThrobbing(const BookmarkNode* node) { node 759 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc for (const BookmarkNode* parent = node; parent; node 907 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = new_parent->GetChild(new_index); node 908 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc BookmarkNodeRemoved(model, old_parent, old_index, node); node 917 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = parent->GetChild(index); node 919 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc StartThrobbing(node); node 924 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc GtkToolItem* item = CreateBookmarkToolItem(node); node 927 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (node->is_folder()) node 939 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node) { node 950 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (node->is_folder()) node 965 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node) { node 966 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (node->parent() != model_->bookmark_bar_node()) { node 970 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc int index = model_->bookmark_bar_node()->GetIndexOf(node); node 976 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc ConfigureButtonForNode(node, model, button, theme_service_); node 981 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node) { node 982 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc BookmarkNodeChanged(model, node); node 986 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node) { node 987 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (node != model_->bookmark_bar_node()) node 1024 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc GtkWidget* BookmarkBarGtk::CreateBookmarkButton(const BookmarkNode* node) { node 1026 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc ConfigureButtonForNode(node, model_, button, theme_service_); node 1031 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc int target_mask = GetCodeMask(node->is_folder()); node 1043 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (node->is_url()) { node 1059 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc GtkToolItem* BookmarkBarGtk::CreateBookmarkToolItem(const BookmarkNode* node) { node 1060 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc GtkWidget* button = CreateBookmarkButton(node); node 1131 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node, node 1141 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc nodes.push_back(node); node 1144 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc nodes.push_back(node); node 1145 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc parent = node->parent(); node 1168 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = GetNodeForToolButton(sender); node 1169 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc DCHECK(node); node 1171 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc PopupMenuForNode(sender, node, event); node 1178 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = GetNodeForToolButton(sender); node 1179 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc DCHECK(node); node 1180 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc DCHECK(node->is_url()); node 1183 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc RecordAppLaunch(browser_->profile(), node->url()); node 1184 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc chrome::OpenAll(window_->GetNativeWindow(), page_navigator_, node, node 1188 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc RecordBookmarkLaunch(node, GetBookmarkLaunchLocation()); node 1199 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = GetNodeForToolButton(button); node 1201 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc dragged_node_ = node; node 1204 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc drag_icon_ = GetDragRepresentationForNode(node, model_, theme_service_); node 1252 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = BookmarkNodeForWidget(widget); node 1254 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc node, selection_data, target_type, browser_->profile()); node 1281 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc const BookmarkNode* node = GetNodeForToolButton(sender); node 1282 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc chrome::OpenAll(window_->GetNativeWindow(), page_navigator_, node, node 190 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h void StartThrobbing(const BookmarkNode* node); node 225 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h const BookmarkNode* node) OVERRIDE; node 228 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h const BookmarkNode* node) OVERRIDE; node 230 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h const BookmarkNode* node) OVERRIDE; node 232 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h const BookmarkNode* node) OVERRIDE; node 239 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h GtkWidget* CreateBookmarkButton(const BookmarkNode* node); node 240 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h GtkToolItem* CreateBookmarkToolItem(const BookmarkNode* node); node 248 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h void PopupMenuForNode(GtkWidget* sender, const BookmarkNode* node, node 299 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc const BookmarkNode* node = model_->GetMostRecentlyAddedNodeForURL(url_); node 300 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc if (node) node 301 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc model_->Remove(node->parent(), node->parent()->GetIndexOf(node)); node 415 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc const BookmarkNode* node = model_->GetMostRecentlyAddedNodeForURL(url_); node 416 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc if (node) { node 420 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc if (new_title != node->GetTitle()) { node 421 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc model_->SetTitle(node, new_title); node 427 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc node, gtk_combo_box_get_active(GTK_COMBO_BOX(folder_combo_))); node 432 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc const BookmarkNode* node = model_->GetMostRecentlyAddedNodeForURL(url_); node 433 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc if (!node) { node 438 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc return base::UTF16ToUTF8(node->GetTitle()); node 442 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc const BookmarkNode* node = model_->GetMostRecentlyAddedNodeForURL(url_); node 454 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc if (node) { node 456 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc BookmarkEditor::EditDetails::EditNode(node), node 462 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc const BookmarkNode* node = model_->GetMostRecentlyAddedNodeForURL(url_); node 463 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc DCHECK(node); node 465 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc folder_combo_model_.reset(new RecentlyUsedFoldersComboModel(model_, node)); node 89 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc const BookmarkNode* node = data->bookmark_model->GetNodeByID( node 91 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc if (node) node 92 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc data->nodes.insert(node); node 487 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc const BookmarkNode* node) { node 489 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc details_.existing_node->HasAncestor(node)) || node 490 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc (parent_ && parent_->HasAncestor(node))) { node 503 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc BookmarkModel* model, const BookmarkNode* node) { node 74 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.h const BookmarkNode* node) OVERRIDE; node 77 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.h const BookmarkNode* node) OVERRIDE {} node 79 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.h const BookmarkNode* node) OVERRIDE; node 81 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.h const BookmarkNode* node) OVERRIDE {} node 39 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc const BookmarkNode* node, node 41 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc GdkPixbuf* pixbuf = GetPixbufForNode(node, model, true); node 57 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc void* AsVoid(const BookmarkNode* node) { node 58 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc return const_cast<BookmarkNode*>(node); node 75 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc const BookmarkNode* node, node 81 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc node_(node), node 87 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc BuildMenu(node, start_child_index, menu_); node 119 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc BookmarkModel* model, const BookmarkNode* node) { node 121 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc node_to_menu_widget_map_.find(node); node 123 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc SetImageMenuItem(it->second, node, model); node 139 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc const BookmarkNode* node = GetNodeFromMenuItem(menu_item); node 140 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc DCHECK(node); node 142 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc RecordBookmarkLaunch(node, BOOKMARK_LAUNCH_LOCATION_BAR_SUBFOLDER); node 144 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc node->url(), content::Referrer(), disposition, node 159 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc const BookmarkNode* node = parent->GetChild(i); node 162 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc gtk_image_menu_item_new_with_label(BuildMenuLabelFor(node).c_str()); node 163 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc g_object_set_data(G_OBJECT(menu_item), "bookmark-node", AsVoid(node)); node 164 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc SetImageMenuItem(menu_item, node, model_); node 169 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc if (node->is_url()) { node 172 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc } else if (node->is_folder()) { node 174 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc BuildMenu(node, 0, submenu); node 183 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc if (node->is_url()) node 196 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc if (node->is_folder()) { node 202 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc node_to_menu_widget_map_[node] = menu_item; node 247 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc const BookmarkNode* node = node 250 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc if (event->button == 2 && node && node->is_folder()) { node 251 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc chrome::OpenAll(parent_window_, page_navigator_, node, NEW_BACKGROUND_TAB, node 256 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc DCHECK_NE(is_empty_menu, !!node); node 258 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc parent = node->parent(); node 262 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc if (node) node 263 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc nodes.push_back(node); node 350 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc const BookmarkNode* node = BookmarkNodeForWidget(menu_item); node 352 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc node, model_, GtkThemeService::GetFrom(browser_->profile())); node 375 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc const BookmarkNode* node = BookmarkNodeForWidget(widget); node 377 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc node, selection_data, target_type, browser_->profile()); node 43 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.h const BookmarkNode* node, node 55 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.h const BookmarkNode* node) OVERRIDE; node 38 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc const BookmarkNode* node, node 43 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc node_(node), node 100 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc void BookmarkNodeMenuModel::AddSubMenuForNode(const BookmarkNode* node) { node 101 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc DCHECK(node->is_folder()); node 106 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc ui::EscapeWindowsStyleAccelerators(BuildMenuLabelFor(node))); node 109 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc new BookmarkNodeMenuModel(NULL, model_, node, page_navigator_, profile_); node 121 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc const BookmarkNode* node = node_->GetChild(index); node 122 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc DCHECK(node); node 123 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc RecordBookmarkLaunch(node, BOOKMARK_LAUNCH_LOCATION_WRENCH_MENU); node 125 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc node->url(), content::Referrer(), disposition, node 189 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc if (!node()) node 30 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.h const BookmarkNode* node, node 50 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.h void AddSubMenuForNode(const BookmarkNode* node); node 55 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.h const BookmarkNode* node() const { return node_; } node 56 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.h void set_node(const BookmarkNode* node) { node_ = node; } node 20 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc void AddSingleNodeToTreeStore(GtkTreeStore* store, const BookmarkNode* node, node 33 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc base::UTF16ToUTF8(node->GetTitle()).c_str(), node 35 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc node->id(), node 40 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc node->type() == BookmarkNode::FOLDER, node 81 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc const BookmarkNode* node = bb_node->GetChild(j); node 82 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc if (node->is_folder() && node->id() == id) { node 83 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc child_bb_node = node; node 156 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc void AddToTreeStoreAt(const BookmarkNode* node, int64 selected_id, node 159 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc if (!node->is_folder()) node 163 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc AddSingleNodeToTreeStore(store, node, &iter, parent); node 164 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc if (selected_iter && node->id() == selected_id) { node 171 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc for (int i = 0; i < node->child_count(); ++i) { node 172 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc AddToTreeStoreAt(node->GetChild(i), selected_id, store, selected_iter, node 201 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc const BookmarkNode* node = root_node->GetChild(j); node 202 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc if (node->is_folder() && node->id() == id) { node 203 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc child_node = node; node 47 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.h void AddToTreeStoreAt(const BookmarkNode* node, int64 selected_id, node 56 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc void* AsVoid(const BookmarkNode* node) { node 57 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc return const_cast<BookmarkNode*>(node); node 171 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc GdkPixbuf* GetPixbufForNode(const BookmarkNode* node, node 176 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc if (node->is_url()) { node 177 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc const gfx::Image& favicon = model->GetFavicon(node); node 230 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc GtkWidget* GetDragRepresentationForNode(const BookmarkNode* node, node 234 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc node, model, provider->UsingNativeTheme()); node 235 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc GtkWidget* widget = GetDragRepresentation(pixbuf, node->GetTitle(), provider); node 240 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc void ConfigureButtonForNode(const BookmarkNode* node, node 245 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc GetPixbufForNode(node, model, provider->UsingNativeTheme()); node 246 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc PackButton(pixbuf, node->GetTitle(), node != model->other_node(), provider, node 250 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc std::string tooltip = BuildTooltipFor(node); node 254 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc g_object_set_data(G_OBJECT(button), kBookmarkNode, AsVoid(node)); node 266 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc std::string BuildTooltipFor(const BookmarkNode* node) { node 267 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc if (node->is_folder()) node 270 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc return gtk_util::BuildTooltipTitleFor(node->GetTitle(), node->url()); node 273 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc std::string BuildMenuLabelFor(const BookmarkNode* node) { node 277 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc gfx::TruncateString(node->GetTitle(), kMaxCharsOnAMenuLabel)); node 281 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc base::UTF8ToUTF16(node->url().possibly_invalid_spec()), node 322 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc void WriteBookmarkToSelection(const BookmarkNode* node, node 326 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc DCHECK(node); node 328 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc nodes.push_back(node); node 29 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h GdkPixbuf* GetPixbufForNode(const BookmarkNode* node, node 38 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h GtkWidget* GetDragRepresentationForNode(const BookmarkNode* node, node 44 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h void ConfigureButtonForNode(const BookmarkNode* node, node 54 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h std::string BuildTooltipFor(const BookmarkNode* node); node 57 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h std::string BuildMenuLabelFor(const BookmarkNode* node); node 72 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h void WriteBookmarkToSelection(const BookmarkNode* node, node 389 chrome/browser/ui/gtk/collected_cookies_gtk.cc CookieTreeNode* node = node 391 chrome/browser/ui/gtk/collected_cookies_gtk.cc const CookieTreeNode::DetailedInfo detailed_info = node->GetDetailedInfo(); node 423 chrome/browser/ui/gtk/collected_cookies_gtk.cc CookieTreeNode* node = node 425 chrome/browser/ui/gtk/collected_cookies_gtk.cc if (node->GetDetailedInfo().node_type != node 429 chrome/browser/ui/gtk/collected_cookies_gtk.cc node); node 486 chrome/browser/ui/gtk/collected_cookies_gtk.cc CookieTreeNode* node = node 488 chrome/browser/ui/gtk/collected_cookies_gtk.cc if (node->GetDetailedInfo().node_type != node 492 chrome/browser/ui/gtk/collected_cookies_gtk.cc node); node 529 chrome/browser/ui/gtk/collected_cookies_gtk.cc CookieTreeNode* node = static_cast<CookieTreeNode*>( node 531 chrome/browser/ui/gtk/collected_cookies_gtk.cc allowed_cookies_tree_model_->DeleteCookieNode(node); node 73 chrome/browser/ui/gtk/gtk_tree.cc GList* node; node 74 chrome/browser/ui/gtk/gtk_tree.cc for (node = list; node != NULL; node = node->next) { node 76 chrome/browser/ui/gtk/gtk_tree.cc gtk_tree::GetRowNumForPath(static_cast<GtkTreePath*>(node->data))); node 375 chrome/browser/ui/gtk/gtk_tree.cc ui::TreeModelNode* node; node 377 chrome/browser/ui/gtk/gtk_tree.cc COL_NODE_PTR, &node, node 379 chrome/browser/ui/gtk/gtk_tree.cc return node; node 382 chrome/browser/ui/gtk/gtk_tree.cc void TreeAdapter::FillRow(GtkTreeIter* iter, ui::TreeModelNode* node) { node 384 chrome/browser/ui/gtk/gtk_tree.cc int icon_index = tree_model_->GetIconIndex(node); node 391 chrome/browser/ui/gtk/gtk_tree.cc COL_TITLE, base::UTF16ToUTF8(node->GetTitle()).c_str(), node 392 chrome/browser/ui/gtk/gtk_tree.cc COL_NODE_PTR, node, node 403 chrome/browser/ui/gtk/gtk_tree.cc ui::TreeModelNode* node = tree_model_->GetChild(parent_node, i); node 405 chrome/browser/ui/gtk/gtk_tree.cc Fill(&iter, node); node 409 chrome/browser/ui/gtk/gtk_tree.cc GtkTreePath* TreeAdapter::GetTreePath(ui::TreeModelNode* node) { node 411 chrome/browser/ui/gtk/gtk_tree.cc ui::TreeModelNode* parent = node; node 415 chrome/browser/ui/gtk/gtk_tree.cc int idx = tree_model_->GetIndexOf(parent, node); node 417 chrome/browser/ui/gtk/gtk_tree.cc node = parent; node 423 chrome/browser/ui/gtk/gtk_tree.cc bool TreeAdapter::GetTreeIter(ui::TreeModelNode* node, GtkTreeIter* iter) { node 424 chrome/browser/ui/gtk/gtk_tree.cc GtkTreePath* path = GetTreePath(node); node 469 chrome/browser/ui/gtk/gtk_tree.cc ui::TreeModelNode* node) { node 472 chrome/browser/ui/gtk/gtk_tree.cc if (GetTreeIter(node, &iter)) node 473 chrome/browser/ui/gtk/gtk_tree.cc FillRow(&iter, node); node 185 chrome/browser/ui/gtk/gtk_tree.h ui::TreeModelNode* node) OVERRIDE; node 190 chrome/browser/ui/gtk/gtk_tree.h void FillRow(GtkTreeIter* iter, ui::TreeModelNode* node); node 197 chrome/browser/ui/gtk/gtk_tree.h GtkTreePath* GetTreePath(ui::TreeModelNode* node); node 200 chrome/browser/ui/gtk/gtk_tree.h bool GetTreeIter(ui::TreeModelNode* node, GtkTreeIter* iter); node 555 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node) { node 556 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node == model_->other_node()) node 558 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node == model_->bookmark_bar_node()) node 560 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int index = model_->bookmark_bar_node()->GetIndexOf(node); node 561 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (index == -1 || !node->is_folder()) node 851 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node; node 853 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node = model_->other_node(); node 855 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node = model_->bookmark_bar_node(); node 857 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node = model_->bookmark_bar_node()->GetChild(location.index); node 858 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc StartShowFolderDropMenuTimer(node); node 965 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node = model_->GetMostRecentlyAddedNodeForURL(url); node 966 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (!node) node 968 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc StartThrobbing(node, false); node 980 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node = model_->bookmark_bar_node(); node 981 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc DCHECK(node); node 983 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc for (int i = 0, child_count = node->child_count(); i < child_count; ++i) node 984 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc AddChildViewAt(CreateBookmarkButton(node->GetChild(i)), i); node 1027 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node) { node 1029 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (bookmark_menu_ && bookmark_menu_->node() == node) node 1049 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node) { node 1050 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc BookmarkNodeChangedImpl(model, node); node 1054 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node) { node 1055 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node != model_->bookmark_bar_node()) node 1066 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc for (int i = 0, child_count = node->child_count(); i < child_count; ++i) node 1067 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc AddChildViewAt(CreateBookmarkButton(node->GetChild(i)), i); node 1075 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node) { node 1076 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc BookmarkNodeChangedImpl(model, node); node 1132 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node = model_->bookmark_bar_node()->GetChild(i); node 1134 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node && node->is_folder()) { node 1149 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node; node 1153 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node = model_->other_node(); node 1155 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node = model_->bookmark_bar_node(); node 1160 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node = model_->bookmark_bar_node()->GetChild(button_index); node 1165 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc browser_, page_navigator_, GetWidget(), node, start_index); node 1186 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node; node 1188 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node = model_->other_node(); node 1192 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node = model_->bookmark_bar_node()->GetChild(index); node 1196 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node->is_url()) { node 1197 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc RecordAppLaunch(browser_->profile(), node->url()); node 1199 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node->url(), Referrer(), disposition_from_event_flags, node 1203 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc chrome::OpenAll(GetWidget()->GetNativeWindow(), page_navigator_, node, node 1207 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc RecordBookmarkLaunch(node, GetBookmarkLaunchLocation()); node 1232 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node = node 1234 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc nodes.push_back(node); node 1235 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc parent = node->parent(); node 1356 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc views::View* BookmarkBarView::CreateBookmarkButton(const BookmarkNode* node) { node 1357 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node->is_url()) { node 1359 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc this, node->url(), node->GetTitle(), browser_->profile()); node 1360 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc ConfigureButton(node, button); node 1364 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc this, node->GetTitle(), this, false); node 1366 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc ConfigureButton(node, button); node 1384 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void BookmarkBarView::ConfigureButton(const BookmarkNode* node, node 1386 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc button->SetText(node->GetTitle()); node 1387 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc button->SetAccessibleName(node->GetTitle()); node 1398 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node->is_url()) { node 1399 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const gfx::Image& favicon = model_->GetFavicon(node); node 1417 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node = parent->GetChild(index); node 1421 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc StartThrobbing(node, true); node 1422 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc AddChildViewAt(CreateBookmarkButton(node), index); node 1450 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node) { node 1451 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node->parent() != model_->bookmark_bar_node()) { node 1455 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int index = model_->bookmark_bar_node()->GetIndexOf(node); node 1459 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc ConfigureButton(node, button); node 1469 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void BookmarkBarView::ShowDropFolderForNode(const BookmarkNode* node) { node 1471 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (bookmark_drop_menu_->node() == node) { node 1478 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc views::MenuButton* menu_button = GetMenuButtonForNode(node); node 1483 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node == model_->bookmark_bar_node()) node 1488 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc page_navigator_, GetWidget(), node, start_index); node 1497 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void BookmarkBarView::StartShowFolderDropMenuTimer(const BookmarkNode* node) { node 1501 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc ShowDropFolderForNode(node); node 1509 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc node), node 1555 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* node = model_->bookmark_bar_node()->GetChild(i); node 1556 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (node->is_folder()) { node 1617 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void BookmarkBarView::WriteBookmarkDragData(const BookmarkNode* node, node 1619 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc DCHECK(node && data); node 1620 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc BookmarkNodeData drag_data(node); node 1624 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void BookmarkBarView::StartThrobbing(const BookmarkNode* node, node 1631 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const BookmarkNode* parent_on_bb = node; node 118 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h views::MenuButton* GetMenuButtonForNode(const BookmarkNode* node); node 217 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h const BookmarkNode* node) OVERRIDE; node 220 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h const BookmarkNode* node) OVERRIDE; node 222 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h const BookmarkNode* node) OVERRIDE; node 224 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h const BookmarkNode* node) OVERRIDE; node 302 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h views::View* CreateBookmarkButton(const BookmarkNode* node); node 309 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h void ConfigureButton(const BookmarkNode* node, views::TextButton* button); node 323 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h void BookmarkNodeChangedImpl(BookmarkModel* model, const BookmarkNode* node); node 326 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h void ShowDropFolderForNode(const BookmarkNode* node); node 332 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h void StartShowFolderDropMenuTimer(const BookmarkNode* node); node 340 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h void WriteBookmarkDragData(const BookmarkNode* node, node 347 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h void StartThrobbing(const BookmarkNode* node, bool overflow_only); node 92 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc const BookmarkNode* node = model->GetMostRecentlyAddedNodeForURL(url_); node 93 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc if (node) node 94 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc model->Remove(node->parent(), node->parent()->GetIndexOf(node)); node 287 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc const BookmarkNode* node = node 289 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc if (node) node 290 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc return node->GetTitle(); node 339 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc const BookmarkNode* node = BookmarkModelFactory::GetForProfile( node 348 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc if (node && parent) node 350 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc BookmarkEditor::EditDetails::EditNode(node), node 359 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc const BookmarkNode* node = model->GetMostRecentlyAddedNodeForURL(url_); node 360 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc if (node) { node 362 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc if (new_title != node->GetTitle()) { node 363 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc model->SetTitle(node, new_title); node 367 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc parent_model_.MaybeChangeParent(node, parent_combobox_->selected_index()); node 54 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc const BookmarkNode* node) { node 60 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc if (node->is_url()) node 116 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc const BookmarkNode* node = nodes[i]; node 117 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc int node_index = (drop_parent == node->parent()) ? node 123 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc if (drop_parent->HasAncestor(node)) node 24 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.h const BookmarkNode* node); node 151 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc ui::TreeModelNode* node) { node 153 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc EditorNode* bb_node = tree_model_->AsNode(node); node 207 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc EditorNode* node = tree_model_->AsNode(tree_view_->GetSelectedNode()); node 208 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc if (!node) node 210 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc if (node->value != 0) { node 211 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc const BookmarkNode* b_node = bb_model_->GetNodeByID(node->value); node 218 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc deletes_.push_back(node->value); node 220 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc tree_model_->Remove(node->parent(), node); node 378 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc const BookmarkNode* node) { node 380 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc details_.existing_node->HasAncestor(node)) || node 381 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc (parent_ && parent_->HasAncestor(node))) { node 394 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc BookmarkModel* model, const BookmarkNode* node) { node 511 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc BookmarkEditorView::EditorNode* node, node 513 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc if (node->value == id) node 514 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc return node; node 515 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc for (int i = 0; i < node->child_count(); ++i) { node 516 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc EditorNode* result = FindNodeWithID(node->GetChild(i), id); node 591 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc const BookmarkNode* node = bb_node->GetChild(j); node 592 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc if (node->is_folder() && node->id() == child_b_node->value) { node 593 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc child_bb_node = node; node 630 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc ui::TreeModelNode* node, node 633 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc ui::TreeNodeModel<EditorNode>::SetTitle(node, title); node 66 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h virtual void SetTitle(ui::TreeModelNode* node, node 97 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h ui::TreeModelNode* node) OVERRIDE; node 148 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h const BookmarkNode* node) OVERRIDE; node 151 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h const BookmarkNode* node) OVERRIDE {} node 153 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h const BookmarkNode* node) OVERRIDE; node 155 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h const BookmarkNode* node) OVERRIDE {} node 174 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h EditorNode* FindNodeWithID(BookmarkEditorView::EditorNode* node, int64 id); node 86 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc void ApplyEdits(BookmarkEditorView::EditorNode* node) { node 87 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc editor_->ApplyEdits(node); node 34 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc const BookmarkNode* node, node 39 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc node_(node), node 43 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc menu_delegate_->Init(this, NULL, node, start_child_index, node 174 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc const BookmarkNode* node = bookmark_bar_->GetNodeForButtonAtModelIndex( node 176 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc if (!node || !node->is_folder()) node 179 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc menu_delegate_->SetActiveMenu(node, start_index); node 180 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc *button = bookmark_bar_->GetMenuButtonForNode(node); node 48 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.h const BookmarkNode* node, node 61 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.h const BookmarkNode* node() const { return node_; } node 66 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* node, node 77 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc if ((start_child_index < node->child_count()) && node 81 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc BuildMenu(node, start_child_index, parent, &next_menu_id_); node 85 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc menu_ = CreateMenu(node, start_child_index, show_options); node 99 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc void BookmarkMenuDelegate::SetActiveMenu(const BookmarkNode* node, node 102 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc if (!node_to_menu_map_[node]) node 103 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc CreateMenu(node, start_index, HIDE_PERMANENT_FOLDERS); node 104 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc menu_ = node_to_menu_map_[node]; node 117 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* node = i->second; node 118 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc if (node->is_url()) { node 120 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc parent_, screen_loc, node->url(), node->GetTitle(), profile_); node 135 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* node = menu_id_to_node_map_[id]; node 137 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc selection.push_back(node); node 142 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc RecordBookmarkLaunch(node, location_); node 205 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* node = menu_id_to_node_map_[item->GetCommand()]; node 206 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* drop_parent = node->parent(); node 207 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc int index_to_drop_at = drop_parent->GetIndexOf(node); node 211 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc if (node == model->other_node() || node == model->mobile_node()) { node 219 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc if (node == model->mobile_node()) { node 226 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc drop_parent = node; node 227 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc index_to_drop_at = node->child_count(); node 303 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* node = menu_id_to_node_map_[menu->GetCommand()]; node 305 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc return node->parent() != GetBookmarkModel()->root_node(); node 332 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* node) { node 333 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc NodeToMenuMap::iterator menu_pair = node_to_menu_map_.find(node); node 337 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc menu_pair->second->SetIcon(model->GetFavicon(node).AsImageSkia()); node 430 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* node, node 434 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc if (!node->IsVisible() || node->GetTotalNodeCount() == 1) node 451 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc id, node->GetTitle(), *folder_icon); node 452 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc BuildMenu(node, 0, submenu, next_menu_id); node 453 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc menu_id_to_node_map_[id] = node; node 464 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* node = parent->GetChild(i); node 472 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc menu_id_to_node_map_[id] = node; node 473 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc if (node->is_url()) { node 474 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const gfx::Image& image = GetBookmarkModel()->GetFavicon(node); node 477 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc node_to_menu_map_[node] = node 478 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc menu->AppendMenuItemWithIcon(id, node->GetTitle(), *icon); node 479 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc } else if (node->is_folder()) { node 483 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc id, node->GetTitle(), *folder_icon); node 484 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc BuildMenu(node, 0, submenu, next_menu_id); node 63 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h const BookmarkNode* node, node 76 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h void SetActiveMenu(const BookmarkNode* node, int start_index); node 125 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h const BookmarkNode* node) OVERRIDE; node 150 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h void BuildMenuForPermanentNode(const BookmarkNode* node, node 58 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc const BookmarkNode* node = model_->bookmark_bar_node(); node 60 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc bookmark_menu_delegate_->Init(&test_delegate_, NULL, node, 0, node 111 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc const BookmarkNode* node = model_->bookmark_bar_node()->GetChild(1); node 113 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc bookmark_menu_delegate_->Init(&test_delegate, NULL, node, 0, node 117 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc nodes_to_remove.push_back(node->GetChild(1)); node 502 chrome/browser/ui/views/collected_cookies_views.cc ui::TreeModelNode* node = allowed_cookies_tree_->GetSelectedNode(); node 503 chrome/browser/ui/views/collected_cookies_views.cc if (node) { node 504 chrome/browser/ui/views/collected_cookies_views.cc CookieTreeNode* cookie_node = static_cast<CookieTreeNode*>(node); node 512 chrome/browser/ui/views/collected_cookies_views.cc delete_allowed_button_->SetEnabled(node != NULL); node 515 chrome/browser/ui/views/collected_cookies_views.cc node = blocked_cookies_tree_->GetSelectedNode(); node 516 chrome/browser/ui/views/collected_cookies_views.cc if (node) { node 517 chrome/browser/ui/views/collected_cookies_views.cc CookieTreeNode* cookie_node = static_cast<CookieTreeNode*>(node); node 529 chrome/browser/ui/views/collected_cookies_views.cc ui::TreeModelNode* node = allowed_cookies_tree_->GetSelectedNode(); node 530 chrome/browser/ui/views/collected_cookies_views.cc if (!node) node 531 chrome/browser/ui/views/collected_cookies_views.cc node = blocked_cookies_tree_->GetSelectedNode(); node 533 chrome/browser/ui/views/collected_cookies_views.cc if (node) { node 534 chrome/browser/ui/views/collected_cookies_views.cc CookieTreeNode* cookie_node = static_cast<CookieTreeNode*>(node); node 84 chrome/browser/ui/webui/cookies_tree_model_util.cc std::string CookiesTreeModelUtil::GetTreeNodeId(const CookieTreeNode* node) { node 85 chrome/browser/ui/webui/cookies_tree_model_util.cc CookieTreeNodeMap::const_iterator iter = node_map_.find(node); node 89 chrome/browser/ui/webui/cookies_tree_model_util.cc int32 new_id = id_map_.Add(node); node 90 chrome/browser/ui/webui/cookies_tree_model_util.cc node_map_[node] = new_id; node 95 chrome/browser/ui/webui/cookies_tree_model_util.cc const CookieTreeNode& node, node 98 chrome/browser/ui/webui/cookies_tree_model_util.cc dict->SetString(kKeyId, GetTreeNodeId(&node)); node 99 chrome/browser/ui/webui/cookies_tree_model_util.cc dict->SetString(kKeyTitle, node.GetTitle()); node 100 chrome/browser/ui/webui/cookies_tree_model_util.cc dict->SetBoolean(kKeyHasChildren, !node.empty()); node 102 chrome/browser/ui/webui/cookies_tree_model_util.cc switch (node.GetDetailedInfo().node_type) { node 114 chrome/browser/ui/webui/cookies_tree_model_util.cc const net::CanonicalCookie& cookie = *node.GetDetailedInfo().cookie; node 140 chrome/browser/ui/webui/cookies_tree_model_util.cc *node.GetDetailedInfo().database_info; node 157 chrome/browser/ui/webui/cookies_tree_model_util.cc local_storage_info = *node.GetDetailedInfo().local_storage_info; node 172 chrome/browser/ui/webui/cookies_tree_model_util.cc *node.GetDetailedInfo().appcache_info; node 188 chrome/browser/ui/webui/cookies_tree_model_util.cc *node.GetDetailedInfo().indexed_db_info; node 202 chrome/browser/ui/webui/cookies_tree_model_util.cc *node.GetDetailedInfo().file_system_info; node 226 chrome/browser/ui/webui/cookies_tree_model_util.cc *node.GetDetailedInfo().quota_info; node 249 chrome/browser/ui/webui/cookies_tree_model_util.cc *node.GetDetailedInfo().server_bound_cert; node 263 chrome/browser/ui/webui/cookies_tree_model_util.cc dict->SetString(kKeyDomain, node.GetDetailedInfo().flash_lso_domain); node 273 chrome/browser/ui/webui/cookies_tree_model_util.cc node.GetModel()->ExtensionsProtectingNode(node); node 27 chrome/browser/ui/webui/cookies_tree_model_util.h std::string GetTreeNodeId(const CookieTreeNode* node); node 48 chrome/browser/ui/webui/cookies_tree_model_util.h bool GetCookieTreeNodeDictionary(const CookieTreeNode& node, node 331 chrome/browser/ui/webui/flash_ui.cc const gpu::DxDiagNode& node = gpu_info.dx_diagnostics; node 333 chrome/browser/ui/webui/flash_ui.cc node.children.begin(); node 334 chrome/browser/ui/webui/flash_ui.cc it != node.children.end(); node 152 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* node = GetNodeByID(args); node 153 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (node) node 154 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc QueryBookmarkFolder(node); node 164 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* node = GetNodeByID(args); node 165 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (!node) node 168 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (!IsEditable(node)) { node 173 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (partner_bookmarks_shim_->IsPartnerBookmark(node)) { node 174 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (partner_bookmarks_shim_->GetPartnerBookmarksRoot() == node) node 178 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc partner_bookmarks_shim_->RemoveBookmark(node); node 182 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* parent_node = node->parent(); node 183 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc bookmark_model_->Remove(parent_node, parent_node->GetIndexOf(node)); node 191 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* node = GetNodeByID(args); node 192 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (!node) node 195 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (!IsEditable(node)) { node 202 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (partner_bookmarks_shim_->IsPartnerBookmark(node)) { node 203 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (partner_bookmarks_shim_->GetPartnerBookmarksRoot() == node) node 208 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc tab->EditBookmark(node->id(), node 209 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc GetTitle(node), node 210 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc node->is_folder(), node 211 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc partner_bookmarks_shim_->IsPartnerBookmark(node)); node 235 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc std::string BookmarksHandler::GetBookmarkIdForNtp(const BookmarkNode* node) { node 239 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (partner_bookmarks_shim_->IsPartnerBookmark(node)) node 241 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc else if (managed_bookmarks_shim_->IsManagedBookmark(node)) node 243 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc return prefix + Int64ToString(node->id()); node 252 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc void BookmarksHandler::PopulateBookmark(const BookmarkNode* node, node 258 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (!IsReachable(node)) node 262 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc filler_value->SetString("title", GetTitle(node)); node 263 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc filler_value->SetBoolean("editable", IsEditable(node)); node 264 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (node->is_url()) { node 266 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc filler_value->SetString("url", node->url().spec()); node 270 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc filler_value->SetString("id", GetBookmarkIdForNtp(node)); node 271 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc filler_value->SetString("type", BookmarkTypeAsString(node->type())); node 325 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc void BookmarksHandler::QueryBookmarkFolder(const BookmarkNode* node) { node 327 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (node->is_folder() && IsReachable(node)) { node 329 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc PopulateBookmarksInFolder(node, &result); node 387 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* node) { node 393 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc result.SetString(kNodeIdParam, Int64ToString(node->id())); node 416 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* node) { node 420 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc DCHECK(!partner_bookmarks_shim_->IsPartnerBookmark(node)); node 422 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc SetParentInBookmarksResult(node->parent(), &result); node 423 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc result.SetString(kNodeIdParam, Int64ToString(node->id())); node 446 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* node = GetNodeByID(args); node 447 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (!node) node 454 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc node->url(), node 461 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc node), node 466 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* node, node 481 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc tab->AddShortcutToBookmark(node->url(), node 482 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc GetTitle(node), node 527 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc const BookmarkNode* node) const { node 529 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (node == managed_bookmarks_shim_->GetManagedBookmarksRoot() || node 530 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc node == partner_bookmarks_shim_->GetPartnerBookmarksRoot()) { node 534 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc return node->parent(); node 537 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc base::string16 BookmarksHandler::GetTitle(const BookmarkNode* node) const { node 539 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (partner_bookmarks_shim_->IsPartnerBookmark(node)) node 540 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc return partner_bookmarks_shim_->GetTitle(node); node 542 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc return node->GetTitle(); node 545 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc bool BookmarksHandler::IsReachable(const BookmarkNode* node) const { node 547 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (!partner_bookmarks_shim_->IsPartnerBookmark(node)) node 550 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc return partner_bookmarks_shim_->IsReachable(node); node 553 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc bool BookmarksHandler::IsEditable(const BookmarkNode* node) const { node 559 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (!node || node 560 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc (node->type() != BookmarkNode::FOLDER && node 561 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc node->type() != BookmarkNode::URL)) { node 570 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc if (partner_bookmarks_shim_->IsPartnerBookmark(node)) node 573 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc return !managed_bookmarks_shim_->IsManagedBookmark(node); node 576 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc bool BookmarksHandler::IsRoot(const BookmarkNode* node) const { node 579 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc return node->is_root() && node 580 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc node != partner_bookmarks_shim_->GetPartnerBookmarksRoot() && node 581 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc node != managed_bookmarks_shim_->GetManagedBookmarksRoot(); node 80 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h const BookmarkNode* node) OVERRIDE; node 85 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h const BookmarkNode* node) OVERRIDE; node 121 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h std::string GetBookmarkIdForNtp(const BookmarkNode* node); node 130 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h void PopulateBookmark(const BookmarkNode* node, base::ListValue* result); node 138 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h void QueryBookmarkFolder(const BookmarkNode* node); node 150 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h const BookmarkNode* node, node 158 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h const BookmarkNode* GetParentOf(const BookmarkNode* node) const; node 161 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h base::string16 GetTitle(const BookmarkNode* node) const; node 164 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h bool IsReachable(const BookmarkNode* node) const; node 167 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h bool IsEditable(const BookmarkNode* node) const; node 171 chrome/browser/ui/webui/ntp/android/bookmarks_handler.h bool IsRoot(const BookmarkNode* node) const; node 232 chrome/browser/ui/webui/options/cookies_view_handler.cc const CookieTreeNode* node = model_util_->GetTreeNodeFromPath( node 234 chrome/browser/ui/webui/options/cookies_view_handler.cc if (node) node 235 chrome/browser/ui/webui/options/cookies_view_handler.cc cookies_tree_model_->DeleteCookieNode(const_cast<CookieTreeNode*>(node)); node 245 chrome/browser/ui/webui/options/cookies_view_handler.cc const CookieTreeNode* node = model_util_->GetTreeNodeFromPath( node 247 chrome/browser/ui/webui/options/cookies_view_handler.cc if (node) node 248 chrome/browser/ui/webui/options/cookies_view_handler.cc SendChildren(node); node 38 chrome/browser/ui/webui/options/cookies_view_handler.h ui::TreeModelNode* node) OVERRIDE {} node 114 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node); node 140 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node) node 144 chrome/browser/undo/bookmark_undo_service.cc removed_node_(node) { node 170 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node = parent->GetChild(index_added_at); node 171 chrome/browser/undo/bookmark_undo_service.cc if (element.id() != node->id()) node 172 chrome/browser/undo/bookmark_undo_service.cc GetUndoRenumberObserver()->OnBookmarkRenumbered(element.id(), node->id()); node 175 chrome/browser/undo/bookmark_undo_service.cc UpdateBookmarkIds(element.children[i], node, 0); node 190 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node); node 209 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node) node 211 chrome/browser/undo/bookmark_undo_service.cc node_id_(node->id()), node 212 chrome/browser/undo/bookmark_undo_service.cc original_bookmark_(node) { node 218 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node = model->GetNodeByID(node_id_); node 219 chrome/browser/undo/bookmark_undo_service.cc DCHECK(node); node 221 chrome/browser/undo/bookmark_undo_service.cc model->SetTitle(node, original_bookmark_.elements[0].title); node 223 chrome/browser/undo/bookmark_undo_service.cc model->SetURL(node, original_bookmark_.elements[0].url); node 287 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node = new_parent->GetChild(new_index_); node 296 chrome/browser/undo/bookmark_undo_service.cc model->Move(node, old_parent, destination_index); node 428 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node) { node 432 chrome/browser/undo/bookmark_undo_service.cc node)); node 449 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node) { node 450 chrome/browser/undo/bookmark_undo_service.cc scoped_ptr<UndoOperation> op(new BookmarkEditOperation(profile_, node)); node 455 chrome/browser/undo/bookmark_undo_service.cc const BookmarkNode* node) { node 456 chrome/browser/undo/bookmark_undo_service.cc scoped_ptr<UndoOperation> op(new BookmarkReorderOperation(profile_, node)); node 51 chrome/browser/undo/bookmark_undo_service.h const BookmarkNode* node) OVERRIDE; node 54 chrome/browser/undo/bookmark_undo_service.h const BookmarkNode* node) OVERRIDE; node 56 chrome/browser/undo/bookmark_undo_service.h const BookmarkNode* node) OVERRIDE; node 71 chrome/browser/undo/bookmark_undo_service_test.cc const BookmarkNode* node = parent->GetChild(0); node 72 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("foo")); node 73 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.bar.com")); node 92 chrome/browser/undo/bookmark_undo_service_test.cc const BookmarkNode* node = parent->GetChild(0); node 93 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("foo")); node 94 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.bar.com")); node 129 chrome/browser/undo/bookmark_undo_service_test.cc const BookmarkNode* node = model->other_node()->GetChild(0); node 130 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("foo")); node 131 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.foo.com")); node 136 chrome/browser/undo/bookmark_undo_service_test.cc node = model->other_node()->GetChild(0); node 137 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("bar")); node 138 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.bar.com")); node 236 chrome/browser/undo/bookmark_undo_service_test.cc const BookmarkNode* node = model->other_node()->GetChild(0); node 237 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("Renamed")); node 239 chrome/browser/undo/bookmark_undo_service_test.cc node = model->other_node()->GetChild(0)->GetChild(0); node 240 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("foo")); node 241 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.foo.com")); node 246 chrome/browser/undo/bookmark_undo_service_test.cc node = model->other_node()->GetChild(0); node 247 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("folder")); node 263 chrome/browser/undo/bookmark_undo_service_test.cc node = model->other_node()->GetChild(0); node 264 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("Renamed")); node 265 chrome/browser/undo/bookmark_undo_service_test.cc node = model->other_node()->GetChild(0)->GetChild(0); node 266 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("foo")); node 267 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.foo.com")); node 287 chrome/browser/undo/bookmark_undo_service_test.cc const BookmarkNode* node = parent->GetChild(0); node 288 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("foo")); node 289 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.foo.com")); node 291 chrome/browser/undo/bookmark_undo_service_test.cc node = parent->GetChild(1); node 292 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("moo")); node 293 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.moo.com")); node 295 chrome/browser/undo/bookmark_undo_service_test.cc node = parent->GetChild(2); node 296 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("bar")); node 297 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.bar.com")); node 301 chrome/browser/undo/bookmark_undo_service_test.cc node = parent->GetChild(0); node 302 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("bar")); node 303 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.bar.com")); node 305 chrome/browser/undo/bookmark_undo_service_test.cc node = parent->GetChild(1); node 306 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("foo")); node 307 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.foo.com")); node 309 chrome/browser/undo/bookmark_undo_service_test.cc node = parent->GetChild(2); node 310 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("moo")); node 311 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.moo.com")); node 339 chrome/browser/undo/bookmark_undo_service_test.cc const BookmarkNode* node = model->other_node()->GetChild(1)->GetChild(0); node 340 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("bar")); node 341 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.bar.com")); node 345 chrome/browser/undo/bookmark_undo_service_test.cc node = model->bookmark_bar_node()->GetChild(1)->GetChild(0); node 346 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("b")); node 347 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.b.com")); node 374 chrome/browser/undo/bookmark_undo_service_test.cc const BookmarkNode* node = new_folder->GetChild(0); node 375 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("bar")); node 376 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.bar.com")); node 389 chrome/browser/undo/bookmark_undo_service_test.cc node = new_folder->GetChild(0); node 390 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("bar")); node 391 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.bar.com")); node 414 chrome/browser/undo/bookmark_undo_service_test.cc const BookmarkNode* node = model->other_node()->GetChild(0); node 415 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("foo")); node 416 chrome/browser/undo/bookmark_undo_service_test.cc EXPECT_EQ(node->url(), GURL("http://www.foo.com")); node 135 chrome/browser/web_resource/notification_promo.cc const base::Value* node, node 137 chrome/browser/web_resource/notification_promo.cc switch (node->GetType()) { node 139 chrome/browser/web_resource/notification_promo.cc const base::ListValue* list = static_cast<const base::ListValue*>(node); node 152 chrome/browser/web_resource/notification_promo.cc static_cast<const base::DictionaryValue*>(node); node 166 chrome/browser/web_resource/notification_promo.cc bool rv = node->GetAsString(&value); node 176 chrome/browser/web_resource/notification_promo.cc return node->DeepCopy(); node 51 chrome/common/extensions/update_manifest.cc static bool TagNameEquals(const xmlNode* node, const char* expected_name, node 53 chrome/common/extensions/update_manifest.cc if (node->ns != expected_namespace) { node 56 chrome/common/extensions/update_manifest.cc return 0 == strcmp(expected_name, reinterpret_cast<const char*>(node->name)); node 73 chrome/common/extensions/update_manifest.cc static std::string GetAttribute(xmlNode* node, const char* attribute_name) { node 75 chrome/common/extensions/update_manifest.cc for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) { node 114 chrome/common/extensions/update_manifest.cc static xmlNs* GetNamespace(xmlNode* node, const char* expected_href) { node 116 chrome/common/extensions/update_manifest.cc for (xmlNs* ns = node->ns; ns != NULL; ns = ns->next) { node 312 chrome/common/net/x509_certificate_model_nss.cc CERTCertListNode* node; node 313 chrome/common/net/x509_certificate_model_nss.cc for (node = CERT_LIST_HEAD(cert_list); node 314 chrome/common/net/x509_certificate_model_nss.cc !CERT_LIST_END(node, cert_list); node 315 chrome/common/net/x509_certificate_model_nss.cc node = CERT_LIST_NEXT(node)) { node 316 chrome/common/net/x509_certificate_model_nss.cc cert_handles->push_back(CERT_DupCertificate(node->cert)); node 578 chrome/renderer/chrome_render_view_observer.cc WebNode node = children.item(i); node 579 chrome/renderer/chrome_render_view_observer.cc if (!node.isElementNode()) node 581 chrome/renderer/chrome_render_view_observer.cc WebElement element = node.to<WebElement>(); node 288 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node) { node 289 chrome/renderer/printing/print_web_view_helper.cc if (!node.isNull()) node 310 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node) { node 311 chrome/renderer/printing/print_web_view_helper.cc if (frame->isPrintScalingDisabledForPlugin(node)) node 341 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node, node 352 chrome/renderer/printing/print_web_view_helper.cc bool no_plugin_scaling = frame->isPrintScalingDisabledForPlugin(node); node 538 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node, node 606 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node, node 610 chrome/renderer/printing/print_web_view_helper.cc node_to_print_(node), node 1196 chrome/renderer/printing/print_web_view_helper.cc void PrintWebViewHelper::PrintNode(const blink::WebNode& node) { node 1197 chrome/renderer/printing/print_web_view_helper.cc if (node.isNull() || !node.document().frame()) { node 1215 chrome/renderer/printing/print_web_view_helper.cc print_preview_context_.InitWithNode(node); node 1218 chrome/renderer/printing/print_web_view_helper.cc blink::WebNode duplicate_node(node); node 1226 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node) { node 1234 chrome/renderer/printing/print_web_view_helper.cc if (!CalculateNumberOfPages(frame, node, &expected_page_count)) { node 1246 chrome/renderer/printing/print_web_view_helper.cc if (!GetPrintSettingsFromUser(frame_ref.GetFrame(), node, node 1253 chrome/renderer/printing/print_web_view_helper.cc if (!RenderPagesForPrint(frame_ref.GetFrame(), node)) { node 1421 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node, node 1424 chrome/renderer/printing/print_web_view_helper.cc bool fit_to_paper_size = !(PrintingNodeOrPdfFrame(frame, node)); node 1434 chrome/renderer/printing/print_web_view_helper.cc PrepareFrameAndViewForPrint prepare(params, frame, node, ignore_css_margins_); node 1445 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node, node 1462 chrome/renderer/printing/print_web_view_helper.cc source_is_html = !PrintingNodeOrPdfFrame(frame, node); node 1525 chrome/renderer/printing/print_web_view_helper.cc frame, node, source_is_html, *job_settings, settings.params); node 1547 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node, node 1556 chrome/renderer/printing/print_web_view_helper.cc if (PrintingNodeOrPdfFrame(frame, node)) node 1557 chrome/renderer/printing/print_web_view_helper.cc margin_type = GetMarginsForPdf(frame, node); node 1579 chrome/renderer/printing/print_web_view_helper.cc const blink::WebNode& node) { node 1585 chrome/renderer/printing/print_web_view_helper.cc new PrepareFrameAndViewForPrint(print_params, frame, node, node 1984 chrome/renderer/printing/print_web_view_helper.cc return prep_frame_view_->node(); node 72 chrome/renderer/printing/print_web_view_helper.h void PrintNode(const blink::WebNode& node); node 164 chrome/renderer/printing/print_web_view_helper.h void Print(blink::WebFrame* frame, const blink::WebNode& node); node 177 chrome/renderer/printing/print_web_view_helper.h const blink::WebNode& node, node 184 chrome/renderer/printing/print_web_view_helper.h const blink::WebNode& node, node 190 chrome/renderer/printing/print_web_view_helper.h const blink::WebNode& node, node 216 chrome/renderer/printing/print_web_view_helper.h const blink::WebNode& node); node 59 chrome/renderer/spellchecker/spellcheck_provider.h virtual void FocusedNodeChanged(const blink::WebNode& node) OVERRIDE; node 370 chrome/renderer/translate/translate_helper.cc WebNode node = children.item(i); node 371 chrome/renderer/translate/translate_helper.cc if (!node.isElementNode()) node 373 chrome/renderer/translate/translate_helper.cc WebElement element = node.to<WebElement>(); node 51 chrome/test/chromedriver/chrome/dom_tracker.cc const base::Value* node; node 52 chrome/test/chromedriver/chrome/dom_tracker.cc if (!params.Get("node", &node)) node 55 chrome/test/chromedriver/chrome/dom_tracker.cc if (!ProcessNode(node)) { node 57 chrome/test/chromedriver/chrome/dom_tracker.cc base::JSONWriter::Write(node, &json); node 74 chrome/test/chromedriver/chrome/dom_tracker.cc const base::Value* node; node 75 chrome/test/chromedriver/chrome/dom_tracker.cc if (!nodes_list->Get(i, &node)) node 77 chrome/test/chromedriver/chrome/dom_tracker.cc if (!ProcessNode(node)) node 83 chrome/test/chromedriver/chrome/dom_tracker.cc bool DomTracker::ProcessNode(const base::Value* node) { node 85 chrome/test/chromedriver/chrome/dom_tracker.cc if (!node->GetAsDictionary(&dict)) node 39 chrome/test/chromedriver/chrome/dom_tracker.h bool ProcessNode(const base::Value* node); node 92 chromeos/audio/audio_device.cc AudioDevice::AudioDevice(const AudioNode& node) { node 93 chromeos/audio/audio_device.cc is_input = node.is_input; node 94 chromeos/audio/audio_device.cc id = node.id; node 95 chromeos/audio/audio_device.cc type = GetAudioType(node.type); node 96 chromeos/audio/audio_device.cc if (!node.name.empty() && node.name != "(default)") node 97 chromeos/audio/audio_device.cc display_name = node.name; node 99 chromeos/audio/audio_device.cc display_name = node.device_name; node 100 chromeos/audio/audio_device.cc device_name = node.device_name; node 102 chromeos/audio/audio_device.cc active = node.active; node 103 chromeos/audio/audio_device.cc plugged_time = node.plugged_time; node 41 chromeos/audio/audio_device.h explicit AudioDevice(const AudioNode& node); node 600 chromeos/audio/cras_audio_handler.cc AudioDevice CrasAudioHandler::GetSanitizedAudioDevice(const AudioNode& node) { node 601 chromeos/audio/cras_audio_handler.cc AudioDevice device(node); node 248 chromeos/audio/cras_audio_handler.h AudioDevice GetSanitizedAudioDevice(const AudioNode& node); node 291 chromeos/dbus/cras_audio_client.cc AudioNode node; node 292 chromeos/dbus/cras_audio_client.cc if (!GetAudioNode(response, &array_reader, &node)) { node 299 chromeos/dbus/cras_audio_client.cc if (node.type != "UNKNOWN") node 300 chromeos/dbus/cras_audio_client.cc node_list.push_back(node); node 328 chromeos/dbus/cras_audio_client.cc AudioNode *node) { node 340 chromeos/dbus/cras_audio_client.cc if (!value_reader.PopBool(&node->is_input)) node 343 chromeos/dbus/cras_audio_client.cc if (!value_reader.PopUint64(&node->id)) node 346 chromeos/dbus/cras_audio_client.cc if (!value_reader.PopString(&node->device_name)) node 349 chromeos/dbus/cras_audio_client.cc if (!value_reader.PopString(&node->type)) node 352 chromeos/dbus/cras_audio_client.cc if (!value_reader.PopString(&node->name)) node 355 chromeos/dbus/cras_audio_client.cc if (!value_reader.PopBool(&node->active)) node 358 chromeos/dbus/cras_audio_client.cc if (!value_reader.PopUint64(&node->plugged_time)) node 229 chromeos/network/client_cert_resolver_unittest.cc for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); node 230 chromeos/network/client_cert_resolver_unittest.cc !CERT_LIST_END(node, cert_list); node 231 chromeos/network/client_cert_resolver_unittest.cc node = CERT_LIST_NEXT(node)) { node 234 chromeos/network/client_cert_resolver_unittest.cc node->cert, net::X509Certificate::OSCertHandles())); node 162 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); node 163 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc !CERT_LIST_END(node, cert_list); node 164 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc node = CERT_LIST_NEXT(node)) { node 166 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc node->cert, net::X509Certificate::OSCertHandles())); node 205 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc SECKEYPrivateKeyListNode* node = PRIVKEY_LIST_HEAD(privkey_list); node 207 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc while (!PRIVKEY_LIST_END(node, privkey_list)) { node 208 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc char* name = PK11_GetPrivateKeyNickname(node->key); node 212 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc node = PRIVKEY_LIST_NEXT(node); node 222 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc SECKEYPublicKeyListNode* node = PUBKEY_LIST_HEAD(pubkey_list); node 224 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc while (!PUBKEY_LIST_END(node, pubkey_list)) { node 226 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc node = PUBKEY_LIST_NEXT(node); node 236 components/autofill/content/renderer/autofill_agent.cc void AutofillAgent::FocusedNodeChanged(const WebNode& node) { node 237 components/autofill/content/renderer/autofill_agent.cc if (node.isNull() || !node.isElementNode()) node 240 components/autofill/content/renderer/autofill_agent.cc WebElement web_element = node.toConst<WebElement>(); node 631 components/autofill/content/renderer/autofill_agent.cc WebInputElement* node) { node 633 components/autofill/content/renderer/autofill_agent.cc node->setEditingValue(value.substr(0, node->maxLength())); node 634 components/autofill/content/renderer/autofill_agent.cc node->setAutofilled(true); node 638 components/autofill/content/renderer/autofill_agent.cc WebInputElement* node) { node 640 components/autofill/content/renderer/autofill_agent.cc node->setSuggestedValue(value.substr(0, node->maxLength())); node 641 components/autofill/content/renderer/autofill_agent.cc node->setAutofilled(true); node 642 components/autofill/content/renderer/autofill_agent.cc node->setSelectionRange(node->value().length(), node 643 components/autofill/content/renderer/autofill_agent.cc node->suggestedValue().length()); node 68 components/autofill/content/renderer/autofill_agent.h virtual void FocusedNodeChanged(const blink::WebNode& node) OVERRIDE; node 151 components/autofill/content/renderer/autofill_agent.h const blink::WebNode& node, node 157 components/autofill/content/renderer/autofill_agent.h blink::WebInputElement* node); node 163 components/autofill/content/renderer/autofill_agent.h blink::WebInputElement* node); node 83 components/autofill/content/renderer/form_autofill_util.cc bool HasTagName(const WebNode& node, const blink::WebString& tag) { node 84 components/autofill/content/renderer/form_autofill_util.cc return node.isElementNode() && node.toConst<WebElement>().hasHTMLTagName(tag); node 136 components/autofill/content/renderer/form_autofill_util.cc base::string16 FindChildTextInner(const WebNode& node, int depth) { node 137 components/autofill/content/renderer/form_autofill_util.cc if (depth <= 0 || node.isNull()) node 141 components/autofill/content/renderer/form_autofill_util.cc if (node.nodeType() == WebNode::CommentNode) node 142 components/autofill/content/renderer/form_autofill_util.cc return FindChildTextInner(node.nextSibling(), depth - 1); node 144 components/autofill/content/renderer/form_autofill_util.cc if (node.nodeType() != WebNode::ElementNode && node 145 components/autofill/content/renderer/form_autofill_util.cc node.nodeType() != WebNode::TextNode) node 149 components/autofill/content/renderer/form_autofill_util.cc if (node.isElementNode()) { node 150 components/autofill/content/renderer/form_autofill_util.cc const WebElement element = node.toConst<WebElement>(); node 161 components/autofill/content/renderer/form_autofill_util.cc base::string16 node_text = node.nodeValue(); node 165 components/autofill/content/renderer/form_autofill_util.cc base::string16 child_text = FindChildTextInner(node.firstChild(), depth - 1); node 166 components/autofill/content/renderer/form_autofill_util.cc bool add_space = node.nodeType() == WebNode::TextNode && node_text.empty(); node 172 components/autofill/content/renderer/form_autofill_util.cc FindChildTextInner(node.nextSibling(), depth - 1); node 173 components/autofill/content/renderer/form_autofill_util.cc add_space = node.nodeType() == WebNode::TextNode && node_text.empty(); node 185 components/autofill/content/renderer/form_autofill_util.cc base::string16 FindChildText(const WebNode& node) { node 186 components/autofill/content/renderer/form_autofill_util.cc if (node.isTextNode()) node 187 components/autofill/content/renderer/form_autofill_util.cc return node.nodeValue(); node 189 components/autofill/content/renderer/form_autofill_util.cc WebNode child = node.firstChild(); node 351 components/autofill/content/renderer/form_autofill_util.cc WebNode node = element.parentNode(); node 359 components/autofill/content/renderer/form_autofill_util.cc while (inferred_label.empty() && !node.isNull()) { node 360 components/autofill/content/renderer/form_autofill_util.cc if (HasTagName(node, kDiv)) { node 362 components/autofill/content/renderer/form_autofill_util.cc inferred_label = FindChildText(node); node 364 components/autofill/content/renderer/form_autofill_util.cc (HasTagName(node, kTable) || HasTagName(node, kFieldSet))) { node 369 components/autofill/content/renderer/form_autofill_util.cc if (node.previousSibling().isNull()) { node 375 components/autofill/content/renderer/form_autofill_util.cc node = node.parentNode(); node 377 components/autofill/content/renderer/form_autofill_util.cc node = node.previousSibling(); node 607 components/autofill/content/renderer/form_autofill_util.cc bool IsWebNodeVisibleImpl(const blink::WebNode& node, const int depth) { node 610 components/autofill/content/renderer/form_autofill_util.cc if (node.hasNonEmptyBoundingBox()) node 616 components/autofill/content/renderer/form_autofill_util.cc const_cast<blink::WebNode&>(node).childNodes(); node 674 components/autofill/content/renderer/form_autofill_util.cc bool IsWebNodeVisible(const blink::WebNode& node) { node 679 components/autofill/content/renderer/form_autofill_util.cc return IsWebNodeVisibleImpl(node, kNodeSearchDepth); node 76 components/autofill/content/renderer/form_autofill_util.h bool IsWebNodeVisible(const blink::WebNode& node); node 36 components/autofill/content/renderer/page_click_tracker.cc const WebInputElement GetTextWebInputElement(const WebNode& node) { node 37 components/autofill/content/renderer/page_click_tracker.cc if (!node.isElementNode()) node 39 components/autofill/content/renderer/page_click_tracker.cc const WebElement element = node.toConst<WebElement>(); node 51 components/autofill/content/renderer/page_click_tracker.cc const WebTextAreaElement GetTextWebTextAreaElement(const WebNode& node) { node 52 components/autofill/content/renderer/page_click_tracker.cc if (!node.isElementNode()) node 54 components/autofill/content/renderer/page_click_tracker.cc const WebElement element = node.toConst<WebElement>(); node 145 components/autofill/content/renderer/page_click_tracker.cc WebNode node = mouse_event.target(); node 146 components/autofill/content/renderer/page_click_tracker.cc if (node.isNull()) node 151 components/autofill/content/renderer/page_click_tracker.cc HandleTextFieldMaybeLosingFocus(node); node 154 components/autofill/content/renderer/page_click_tracker.cc if (GetTextWebInputElement(node).isNull() && node 155 components/autofill/content/renderer/page_click_tracker.cc GetTextWebTextAreaElement(node).isNull()) node 158 components/autofill/content/renderer/page_click_tracker.cc last_node_clicked_ = node; node 159 components/autofill/content/renderer/page_click_tracker.cc was_focused_ = (node.document().focusedElement() == last_node_clicked_); node 348 components/autofill/content/renderer/password_autofill_agent.cc const blink::WebNode& node, node 352 components/autofill/content/renderer/password_autofill_agent.cc if (!FindLoginInfo(node, &input, &password)) node 365 components/autofill/content/renderer/password_autofill_agent.cc const blink::WebNode& node) { node 368 components/autofill/content/renderer/password_autofill_agent.cc return FindLoginInfo(node, &input, &password); node 884 components/autofill/content/renderer/password_autofill_agent.cc bool PasswordAutofillAgent::FindLoginInfo(const blink::WebNode& node, node 887 components/autofill/content/renderer/password_autofill_agent.cc if (!node.isElementNode()) node 890 components/autofill/content/renderer/password_autofill_agent.cc blink::WebElement element = node.toConst<blink::WebElement>(); node 43 components/autofill/content/renderer/password_autofill_agent.h bool DidAcceptAutofillSuggestion(const blink::WebNode& node, node 48 components/autofill/content/renderer/password_autofill_agent.h bool DidClearAutofillSelection(const blink::WebNode& node); node 168 components/autofill/content/renderer/password_autofill_agent.h bool FindLoginInfo(const blink::WebNode& node, node 268 components/autofill/content/renderer/password_generation_agent.cc void PasswordGenerationAgent::FocusedNodeChanged(const blink::WebNode& node) { node 272 components/autofill/content/renderer/password_generation_agent.cc if (node.isNull() || !node.isElementNode()) node 275 components/autofill/content/renderer/password_generation_agent.cc const blink::WebElement web_element = node.toConst<blink::WebElement>(); node 54 components/autofill/content/renderer/password_generation_agent.h virtual void FocusedNodeChanged(const blink::WebNode& node) OVERRIDE; node 161 components/keyed_service/content/browser_context_dependency_manager.cc std::string BrowserContextKeyedBaseFactoryGetNodeName(DependencyNode* node) { node 162 components/keyed_service/content/browser_context_dependency_manager.cc return static_cast<BrowserContextKeyedBaseFactory*>(node)->name(); node 15 components/keyed_service/core/dependency_graph.cc void DependencyGraph::AddNode(DependencyNode* node) { node 16 components/keyed_service/core/dependency_graph.cc all_nodes_.push_back(node); node 20 components/keyed_service/core/dependency_graph.cc void DependencyGraph::RemoveNode(DependencyNode* node) { node 21 components/keyed_service/core/dependency_graph.cc all_nodes_.erase(std::remove(all_nodes_.begin(), all_nodes_.end(), node), node 30 components/keyed_service/core/dependency_graph.cc if (temp->first == node || temp->second == node) node 79 components/keyed_service/core/dependency_graph.cc DependencyNode* node = queue.front(); node 81 components/keyed_service/core/dependency_graph.cc output.push_back(node); node 84 components/keyed_service/core/dependency_graph.cc edges.equal_range(node); node 26 components/keyed_service/core/dependency_graph.h void AddNode(DependencyNode* node); node 27 components/keyed_service/core/dependency_graph.h void RemoveNode(DependencyNode* node); node 30 components/keyed_service/core/dependency_graph_unittest.cc DummyNode node(&graph); node 35 components/keyed_service/core/dependency_graph_unittest.cc EXPECT_EQ(&node, construction_order[0]); node 40 components/keyed_service/core/dependency_graph_unittest.cc EXPECT_EQ(&node, destruction_order[0]); node 603 components/policy/core/common/schema.cc const PropertiesNode* node) node 605 components/policy/core/common/schema.cc it_(storage->property(node->begin)), node 606 components/policy/core/common/schema.cc end_(storage->property(node->end)) {} node 641 components/policy/core/common/schema.cc const SchemaNode* node) node 642 components/policy/core/common/schema.cc : storage_(storage), node_(node) {} node 875 components/policy/core/common/schema.cc bool CompareKeys(const PropertyNode& node, const std::string& key) { node 876 components/policy/core/common/schema.cc return node.key < key; node 884 components/policy/core/common/schema.cc const PropertiesNode* node = storage_->properties(node_->extra); node 885 components/policy/core/common/schema.cc const PropertyNode* begin = storage_->property(node->begin); node 886 components/policy/core/common/schema.cc const PropertyNode* end = storage_->property(node->end); node 896 components/policy/core/common/schema.cc const PropertiesNode* node = storage_->properties(node_->extra); node 897 components/policy/core/common/schema.cc if (node->additional == kInvalid) node 899 components/policy/core/common/schema.cc return Schema(storage_, storage_->schema(node->additional)); node 116 components/policy/core/common/schema.h const internal::PropertiesNode* node); node 168 components/policy/core/common/schema.h const internal::SchemaNode* node); node 87 components/sync_driver/model_associator.h virtual void Associate(const Node* node, int64 sync_id) = 0; node 259 components/url_matcher/substring_set_matcher.cc void SubstringSetMatcher::AhoCorasickNode::SetEdge(char c, uint32 node) { node 260 components/url_matcher/substring_set_matcher.cc edges_[c] = node; node 96 components/url_matcher/substring_set_matcher.h void SetEdge(char c, uint32 node); node 64 content/browser/accessibility/accessibility_tree_formatter.cc const BrowserAccessibility& node, base::DictionaryValue* dict) { node 65 content/browser/accessibility/accessibility_tree_formatter.cc AddProperties(node, dict); node 70 content/browser/accessibility/accessibility_tree_formatter.cc for (size_t i = 0; i < node.PlatformChildCount(); ++i) { node 71 content/browser/accessibility/accessibility_tree_formatter.cc BrowserAccessibility* child_node = node.children()[i]; node 97 content/browser/accessibility/accessibility_tree_formatter.cc void AccessibilityTreeFormatter::AddProperties(const BrowserAccessibility& node, node 99 content/browser/accessibility/accessibility_tree_formatter.cc dict->SetInteger("id", node.renderer_id()); node 103 content/browser/accessibility/accessibility_tree_formatter.cc const base::DictionaryValue& node, node 106 content/browser/accessibility/accessibility_tree_formatter.cc node.GetInteger("id", &id_value); node 102 content/browser/accessibility/accessibility_tree_formatter.h void RecursiveFormatAccessibilityTree(const BrowserAccessibility& node, node 105 content/browser/accessibility/accessibility_tree_formatter.h void RecursiveBuildAccessibilityTree(const BrowserAccessibility& node, node 113 content/browser/accessibility/accessibility_tree_formatter.h void AddProperties(const BrowserAccessibility& node, node 124 content/browser/accessibility/accessibility_tree_formatter.h base::string16 ToString(const base::DictionaryValue& node, node 70 content/browser/accessibility/accessibility_tree_formatter_android.cc const BrowserAccessibility& node, base::DictionaryValue* dict) { node 72 content/browser/accessibility/accessibility_tree_formatter_android.cc static_cast<const BrowserAccessibilityAndroid*>(&node); node 18 content/browser/accessibility/accessibility_tree_formatter_gtk.cc void AccessibilityTreeFormatter::AddProperties(const BrowserAccessibility& node, node 21 content/browser/accessibility/accessibility_tree_formatter_gtk.cc const_cast<BrowserAccessibility*>(&node)->ToBrowserAccessibilityGtk(); node 37 content/browser/accessibility/accessibility_tree_formatter_gtk.cc dict->SetInteger("id", node.renderer_id()); node 41 content/browser/accessibility/accessibility_tree_formatter_gtk.cc const base::DictionaryValue& node, node 45 content/browser/accessibility/accessibility_tree_formatter_gtk.cc node.GetString("role", &role_value); node 50 content/browser/accessibility/accessibility_tree_formatter_gtk.cc node.GetString("name", &name_value); node 55 content/browser/accessibility/accessibility_tree_formatter_gtk.cc node.GetString("description", &description_value); node 62 content/browser/accessibility/accessibility_tree_formatter_gtk.cc node.GetList("states", &states_value); node 72 content/browser/accessibility/accessibility_tree_formatter_gtk.cc node.GetInteger("id", &id_value); node 60 content/browser/accessibility/accessibility_tree_formatter_win.cc const BrowserAccessibility& node, base::DictionaryValue* dict) { node 62 content/browser/accessibility/accessibility_tree_formatter_win.cc const_cast<BrowserAccessibility*>(&node)->ToBrowserAccessibilityWin(); node 135 content/browser/accessibility/accessibility_tree_formatter_win.cc BrowserAccessibility* root = node.manager()->GetRoot(); node 77 content/browser/accessibility/accessibility_win_browsertest.cc void RecursiveFindNodeInAccessibilityTree(IAccessible* node, node 84 content/browser/accessibility/accessibility_win_browsertest.cc node->get_accName(childid_self, name_bstr.Receive()); node 87 content/browser/accessibility/accessibility_win_browsertest.cc node->get_accRole(childid_self, role.Receive()); node 102 content/browser/accessibility/accessibility_win_browsertest.cc HRESULT hr = node->get_accChildCount(&child_count); node 108 content/browser/accessibility/accessibility_win_browsertest.cc node, 0, child_count, child_array.get(), &obtained_count); node 114 content/browser/accessibility/accessibility_win_browsertest.cc GetAccessibleFromResultVariant(node, &child_array.get()[index])); node 116 content/browser/accessibility/browser_accessibility_manager.cc void BrowserAccessibilityManager::RemoveNode(BrowserAccessibility* node) { node 117 content/browser/accessibility/browser_accessibility_manager.cc if (node == focus_) node 119 content/browser/accessibility/browser_accessibility_manager.cc int renderer_id = node->renderer_id(); node 154 content/browser/accessibility/browser_accessibility_manager.cc BrowserAccessibility* node = GetFromRendererID(param.id); node 155 content/browser/accessibility/browser_accessibility_manager.cc if (!node) node 161 content/browser/accessibility/browser_accessibility_manager.cc SetFocus(node, false); node 174 content/browser/accessibility/browser_accessibility_manager.cc NotifyAccessibilityEvent(event_type, node); node 181 content/browser/accessibility/browser_accessibility_manager.cc BrowserAccessibility* node = GetFromRendererID(params[i].id); node 182 content/browser/accessibility/browser_accessibility_manager.cc if (node) node 183 content/browser/accessibility/browser_accessibility_manager.cc node->SetLocation(params[i].new_location); node 196 content/browser/accessibility/browser_accessibility_manager.cc BrowserAccessibility* node, bool notify) { node 197 content/browser/accessibility/browser_accessibility_manager.cc if (focus_ != node) node 198 content/browser/accessibility/browser_accessibility_manager.cc focus_ = node; node 200 content/browser/accessibility/browser_accessibility_manager.cc if (notify && node && delegate_) node 201 content/browser/accessibility/browser_accessibility_manager.cc delegate_->SetAccessibilityFocus(node->renderer_id()); node 204 content/browser/accessibility/browser_accessibility_manager.cc void BrowserAccessibilityManager::SetRoot(BrowserAccessibility* node) { node 205 content/browser/accessibility/browser_accessibility_manager.cc root_ = node; node 210 content/browser/accessibility/browser_accessibility_manager.cc const BrowserAccessibility& node) { node 212 content/browser/accessibility/browser_accessibility_manager.cc delegate_->AccessibilityDoDefaultAction(node.renderer_id()); node 216 content/browser/accessibility/browser_accessibility_manager.cc const BrowserAccessibility& node, gfx::Rect subfocus) { node 218 content/browser/accessibility/browser_accessibility_manager.cc delegate_->AccessibilityScrollToMakeVisible(node.renderer_id(), subfocus); node 223 content/browser/accessibility/browser_accessibility_manager.cc const BrowserAccessibility& node, gfx::Point point) { node 225 content/browser/accessibility/browser_accessibility_manager.cc delegate_->AccessibilityScrollToPoint(node.renderer_id(), point); node 230 content/browser/accessibility/browser_accessibility_manager.cc const BrowserAccessibility& node, int start_offset, int end_offset) { node 233 content/browser/accessibility/browser_accessibility_manager.cc node.renderer_id(), start_offset, end_offset); node 244 content/browser/accessibility/browser_accessibility_manager.cc BrowserAccessibility* node) { node 245 content/browser/accessibility/browser_accessibility_manager.cc if (!node) node 248 content/browser/accessibility/browser_accessibility_manager.cc if (node->PlatformChildCount() > 0) node 249 content/browser/accessibility/browser_accessibility_manager.cc return node->PlatformGetChild(0); node 250 content/browser/accessibility/browser_accessibility_manager.cc while (node) { node 251 content/browser/accessibility/browser_accessibility_manager.cc if (node->parent() && node 252 content/browser/accessibility/browser_accessibility_manager.cc node->index_in_parent() < node 253 content/browser/accessibility/browser_accessibility_manager.cc static_cast<int>(node->parent()->PlatformChildCount()) - 1) { node 254 content/browser/accessibility/browser_accessibility_manager.cc return node->parent()->PlatformGetChild(node->index_in_parent() + 1); node 256 content/browser/accessibility/browser_accessibility_manager.cc node = node->parent(); node 263 content/browser/accessibility/browser_accessibility_manager.cc BrowserAccessibility* node) { node 264 content/browser/accessibility/browser_accessibility_manager.cc if (!node) node 267 content/browser/accessibility/browser_accessibility_manager.cc if (node->parent() && node->index_in_parent() > 0) { node 268 content/browser/accessibility/browser_accessibility_manager.cc node = node->parent()->PlatformGetChild(node->index_in_parent() - 1); node 269 content/browser/accessibility/browser_accessibility_manager.cc while (node->PlatformChildCount() > 0) node 270 content/browser/accessibility/browser_accessibility_manager.cc node = node->PlatformGetChild(node->PlatformChildCount() - 1); node 271 content/browser/accessibility/browser_accessibility_manager.cc return node; node 274 content/browser/accessibility/browser_accessibility_manager.cc return node->parent(); node 358 content/browser/accessibility/browser_accessibility_manager.cc BrowserAccessibility* node = factory_->Create(); node 359 content/browser/accessibility/browser_accessibility_manager.cc node->InitializeTreeStructure( node 361 content/browser/accessibility/browser_accessibility_manager.cc AddNodeToMap(node); node 362 content/browser/accessibility/browser_accessibility_manager.cc return node; node 365 content/browser/accessibility/browser_accessibility_manager.cc void BrowserAccessibilityManager::AddNodeToMap(BrowserAccessibility* node) { node 366 content/browser/accessibility/browser_accessibility_manager.cc renderer_id_map_[node->renderer_id()] = node; node 74 content/browser/accessibility/browser_accessibility_manager.h ui::AXEvent event_type, BrowserAccessibility* node) { } node 80 content/browser/accessibility/browser_accessibility_manager.h virtual void RemoveNode(BrowserAccessibility* node); node 101 content/browser/accessibility/browser_accessibility_manager.h void SetFocus(BrowserAccessibility* node, bool notify); node 104 content/browser/accessibility/browser_accessibility_manager.h void DoDefaultAction(const BrowserAccessibility& node); node 111 content/browser/accessibility/browser_accessibility_manager.h const BrowserAccessibility& node, gfx::Rect subfocus); node 116 content/browser/accessibility/browser_accessibility_manager.h const BrowserAccessibility& node, gfx::Point point); node 120 content/browser/accessibility/browser_accessibility_manager.h const BrowserAccessibility& node, int start_offset, int end_offset); node 155 content/browser/accessibility/browser_accessibility_manager.h BrowserAccessibility* NextInTreeOrder(BrowserAccessibility* node); node 156 content/browser/accessibility/browser_accessibility_manager.h BrowserAccessibility* PreviousInTreeOrder(BrowserAccessibility* node); node 163 content/browser/accessibility/browser_accessibility_manager.h const ui::AXNodeData& node, node 181 content/browser/accessibility/browser_accessibility_manager.h virtual void AddNodeToMap(BrowserAccessibility* node); node 118 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibility* node) { node 131 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj.obj(), node->renderer_id()); node 140 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj.obj(), node->renderer_id()); node 144 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj.obj(), node->renderer_id()); node 148 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj.obj(), node->renderer_id()); node 152 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj.obj(), node->renderer_id()); node 161 content/browser/accessibility/browser_accessibility_manager_android.cc static_cast<BrowserAccessibilityAndroid*>(node); node 170 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj.obj(), node->renderer_id()); node 175 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->IsEditableText()) { node 177 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj.obj(), node->renderer_id()); node 219 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibilityAndroid* node = static_cast<BrowserAccessibilityAndroid*>( node 221 content/browser/accessibility/browser_accessibility_manager_android.cc if (!node) node 224 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->parent()) { node 226 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj, info, node->parent()->renderer_id()); node 228 content/browser/accessibility/browser_accessibility_manager_android.cc for (unsigned i = 0; i < node->PlatformChildCount(); ++i) { node 230 content/browser/accessibility/browser_accessibility_manager_android.cc env, obj, info, node->children()[i]->renderer_id()); node 235 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsCheckable(), node 236 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsChecked(), node 237 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsClickable(), node 238 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsEnabled(), node 239 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsFocusable(), node 240 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsFocused(), node 241 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsPassword(), node 242 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsScrollable(), node 243 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsSelected(), node 244 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsVisibleToUser()); node 247 content/browser/accessibility/browser_accessibility_manager_android.cc base::android::ConvertUTF8ToJavaString(env, node->GetClassName()).obj()); node 250 content/browser/accessibility/browser_accessibility_manager_android.cc base::android::ConvertUTF16ToJavaString(env, node->GetText()).obj(), node 251 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsLink()); node 253 content/browser/accessibility/browser_accessibility_manager_android.cc gfx::Rect absolute_rect = node->GetLocalBoundsRect(); node 255 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->parent()) { node 256 content/browser/accessibility/browser_accessibility_manager_android.cc gfx::Rect parent_rect = node->parent()->GetLocalBoundsRect(); node 259 content/browser/accessibility/browser_accessibility_manager_android.cc bool is_root = node->parent() == NULL; node 270 content/browser/accessibility/browser_accessibility_manager_android.cc node->CanOpenPopup(), node 271 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsContentInvalid(), node 272 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsDismissable(), node 273 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsMultiLine(), node 274 content/browser/accessibility/browser_accessibility_manager_android.cc node->AndroidInputType(), node 275 content/browser/accessibility/browser_accessibility_manager_android.cc node->AndroidLiveRegionType()); node 276 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->IsCollection()) { node 279 content/browser/accessibility/browser_accessibility_manager_android.cc node->RowCount(), node 280 content/browser/accessibility/browser_accessibility_manager_android.cc node->ColumnCount(), node 281 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsHierarchical()); node 283 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->IsCollectionItem() || node->IsHeading()) { node 286 content/browser/accessibility/browser_accessibility_manager_android.cc node->RowIndex(), node 287 content/browser/accessibility/browser_accessibility_manager_android.cc node->RowSpan(), node 288 content/browser/accessibility/browser_accessibility_manager_android.cc node->ColumnIndex(), node 289 content/browser/accessibility/browser_accessibility_manager_android.cc node->ColumnSpan(), node 290 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsHeading()); node 292 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->IsRangeType()) { node 295 content/browser/accessibility/browser_accessibility_manager_android.cc node->AndroidRangeType(), node 296 content/browser/accessibility/browser_accessibility_manager_android.cc node->RangeMin(), node 297 content/browser/accessibility/browser_accessibility_manager_android.cc node->RangeMax(), node 298 content/browser/accessibility/browser_accessibility_manager_android.cc node->RangeCurrentValue()); node 306 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibilityAndroid* node = static_cast<BrowserAccessibilityAndroid*>( node 308 content/browser/accessibility/browser_accessibility_manager_android.cc if (!node) node 313 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsChecked(), node 314 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsEnabled(), node 315 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsPassword(), node 316 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsScrollable()); node 319 content/browser/accessibility/browser_accessibility_manager_android.cc base::android::ConvertUTF8ToJavaString(env, node->GetClassName()).obj()); node 322 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetItemIndex(), node 323 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetItemCount()); node 326 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetScrollX(), node 327 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetScrollY(), node 328 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetMaxScrollX(), node 329 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetMaxScrollY()); node 335 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetTextChangeFromIndex(), node 336 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetTextChangeAddedCount(), node 337 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetTextChangeRemovedCount(), node 339 content/browser/accessibility/browser_accessibility_manager_android.cc env, node->GetTextChangeBeforeText()).obj(), node 340 content/browser/accessibility/browser_accessibility_manager_android.cc base::android::ConvertUTF16ToJavaString(env, node->GetText()).obj()); node 345 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetSelectionStart(), node 346 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetSelectionEnd(), node 347 content/browser/accessibility/browser_accessibility_manager_android.cc node->GetEditableTextLength(), node 348 content/browser/accessibility/browser_accessibility_manager_android.cc base::android::ConvertUTF16ToJavaString(env, node->GetText()).obj()); node 357 content/browser/accessibility/browser_accessibility_manager_android.cc node->CanOpenPopup(), node 358 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsContentInvalid(), node 359 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsDismissable(), node 360 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsMultiLine(), node 361 content/browser/accessibility/browser_accessibility_manager_android.cc node->AndroidInputType(), node 362 content/browser/accessibility/browser_accessibility_manager_android.cc node->AndroidLiveRegionType()); node 363 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->IsCollection()) { node 366 content/browser/accessibility/browser_accessibility_manager_android.cc node->RowCount(), node 367 content/browser/accessibility/browser_accessibility_manager_android.cc node->ColumnCount(), node 368 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsHierarchical()); node 370 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->IsCollectionItem() || node->IsHeading()) { node 373 content/browser/accessibility/browser_accessibility_manager_android.cc node->RowIndex(), node 374 content/browser/accessibility/browser_accessibility_manager_android.cc node->RowSpan(), node 375 content/browser/accessibility/browser_accessibility_manager_android.cc node->ColumnIndex(), node 376 content/browser/accessibility/browser_accessibility_manager_android.cc node->ColumnSpan(), node 377 content/browser/accessibility/browser_accessibility_manager_android.cc node->IsHeading()); node 379 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->IsRangeType()) { node 382 content/browser/accessibility/browser_accessibility_manager_android.cc node->AndroidRangeType(), node 383 content/browser/accessibility/browser_accessibility_manager_android.cc node->RangeMin(), node 384 content/browser/accessibility/browser_accessibility_manager_android.cc node->RangeMax(), node 385 content/browser/accessibility/browser_accessibility_manager_android.cc node->RangeCurrentValue()); node 393 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibility* node = GetFromRendererID(id); node 394 content/browser/accessibility/browser_accessibility_manager_android.cc if (node) node 395 content/browser/accessibility/browser_accessibility_manager_android.cc DoDefaultAction(*node); node 400 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibility* node = GetFromRendererID(id); node 401 content/browser/accessibility/browser_accessibility_manager_android.cc if (node) node 402 content/browser/accessibility/browser_accessibility_manager_android.cc SetFocus(node, true); node 411 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibility* node = GetFromRendererID(id); node 412 content/browser/accessibility/browser_accessibility_manager_android.cc if (node) node 413 content/browser/accessibility/browser_accessibility_manager_android.cc ScrollToMakeVisible(*node, gfx::Rect(node->location().size())); node 428 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibilityAndroid* node = node 430 content/browser/accessibility/browser_accessibility_manager_android.cc int distance = CalculateDistanceSquared(x, y, node); node 432 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->IsFocusable()) { node 434 content/browser/accessibility/browser_accessibility_manager_android.cc *nearest_candidate = node; node 442 content/browser/accessibility/browser_accessibility_manager_android.cc if (!node->GetText().empty()) { node 444 content/browser/accessibility/browser_accessibility_manager_android.cc *nearest_candidate = node; node 450 content/browser/accessibility/browser_accessibility_manager_android.cc for (uint32 i = 0; i < node->PlatformChildCount(); i++) { node 451 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibility* child = node->PlatformGetChild(i); node 458 content/browser/accessibility/browser_accessibility_manager_android.cc int x, int y, BrowserAccessibility* node) { node 459 content/browser/accessibility/browser_accessibility_manager_android.cc gfx::Rect node_bounds = node->GetLocalBoundsRect(); node 470 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibility* node = GetFromRendererID(start_id); node 471 content/browser/accessibility/browser_accessibility_manager_android.cc if (!node) node 477 content/browser/accessibility/browser_accessibility_manager_android.cc node = forwards ? NextInTreeOrder(node) : PreviousInTreeOrder(node); node 478 content/browser/accessibility/browser_accessibility_manager_android.cc while (node) { node 481 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->role() == ui::AX_ROLE_ARTICLE || node 482 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_APPLICATION || node 483 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_BANNER || node 484 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_COMPLEMENTARY || node 485 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_CONTENT_INFO || node 486 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_HEADING || node 487 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_MAIN || node 488 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_NAVIGATION || node 489 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_SEARCH || node 490 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_REGION) { node 491 content/browser/accessibility/browser_accessibility_manager_android.cc return node->renderer_id(); node 495 content/browser/accessibility/browser_accessibility_manager_android.cc if (node->role() == ui::AX_ROLE_LIST || node 496 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_GRID || node 497 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_TABLE || node 498 content/browser/accessibility/browser_accessibility_manager_android.cc node->role() == ui::AX_ROLE_TREE) { node 499 content/browser/accessibility/browser_accessibility_manager_android.cc return node->renderer_id(); node 503 content/browser/accessibility/browser_accessibility_manager_android.cc if (static_cast<BrowserAccessibilityAndroid*>(node)->IsFocusable()) node 504 content/browser/accessibility/browser_accessibility_manager_android.cc return node->renderer_id(); node 513 content/browser/accessibility/browser_accessibility_manager_android.cc if (static_cast<BrowserAccessibilityAndroid*>(node)->IsClickable()) node 514 content/browser/accessibility/browser_accessibility_manager_android.cc return node->renderer_id(); node 518 content/browser/accessibility/browser_accessibility_manager_android.cc node = forwards ? NextInTreeOrder(node) : PreviousInTreeOrder(node); node 37 content/browser/accessibility/browser_accessibility_manager_android.h ui::AXEvent event_type, BrowserAccessibility* node) OVERRIDE; node 96 content/browser/accessibility/browser_accessibility_manager_android.h static int CalculateDistanceSquared(int x, int y, BrowserAccessibility* node); node 49 content/browser/accessibility/browser_accessibility_manager_gtk.cc BrowserAccessibility* node) { node 50 content/browser/accessibility/browser_accessibility_manager_gtk.cc if (!node->IsNative()) node 52 content/browser/accessibility/browser_accessibility_manager_gtk.cc AtkObject* atk_object = node->ToBrowserAccessibilityGtk()->GetAtkObject(); node 69 content/browser/accessibility/browser_accessibility_manager_gtk.cc BrowserAccessibilityGtk* node) { node 70 content/browser/accessibility/browser_accessibility_manager_gtk.cc AtkObject* atkObject = node->ToBrowserAccessibilityGtk()->GetAtkObject(); node 71 content/browser/accessibility/browser_accessibility_manager_gtk.cc for (unsigned int i = 0; i < node->children().size(); ++i) { node 73 content/browser/accessibility/browser_accessibility_manager_gtk.cc node->children()[i]->ToBrowserAccessibilityGtk(); node 31 content/browser/accessibility/browser_accessibility_manager_gtk.h ui::AXEvent event_type, BrowserAccessibility* node) OVERRIDE; node 36 content/browser/accessibility/browser_accessibility_manager_gtk.h void RecursivelySendChildrenChanged(BrowserAccessibilityGtk* node); node 27 content/browser/accessibility/browser_accessibility_manager_mac.h ui::AXEvent event_type, BrowserAccessibility* node) OVERRIDE; node 84 content/browser/accessibility/browser_accessibility_manager_win.cc void BrowserAccessibilityManagerWin::AddNodeToMap(BrowserAccessibility* node) { node 85 content/browser/accessibility/browser_accessibility_manager_win.cc BrowserAccessibilityManager::AddNodeToMap(node); node 86 content/browser/accessibility/browser_accessibility_manager_win.cc LONG unique_id_win = node->ToBrowserAccessibilityWin()->unique_id_win(); node 87 content/browser/accessibility/browser_accessibility_manager_win.cc unique_id_to_renderer_id_map_[unique_id_win] = node->renderer_id(); node 90 content/browser/accessibility/browser_accessibility_manager_win.cc void BrowserAccessibilityManagerWin::RemoveNode(BrowserAccessibility* node) { node 92 content/browser/accessibility/browser_accessibility_manager_win.cc node->ToBrowserAccessibilityWin()->unique_id_win()); node 93 content/browser/accessibility/browser_accessibility_manager_win.cc BrowserAccessibilityManager::RemoveNode(node); node 94 content/browser/accessibility/browser_accessibility_manager_win.cc if (node == tracked_scroll_object_) { node 116 content/browser/accessibility/browser_accessibility_manager_win.cc BrowserAccessibility* node) { node 117 content/browser/accessibility/browser_accessibility_manager_win.cc if (node->role() == ui::AX_ROLE_INLINE_TEXT_BOX) node 137 content/browser/accessibility/browser_accessibility_manager_win.cc node = GetRoot(); node 207 content/browser/accessibility/browser_accessibility_manager_win.cc LONG child_id = node->ToBrowserAccessibilityWin()->unique_id_win(); node 216 content/browser/accessibility/browser_accessibility_manager_win.cc tracked_scroll_object_->IsDescendantOf(node)) { node 226 content/browser/accessibility/browser_accessibility_manager_win.cc BrowserAccessibilityWin* node) { node 229 content/browser/accessibility/browser_accessibility_manager_win.cc tracked_scroll_object_ = node; node 47 content/browser/accessibility/browser_accessibility_manager_win.h virtual void AddNodeToMap(BrowserAccessibility* node); node 48 content/browser/accessibility/browser_accessibility_manager_win.h virtual void RemoveNode(BrowserAccessibility* node) OVERRIDE; node 52 content/browser/accessibility/browser_accessibility_manager_win.h ui::AXEvent event_type, BrowserAccessibility* node) OVERRIDE; node 57 content/browser/accessibility/browser_accessibility_manager_win.h void TrackScrollingObject(BrowserAccessibilityWin* node); node 2577 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_parentNode(ISimpleDOMNode** node) { node 2581 content/browser/accessibility/browser_accessibility_win.cc if (!node) node 2584 content/browser/accessibility/browser_accessibility_win.cc *node = parent()->ToBrowserAccessibilityWin()->NewReference(); node 2588 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_firstChild(ISimpleDOMNode** node) { node 2592 content/browser/accessibility/browser_accessibility_win.cc if (!node) node 2596 content/browser/accessibility/browser_accessibility_win.cc *node = NULL; node 2600 content/browser/accessibility/browser_accessibility_win.cc *node = PlatformGetChild(0)->ToBrowserAccessibilityWin()->NewReference(); node 2604 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_lastChild(ISimpleDOMNode** node) { node 2608 content/browser/accessibility/browser_accessibility_win.cc if (!node) node 2612 content/browser/accessibility/browser_accessibility_win.cc *node = NULL; node 2616 content/browser/accessibility/browser_accessibility_win.cc *node = PlatformGetChild(PlatformChildCount() - 1) node 2622 content/browser/accessibility/browser_accessibility_win.cc ISimpleDOMNode** node) { node 2626 content/browser/accessibility/browser_accessibility_win.cc if (!node) node 2630 content/browser/accessibility/browser_accessibility_win.cc *node = NULL; node 2634 content/browser/accessibility/browser_accessibility_win.cc *node = parent()->children()[index_in_parent() - 1]-> node 2639 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_nextSibling(ISimpleDOMNode** node) { node 2643 content/browser/accessibility/browser_accessibility_win.cc if (!node) node 2649 content/browser/accessibility/browser_accessibility_win.cc *node = NULL; node 2653 content/browser/accessibility/browser_accessibility_win.cc *node = parent()->children()[index_in_parent() + 1]-> node 2660 content/browser/accessibility/browser_accessibility_win.cc ISimpleDOMNode** node) { node 2664 content/browser/accessibility/browser_accessibility_win.cc if (!node) node 2672 content/browser/accessibility/browser_accessibility_win.cc *node = NULL; node 2676 content/browser/accessibility/browser_accessibility_win.cc *node = child->ToBrowserAccessibilityWin()->NewReference(); node 651 content/browser/accessibility/browser_accessibility_win.h CONTENT_EXPORT STDMETHODIMP get_parentNode(ISimpleDOMNode** node); node 653 content/browser/accessibility/browser_accessibility_win.h CONTENT_EXPORT STDMETHODIMP get_firstChild(ISimpleDOMNode** node); node 655 content/browser/accessibility/browser_accessibility_win.h CONTENT_EXPORT STDMETHODIMP get_lastChild(ISimpleDOMNode** node); node 657 content/browser/accessibility/browser_accessibility_win.h CONTENT_EXPORT STDMETHODIMP get_previousSibling(ISimpleDOMNode** node); node 659 content/browser/accessibility/browser_accessibility_win.h CONTENT_EXPORT STDMETHODIMP get_nextSibling(ISimpleDOMNode** node); node 662 content/browser/accessibility/browser_accessibility_win.h ISimpleDOMNode** node); node 52 content/browser/accessibility/cross_platform_accessibility_browsertest.cc const ui::AXNode* node, base::hash_set<int>* ids) { node 53 content/browser/accessibility/cross_platform_accessibility_browsertest.cc ASSERT_TRUE(ids->find(node->id()) == ids->end()); node 54 content/browser/accessibility/cross_platform_accessibility_browsertest.cc ids->insert(node->id()); node 55 content/browser/accessibility/cross_platform_accessibility_browsertest.cc for (int i = 0; i < node->child_count(); i++) node 56 content/browser/accessibility/cross_platform_accessibility_browsertest.cc RecursiveAssertUniqueIds(node->ChildAtIndex(i), ids); node 64 content/browser/accessibility/cross_platform_accessibility_browsertest.cc std::string GetAttr(const ui::AXNode* node, node 66 content/browser/accessibility/cross_platform_accessibility_browsertest.cc int GetIntAttr(const ui::AXNode* node, node 68 content/browser/accessibility/cross_platform_accessibility_browsertest.cc bool GetBoolAttr(const ui::AXNode* node, node 96 content/browser/accessibility/cross_platform_accessibility_browsertest.cc const ui::AXNode* node, node 98 content/browser/accessibility/cross_platform_accessibility_browsertest.cc const ui::AXNodeData& data = node->data(); node 109 content/browser/accessibility/cross_platform_accessibility_browsertest.cc const ui::AXNode* node, node 111 content/browser/accessibility/cross_platform_accessibility_browsertest.cc const ui::AXNodeData& data = node->data(); node 122 content/browser/accessibility/cross_platform_accessibility_browsertest.cc const ui::AXNode* node, node 124 content/browser/accessibility/cross_platform_accessibility_browsertest.cc const ui::AXNodeData& data = node->data(); node 25 content/browser/frame_host/frame_tree.cc FrameTreeNode* node) { node 26 content/browser/frame_host/frame_tree.cc if (node->frame_tree_node_id() == frame_tree_node_id) { node 27 content/browser/frame_host/frame_tree.cc *out_node = node; node 37 content/browser/frame_host/frame_tree.cc FrameTreeNode* node) { node 39 content/browser/frame_host/frame_tree.cc if (node->current_frame_host()->GetProcess()->GetID() == process_id && node 40 content/browser/frame_host/frame_tree.cc node->current_frame_host()->GetRoutingID() == routing_id) { node 41 content/browser/frame_host/frame_tree.cc *out_node = node; node 51 content/browser/frame_host/frame_tree.cc FrameTreeNode* node) { node 52 content/browser/frame_host/frame_tree.cc if (render_view_host == node->current_frame_host()->render_view_host()) node 53 content/browser/frame_host/frame_tree.cc node->ResetForNewProcess(); node 82 content/browser/frame_host/frame_tree.cc FrameTreeNode* node = NULL; node 83 content/browser/frame_host/frame_tree.cc ForEach(base::Bind(&FrameTreeNodeForId, frame_tree_node_id, &node)); node 84 content/browser/frame_host/frame_tree.cc return node; node 88 content/browser/frame_host/frame_tree.cc FrameTreeNode* node = NULL; node 90 content/browser/frame_host/frame_tree.cc base::Bind(&FrameTreeNodeForRoutingId, routing_id, process_id, &node)); node 91 content/browser/frame_host/frame_tree.cc return node; node 100 content/browser/frame_host/frame_tree.cc FrameTreeNode* node = queue.front(); node 102 content/browser/frame_host/frame_tree.cc if (!on_node.Run(node)) node 105 content/browser/frame_host/frame_tree.cc for (size_t i = 0; i < node->child_count(); ++i) node 106 content/browser/frame_host/frame_tree.cc queue.push(node->child_at(i)); node 113 content/browser/frame_host/frame_tree.cc scoped_ptr<FrameTreeNode> node(new FrameTreeNode( node 116 content/browser/frame_host/frame_tree.cc FrameTreeNode* node_ptr = node.get(); node 118 content/browser/frame_host/frame_tree.cc parent->AddChild(node.Pass(), new_routing_id); node 163 content/browser/frame_host/frame_tree.cc void FrameTree::SetFocusedFrame(FrameTreeNode* node) { node 164 content/browser/frame_host/frame_tree.cc focused_frame_tree_node_id_ = node->frame_tree_node_id(); node 95 content/browser/frame_host/frame_tree.h void SetFocusedFrame(FrameTreeNode* node); node 33 content/browser/frame_host/frame_tree_unittest.cc void AppendTreeNodeState(FrameTreeNode* node, std::string* result) { node 35 content/browser/frame_host/frame_tree_unittest.cc node->current_frame_host()->GetRoutingID())); node 36 content/browser/frame_host/frame_tree_unittest.cc if (!node->frame_name().empty()) { node 38 content/browser/frame_host/frame_tree_unittest.cc result->append(node->frame_name()); node 43 content/browser/frame_host/frame_tree_unittest.cc for (size_t i = 0; i < node->child_count(); i++) { node 45 content/browser/frame_host/frame_tree_unittest.cc AppendTreeNodeState(node->child_at(i), result); node 61 content/browser/frame_host/render_frame_host_manager.cc bool RenderFrameHostManager::ClearRFHsPendingShutdown(FrameTreeNode* node) { node 62 content/browser/frame_host/render_frame_host_manager.cc node->render_manager()->pending_delete_hosts_.clear(); node 553 content/browser/frame_host/render_frame_host_manager.cc FrameTreeNode* node) { node 555 content/browser/frame_host/render_frame_host_manager.cc node->render_manager()->swapped_out_hosts_.find(site_instance_id); node 556 content/browser/frame_host/render_frame_host_manager.cc if (iter != node->render_manager()->swapped_out_hosts_.end()) { node 564 content/browser/frame_host/render_frame_host_manager.cc node->render_manager()->weak_factory_.GetWeakPtr(), node 568 content/browser/frame_host/render_frame_host_manager.cc node->render_manager()->pending_delete_hosts_.find(site_instance_id); node 570 content/browser/frame_host/render_frame_host_manager.cc node->render_manager()->pending_delete_hosts_.end() || node 572 content/browser/frame_host/render_frame_host_manager.cc node->render_manager()->pending_delete_hosts_[site_instance_id] = node 578 content/browser/frame_host/render_frame_host_manager.cc node->render_manager()->swapped_out_hosts_.erase(site_instance_id); node 118 content/browser/frame_host/render_frame_host_manager.h static bool ClearRFHsPendingShutdown(FrameTreeNode* node); node 337 content/browser/frame_host/render_frame_host_manager.h FrameTreeNode* node); node 67 content/browser/gpu/gpu_internals_ui.cc base::ListValue* DxDiagNodeToList(const gpu::DxDiagNode& node) { node 70 content/browser/gpu/gpu_internals_ui.cc node.values.begin(); node 71 content/browser/gpu/gpu_internals_ui.cc it != node.values.end(); node 77 content/browser/gpu/gpu_internals_ui.cc node.children.begin(); node 78 content/browser/gpu/gpu_internals_ui.cc it != node.children.end(); node 198 content/browser/web_contents/web_contents_impl.cc FrameTreeNode* node) { node 199 content/browser/web_contents/web_contents_impl.cc sites->insert(SiteInstance::GetSiteForURL(context, node->current_url())); node 205 content/browser/web_contents/web_contents_impl.cc FrameTreeNode* node) { node 206 content/browser/web_contents/web_contents_impl.cc on_frame.Run(node->current_frame_host()); node 212 content/browser/web_contents/web_contents_impl.cc FrameTreeNode* node) { node 214 content/browser/web_contents/web_contents_impl.cc node->render_manager()->pending_frame_host(); node 1712 content/browser/web_contents/web_contents_impl.cc FrameTreeNode* node = frame_tree_.root(); node 1720 content/browser/web_contents/web_contents_impl.cc node = frame_tree_.FindByID(pending_entry->frame_tree_node_id()); node 1723 content/browser/web_contents/web_contents_impl.cc return node->navigator()->NavigateToPendingEntry( node 1724 content/browser/web_contents/web_contents_impl.cc node->current_frame_host(), reload_type); node 438 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java private void setAccessibilityNodeInfoParent(AccessibilityNodeInfo node, int parentId) { node 439 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setParent(mView, parentId); node 443 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java private void addAccessibilityNodeInfoChild(AccessibilityNodeInfo node, int childId) { node 444 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.addChild(mView, childId); node 448 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java private void setAccessibilityNodeInfoBooleanAttributes(AccessibilityNodeInfo node, node 452 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setCheckable(checkable); node 453 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setChecked(checked); node 454 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setClickable(clickable); node 455 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setEnabled(enabled); node 456 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setFocusable(focusable); node 457 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setFocused(focused); node 458 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setPassword(password); node 459 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setScrollable(scrollable); node 460 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setSelected(selected); node 461 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setVisibleToUser(visibleToUser); node 463 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.addAction(AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENT); node 464 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.addAction(AccessibilityNodeInfo.ACTION_PREVIOUS_HTML_ELEMENT); node 468 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.addAction(AccessibilityNodeInfo.ACTION_CLEAR_FOCUS); node 470 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.addAction(AccessibilityNodeInfo.ACTION_FOCUS); node 475 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setAccessibilityFocused(true); node 476 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.addAction(AccessibilityNodeInfo.ACTION_CLEAR_ACCESSIBILITY_FOCUS); node 478 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setAccessibilityFocused(false); node 479 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.addAction(AccessibilityNodeInfo.ACTION_ACCESSIBILITY_FOCUS); node 483 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.addAction(AccessibilityNodeInfo.ACTION_CLICK); node 488 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java private void setAccessibilityNodeInfoClassName(AccessibilityNodeInfo node, node 490 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setClassName(className); node 495 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java AccessibilityNodeInfo node, String contentDescription, boolean annotateAsLink) { node 499 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setContentDescription(spannable); node 501 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setContentDescription(contentDescription); node 506 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java private void setAccessibilityNodeInfoLocation(AccessibilityNodeInfo node, node 516 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setBoundsInParent(boundsInParent); node 540 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java node.setBoundsInScreen(rect); node 544 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java protected void setAccessibilityNodeInfoKitKatAttributes(AccessibilityNodeInfo node, node 555 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java protected void setAccessibilityNodeInfoCollectionInfo(AccessibilityNodeInfo node, node 561 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java protected void setAccessibilityNodeInfoCollectionItemInfo(AccessibilityNodeInfo node, node 567 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java protected void setAccessibilityNodeInfoRangeInfo(AccessibilityNodeInfo node, node 29 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java protected void setAccessibilityNodeInfoKitKatAttributes(AccessibilityNodeInfo node, node 36 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setCanOpenPopup(canOpenPopup); node 37 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setContentInvalid(contentInvalid); node 38 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setDismissable(contentInvalid); node 39 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setMultiLine(multiLine); node 40 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setInputType(inputType); node 41 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setLiveRegion(liveRegion); node 45 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java protected void setAccessibilityNodeInfoCollectionInfo(AccessibilityNodeInfo node, node 47 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setCollectionInfo(AccessibilityNodeInfo.CollectionInfo.obtain( node 52 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java protected void setAccessibilityNodeInfoCollectionItemInfo(AccessibilityNodeInfo node, node 54 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setCollectionItemInfo(AccessibilityNodeInfo.CollectionItemInfo.obtain( node 59 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java protected void setAccessibilityNodeInfoRangeInfo(AccessibilityNodeInfo node, node 61 content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java node.setRangeInfo(AccessibilityNodeInfo.RangeInfo.obtain( node 87 content/public/renderer/render_view.h virtual bool IsEditableNode(const blink::WebNode& node) const = 0; node 84 content/public/renderer/render_view_observer.h virtual void FocusedNodeChanged(const blink::WebNode& node) {} node 316 content/public/test/render_view_test.cc void RenderViewTest::SetFocused(const blink::WebNode& node) { node 318 content/public/test/render_view_test.cc impl->focusedNodeChanged(node); node 104 content/public/test/render_view_test.h void SetFocused(const blink::WebNode& node); node 111 content/renderer/accessibility/blink_ax_tree_source.cc int32 BlinkAXTreeSource::GetId(blink::WebAXObject node) const { node 112 content/renderer/accessibility/blink_ax_tree_source.cc return node.axID(); node 119 content/renderer/accessibility/blink_ax_tree_source.cc WebNode node = parent.node(); node 120 content/renderer/accessibility/blink_ax_tree_source.cc if (!node.isNull() && node.isElementNode()) { node 121 content/renderer/accessibility/blink_ax_tree_source.cc WebElement element = node.to<WebElement>(); node 142 content/renderer/accessibility/blink_ax_tree_source.cc blink::WebAXObject node) const { node 148 content/renderer/accessibility/blink_ax_tree_source.cc if (node.equals(root)) node 150 content/renderer/accessibility/blink_ax_tree_source.cc node = node.parentObject(); node 151 content/renderer/accessibility/blink_ax_tree_source.cc } while (!node.isDetached() && node.accessibilityIsIgnored()); node 153 content/renderer/accessibility/blink_ax_tree_source.cc return node; node 156 content/renderer/accessibility/blink_ax_tree_source.cc bool BlinkAXTreeSource::IsValid(blink::WebAXObject node) const { node 157 content/renderer/accessibility/blink_ax_tree_source.cc return !node.isDetached(); // This also checks if it's null. node 276 content/renderer/accessibility/blink_ax_tree_source.cc WebNode node = src.node(); node 283 content/renderer/accessibility/blink_ax_tree_source.cc if (!node.isNull() && node.isElementNode()) { node 284 content/renderer/accessibility/blink_ax_tree_source.cc WebElement element = node.to<WebElement>(); node 344 content/renderer/accessibility/blink_ax_tree_source.cc WebNode container_node = container_accessible.node(); node 25 content/renderer/accessibility/blink_ax_tree_source.h virtual int32 GetId(blink::WebAXObject node) const OVERRIDE; node 27 content/renderer/accessibility/blink_ax_tree_source.h blink::WebAXObject node, node 29 content/renderer/accessibility/blink_ax_tree_source.h virtual blink::WebAXObject GetParent(blink::WebAXObject node) const node 31 content/renderer/accessibility/blink_ax_tree_source.h virtual void SerializeNode(blink::WebAXObject node, node 33 content/renderer/accessibility/blink_ax_tree_source.h virtual bool IsValid(blink::WebAXObject node) const OVERRIDE; node 83 content/renderer/accessibility/renderer_accessibility_complete.cc void RendererAccessibilityComplete::FocusedNodeChanged(const WebNode& node) { node 88 content/renderer/accessibility/renderer_accessibility_complete.cc if (node.isNull()) { node 341 content/renderer/accessibility/renderer_accessibility_complete.cc blink::WebNode node = obj.node(); node 342 content/renderer/accessibility/renderer_accessibility_complete.cc if (!node.isNull() && node.isElementNode()) { node 343 content/renderer/accessibility/renderer_accessibility_complete.cc blink::WebElement element = node.to<blink::WebElement>(); node 45 content/renderer/accessibility/renderer_accessibility_complete.h virtual void FocusedNodeChanged(const blink::WebNode& node) OVERRIDE; node 76 content/renderer/accessibility/renderer_accessibility_complete.h bool IsEditableText(const blink::WebAXObject& node); node 47 content/renderer/accessibility/renderer_accessibility_focus_only.cc void RendererAccessibilityFocusOnly::FocusedNodeChanged(const WebNode& node) { node 49 content/renderer/accessibility/renderer_accessibility_focus_only.cc HandleFocusedNodeChanged(node, true); node 67 content/renderer/accessibility/renderer_accessibility_focus_only.cc const WebNode& node, node 82 content/renderer/accessibility/renderer_accessibility_focus_only.cc node_has_focus = !node.isNull(); node 84 content/renderer/accessibility/renderer_accessibility_focus_only.cc node_has_focus && render_view_->IsEditableNode(node); node 119 content/renderer/accessibility/renderer_accessibility_focus_only.cc if (!node.isNull() && node.isElementNode()) { node 121 content/renderer/accessibility/renderer_accessibility_focus_only.cc const_cast<WebNode&>(node).to<WebElement>().boundsInViewportSpace()); node 61 content/renderer/accessibility/renderer_accessibility_focus_only.h virtual void FocusedNodeChanged(const blink::WebNode& node) OVERRIDE; node 65 content/renderer/accessibility/renderer_accessibility_focus_only.h void HandleFocusedNodeChanged(const blink::WebNode& node, node 50 content/renderer/android/content_detector.cc surrounding_text.initialize(hit_test.node(), hit_test.localPoint(), node 688 content/renderer/browser_plugin/browser_plugin.cc bool BrowserPlugin::AttachWindowTo(const blink::WebNode& node, int window_id) { node 689 content/renderer/browser_plugin/browser_plugin.cc if (node.isNull()) node 692 content/renderer/browser_plugin/browser_plugin.cc if (!node.isElementNode()) node 695 content/renderer/browser_plugin/browser_plugin.cc blink::WebElement shim_element = node.toConst<blink::WebElement>(); node 114 content/renderer/browser_plugin/browser_plugin.h static bool AttachWindowTo(const blink::WebNode& node, node 275 content/renderer/browser_plugin/browser_plugin_bindings.cc blink::WebNode node; node 276 content/renderer/browser_plugin/browser_plugin_bindings.cc WebBindings::getNode(NPVARIANT_TO_OBJECT(args[0]), &node); node 278 content/renderer/browser_plugin/browser_plugin_bindings.cc BOOLEAN_TO_NPVARIANT(BrowserPlugin::AttachWindowTo(node, window_id), node 56 content/renderer/context_menu_params_builder.cc blink::WebNode selectedNode = data.node; node 92 content/renderer/dom_serializer_browsertest.cc WebNode node = doc.firstChild(); node 93 content/renderer/dom_serializer_browsertest.cc if (node.isNull()) node 95 content/renderer/dom_serializer_browsertest.cc return node.nodeType() == WebNode::DocumentTypeNode; node 101 content/renderer/dom_serializer_browsertest.cc bool IsMetaElement(const WebNode& node, std::string& charset_info) { node 102 content/renderer/dom_serializer_browsertest.cc if (!node.isElementNode()) node 104 content/renderer/dom_serializer_browsertest.cc const WebElement meta = node.toConst<WebElement>(); node 660 content/renderer/dom_serializer_browsertest.cc for (WebNode node = all.firstItem(); !node.isNull(); node 661 content/renderer/dom_serializer_browsertest.cc node = all.nextItem()) { node 662 content/renderer/dom_serializer_browsertest.cc if (!node.isElementNode()) node 664 content/renderer/dom_serializer_browsertest.cc WebElement element = node.to<WebElement>(); node 2052 content/renderer/render_frame_impl.cc context_menu_node_ = data.node; node 1939 content/renderer/render_view_impl.cc void RenderViewImpl::focusedNodeChanged(const WebNode& node) { node 1942 content/renderer/render_view_impl.cc Send(new ViewHostMsg_FocusedNodeChanged(routing_id_, IsEditableNode(node))); node 1944 content/renderer/render_view_impl.cc FOR_EACH_OBSERVER(RenderViewObserver, observers_, FocusedNodeChanged(node)); node 2939 content/renderer/render_view_impl.cc bool RenderViewImpl::IsEditableNode(const WebNode& node) const { node 2940 content/renderer/render_view_impl.cc if (node.isNull()) node 2943 content/renderer/render_view_impl.cc if (node.isContentEditable()) node 2946 content/renderer/render_view_impl.cc if (node.isElementNode()) { node 2947 content/renderer/render_view_impl.cc const WebElement& element = node.toConst<WebElement>(); node 4435 content/renderer/render_view_impl.cc DCHECK(!touch_hit.node().isNull()); node 4436 content/renderer/render_view_impl.cc DCHECK(touch_hit.node().isTextNode()); node 476 content/renderer/render_view_impl.h virtual void focusedNodeChanged(const blink::WebNode& node); node 631 content/renderer/render_view_impl.h virtual bool IsEditableNode(const blink::WebNode& node) const OVERRIDE; node 876 content/shell/renderer/test_runner/WebTestProxy.cpp blink::WebNode node = obj.node(); node 877 content/shell/renderer/test_runner/WebTestProxy.cpp if (!node.isNull() && node.isElementNode()) { node 878 content/shell/renderer/test_runner/WebTestProxy.cpp blink::WebElement element = node.to<blink::WebElement>(); node 256 content/shell/renderer/test_runner/accessibility_controller.cc blink::WebNode node = obj.node(); node 257 content/shell/renderer/test_runner/accessibility_controller.cc if (!node.isNull() && node.isElementNode()) { node 258 content/shell/renderer/test_runner/accessibility_controller.cc blink::WebElement element = node.to<blink::WebElement>(); node 157 courgette/adjustment_method.cc static std::string ToString(Node* node) { node 159 courgette/adjustment_method.cc for (Node* n = node; n->prev_; n = n->prev_) node 172 courgette/adjustment_method.cc s += base::StringPrintf("%u", node->count_); node 174 courgette/adjustment_method.cc s += base::Uint64ToString(node->edges_in_frequency_order.size()); node 226 courgette/adjustment_method.cc Node* node = *worklist_.begin(); node 227 courgette/adjustment_method.cc node->in_queue_ = false; node 228 courgette/adjustment_method.cc worklist_.erase(node); node 229 courgette/adjustment_method.cc TrySolveNode(node); node 237 courgette/adjustment_method.cc void AddToQueue(Node* node) { node 238 courgette/adjustment_method.cc if (node->length_ >= 10) { node 239 courgette/adjustment_method.cc VLOG(4) << "Length clipped " << ToString(node->prev_); node 242 courgette/adjustment_method.cc if (node->in_queue_) { node 243 courgette/adjustment_method.cc LOG(ERROR) << "Double add " << ToString(node); node 247 courgette/adjustment_method.cc ExtendNode(node, p_trace_); node 249 courgette/adjustment_method.cc if (node->edges_in_frequency_order.empty()) node 251 courgette/adjustment_method.cc node->in_queue_ = true; node 252 courgette/adjustment_method.cc worklist_.insert(node); node 255 courgette/adjustment_method.cc void SkipCommittedLabels(Node* node) { node 256 courgette/adjustment_method.cc ExtendNode(node, p_trace_); node 258 courgette/adjustment_method.cc while (!node->edges_in_frequency_order.empty() && node 259 courgette/adjustment_method.cc node->edges_in_frequency_order.front()->in_edge_->assignment_) { node 261 courgette/adjustment_method.cc node->edges_in_frequency_order.pop_front(); node 264 courgette/adjustment_method.cc VLOG(4) << "Skipped " << skipped << " at " << ToString(node); node 495 courgette/adjustment_method.cc Node* FindModelNode(Node* node) { node 496 courgette/adjustment_method.cc if (node->prev_ == NULL) node 499 courgette/adjustment_method.cc Node* m_parent = FindModelNode(node->prev_); node 506 courgette/adjustment_method.cc LabelInfo* p_label = node->in_edge_; node 523 courgette/adjustment_method.cc Node* node = new Node(NULL, NULL); node 524 courgette/adjustment_method.cc all_nodes_.push_back(node); node 526 courgette/adjustment_method.cc ++node->count_; node 527 courgette/adjustment_method.cc node->places_.push_back(i); node 529 courgette/adjustment_method.cc return node; node 532 courgette/adjustment_method.cc void ExtendNode(Node* node, const Trace& trace) { node 534 courgette/adjustment_method.cc if (node->Extended()) node 536 courgette/adjustment_method.cc for (size_t i = 0; i < node->places_.size(); ++i) { node 537 courgette/adjustment_method.cc uint32 index = node->places_.at(i); node 540 courgette/adjustment_method.cc Node*& slot = node->edges_[item]; node 542 courgette/adjustment_method.cc slot = new Node(item, node); node 544 courgette/adjustment_method.cc node->edges_in_frequency_order.push_back(slot); node 550 courgette/adjustment_method.cc node->edges_in_frequency_order.sort(OrderNodeByCountDecreasing()); node 33 gpu/tools/compositor_model_bench/render_model_utils.cc void TextureGenerator::BeginVisitRenderNode(RenderNode* node) { node 34 gpu/tools/compositor_model_bench/render_model_utils.cc for (size_t n = 0; n < node->num_tiles(); ++n) { node 35 gpu/tools/compositor_model_bench/render_model_utils.cc Tile* i = node->tile(n); node 37 gpu/tools/compositor_model_bench/render_model_utils.cc node->tile_width(), node 38 gpu/tools/compositor_model_bench/render_model_utils.cc node->tile_height(), node 43 gpu/tools/compositor_model_bench/render_model_utils.cc void TextureGenerator::BeginVisitCCNode(CCNode* node) { node 44 gpu/tools/compositor_model_bench/render_model_utils.cc for (size_t n = 0; n < node->num_textures(); ++n) { node 45 gpu/tools/compositor_model_bench/render_model_utils.cc Texture* i = node->texture(n); node 48 gpu/tools/compositor_model_bench/render_model_utils.cc BeginVisitRenderNode(node); node 33 gpu/tools/compositor_model_bench/render_model_utils.h virtual void BeginVisitRenderNode(RenderNode* node) OVERRIDE; node 34 gpu/tools/compositor_model_bench/render_model_utils.h virtual void BeginVisitCCNode(CCNode* node) OVERRIDE; node 121 gpu/tools/compositor_model_bench/render_tree.cc RenderNode* InterpretNode(base::DictionaryValue* node); node 147 gpu/tools/compositor_model_bench/render_tree.cc bool VerifyDictionaryEntry(base::DictionaryValue* node, node 150 gpu/tools/compositor_model_bench/render_tree.cc if (!node->HasKey(key)) { node 156 gpu/tools/compositor_model_bench/render_tree.cc node->Get(key, &child); node 185 gpu/tools/compositor_model_bench/render_tree.cc bool InterpretCommonContents(base::DictionaryValue* node, RenderNode* c) { node 186 gpu/tools/compositor_model_bench/render_tree.cc if (!VerifyDictionaryEntry(node, "layerID", base::Value::TYPE_INTEGER) || node 187 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "width", base::Value::TYPE_INTEGER) || node 188 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "height", base::Value::TYPE_INTEGER) || node 189 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "drawsContent", base::Value::TYPE_BOOLEAN) || node 190 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "targetSurfaceID", node 192 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "transform", base::Value::TYPE_LIST) node 198 gpu/tools/compositor_model_bench/render_tree.cc node->GetInteger("layerID", &layerID); node 201 gpu/tools/compositor_model_bench/render_tree.cc node->GetInteger("width", &width); node 204 gpu/tools/compositor_model_bench/render_tree.cc node->GetInteger("height", &height); node 207 gpu/tools/compositor_model_bench/render_tree.cc node->GetBoolean("drawsContent", &drawsContent); node 210 gpu/tools/compositor_model_bench/render_tree.cc node->GetInteger("targetSurfaceID", &targetSurface); node 214 gpu/tools/compositor_model_bench/render_tree.cc node->GetList("transform", &transform); node 229 gpu/tools/compositor_model_bench/render_tree.cc if (node->HasKey("tiles")) { node 230 gpu/tools/compositor_model_bench/render_tree.cc if (!VerifyDictionaryEntry(node, "tiles", base::Value::TYPE_DICTIONARY)) node 233 gpu/tools/compositor_model_bench/render_tree.cc node->GetDictionary("tiles", &tiles_dict); node 279 gpu/tools/compositor_model_bench/render_tree.cc bool InterpretCCData(base::DictionaryValue* node, CCNode* c) { node 280 gpu/tools/compositor_model_bench/render_tree.cc if (!VerifyDictionaryEntry(node, "vertex_shader", base::Value::TYPE_STRING) || node 281 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "fragment_shader", node 283 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "textures", base::Value::TYPE_LIST)) { node 287 gpu/tools/compositor_model_bench/render_tree.cc node->GetString("vertex_shader", &vertex_shader_name); node 288 gpu/tools/compositor_model_bench/render_tree.cc node->GetString("fragment_shader", &fragment_shader_name); node 293 gpu/tools/compositor_model_bench/render_tree.cc node->GetList("textures", &textures); node 339 gpu/tools/compositor_model_bench/render_tree.cc RenderNode* InterpretContentLayer(base::DictionaryValue* node) { node 341 gpu/tools/compositor_model_bench/render_tree.cc if (!InterpretCommonContents(node, n)) node 344 gpu/tools/compositor_model_bench/render_tree.cc if (!VerifyDictionaryEntry(node, "type", base::Value::TYPE_STRING) || node 345 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "skipsDraw", base::Value::TYPE_BOOLEAN) || node 346 gpu/tools/compositor_model_bench/render_tree.cc !VerifyDictionaryEntry(node, "children", base::Value::TYPE_LIST)) { node 351 gpu/tools/compositor_model_bench/render_tree.cc node->GetString("type", &type); node 354 gpu/tools/compositor_model_bench/render_tree.cc node->GetBoolean("skipsDraw", &skipsDraw); node 358 gpu/tools/compositor_model_bench/render_tree.cc node->GetList("children", &children); node 370 gpu/tools/compositor_model_bench/render_tree.cc RenderNode* InterpretCanvasLayer(base::DictionaryValue* node) { node 372 gpu/tools/compositor_model_bench/render_tree.cc if (!InterpretCommonContents(node, n)) node 375 gpu/tools/compositor_model_bench/render_tree.cc if (!VerifyDictionaryEntry(node, "type", base::Value::TYPE_STRING)) { node 380 gpu/tools/compositor_model_bench/render_tree.cc node->GetString("type", &type); node 383 gpu/tools/compositor_model_bench/render_tree.cc if (!InterpretCCData(node, n)) node 389 gpu/tools/compositor_model_bench/render_tree.cc RenderNode* InterpretVideoLayer(base::DictionaryValue* node) { node 391 gpu/tools/compositor_model_bench/render_tree.cc if (!InterpretCommonContents(node, n)) node 394 gpu/tools/compositor_model_bench/render_tree.cc if (!VerifyDictionaryEntry(node, "type", base::Value::TYPE_STRING)) { node 399 gpu/tools/compositor_model_bench/render_tree.cc node->GetString("type", &type); node 402 gpu/tools/compositor_model_bench/render_tree.cc if (!InterpretCCData(node, n)) node 408 gpu/tools/compositor_model_bench/render_tree.cc RenderNode* InterpretImageLayer(base::DictionaryValue* node) { node 410 gpu/tools/compositor_model_bench/render_tree.cc if (!InterpretCommonContents(node, n)) node 413 gpu/tools/compositor_model_bench/render_tree.cc if (!VerifyDictionaryEntry(node, "type", base::Value::TYPE_STRING)) { node 418 gpu/tools/compositor_model_bench/render_tree.cc node->GetString("type", &type); node 421 gpu/tools/compositor_model_bench/render_tree.cc if (!InterpretCCData(node, n)) node 427 gpu/tools/compositor_model_bench/render_tree.cc RenderNode* InterpretNode(base::DictionaryValue* node) { node 428 gpu/tools/compositor_model_bench/render_tree.cc if (!VerifyDictionaryEntry(node, "type", base::Value::TYPE_STRING)) { node 433 gpu/tools/compositor_model_bench/render_tree.cc node->GetString("type", &type); node 435 gpu/tools/compositor_model_bench/render_tree.cc return InterpretContentLayer(node); node 437 gpu/tools/compositor_model_bench/render_tree.cc return InterpretCanvasLayer(node); node 439 gpu/tools/compositor_model_bench/render_tree.cc return InterpretVideoLayer(node); node 441 gpu/tools/compositor_model_bench/render_tree.cc return InterpretImageLayer(node); node 445 gpu/tools/compositor_model_bench/render_tree.cc JSONWriter::WriteWithOptions(node, base::JSONWriter::OPTIONS_PRETTY_PRINT, node 19 jingle/notifier/base/notifier_options_util.cc DCHECK(!jid.node().empty()); node 23 jingle/notifier/base/notifier_options_util.cc xmpp_client_settings.set_user(jid.node()); node 267 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc ScopedNode node; node 268 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc int error = root_->FindChild(path.Join(), &node); node 65 native_client_sdk/src/libraries/nacl_io/dir_node.cc Error DirNode::AddChild(const std::string& name, const ScopedNode& node) { node 78 native_client_sdk/src/libraries/nacl_io/dir_node.cc node->Link(); node 79 native_client_sdk/src/libraries/nacl_io/dir_node.cc map_[name] = node; node 48 native_client_sdk/src/libraries/nacl_io/dir_node.h virtual Error AddChild(const std::string& name, const ScopedNode& node); node 41 native_client_sdk/src/libraries/nacl_io/filesystem.cc void Filesystem::OnNodeCreated(Node* node) { node 42 native_client_sdk/src/libraries/nacl_io/filesystem.cc node->stat_.st_ino = inode_pool_.Acquire(); node 43 native_client_sdk/src/libraries/nacl_io/filesystem.cc node->stat_.st_dev = dev_; node 46 native_client_sdk/src/libraries/nacl_io/filesystem.cc void Filesystem::OnNodeDestroyed(Node* node) { node 47 native_client_sdk/src/libraries/nacl_io/filesystem.cc if (node->stat_.st_ino) node 48 native_client_sdk/src/libraries/nacl_io/filesystem.cc inode_pool_.Release(node->stat_.st_ino); node 89 native_client_sdk/src/libraries/nacl_io/filesystem.h void OnNodeCreated(Node* node); node 92 native_client_sdk/src/libraries/nacl_io/filesystem.h void OnNodeDestroyed(Node* node); node 102 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc ScopedNode node(new DirFuseFsNode(this, fuse_ops_, fi, path_cstr)); node 103 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error error = node->Init(open_flags); node 107 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc *out_node = node; node 130 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc ScopedNode node(new FileFuseFsNode(this, fuse_ops_, fi, path_cstr)); node 131 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error error = node->Init(open_flags); node 135 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc *out_node = node; node 173 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc ScopedNode node; node 174 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error error = Open(path, O_RDONLY, &node); node 179 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc error = node->GetStat(&statbuf); node 183 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc node.reset(); node 212 native_client_sdk/src/libraries/nacl_io/host_resolver.cc int HostResolver::getaddrinfo(const char* node, const char* service, node 218 native_client_sdk/src/libraries/nacl_io/host_resolver.cc if (node == NULL && service == NULL) node 258 native_client_sdk/src/libraries/nacl_io/host_resolver.cc if (node) { node 262 native_client_sdk/src/libraries/nacl_io/host_resolver.cc if (inet_pton(AF_INET, node, &in)) { node 264 native_client_sdk/src/libraries/nacl_io/host_resolver.cc CreateAddrInfo(hints, (sockaddr*)&addr_in, node, result, &end); node 271 native_client_sdk/src/libraries/nacl_io/host_resolver.cc if (inet_pton(AF_INET6, node, &in6)) { node 273 native_client_sdk/src/libraries/nacl_io/host_resolver.cc CreateAddrInfo(hints, (sockaddr*)&addr_in6, node, result, &end); node 280 native_client_sdk/src/libraries/nacl_io/host_resolver.cc if (node == NULL && (hints->ai_flags & AI_PASSIVE)) { node 313 native_client_sdk/src/libraries/nacl_io/host_resolver.cc node, node 345 native_client_sdk/src/libraries/nacl_io/host_resolver.cc canon_name = strdup(node); node 24 native_client_sdk/src/libraries/nacl_io/host_resolver.h int getaddrinfo(const char *node, const char *service, node 34 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc ScopedNode node; node 35 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc return Open(path, O_RDONLY, &node); node 49 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc ScopedNode node(new Html5FsNode(this, fileref)); node 50 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc error = node->Init(open_flags); node 54 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc *out_node = node; node 51 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc ScopedNode node(new HttpFsNode(this, url, cache_content_)); node 52 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error error = node->Init(0); node 56 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc error = node->GetStat(NULL); node 80 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc ScopedNode node(new HttpFsNode(this, url, cache_content_)); node 81 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error error = node->Init(open_flags); node 85 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc error = node->GetStat(NULL); node 94 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc error = parent->AddChild(path.Basename(), node); node 98 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc node_cache_[path.Join()] = node; node 99 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc *out_node = node; node 263 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc ScopedNode node(new DirNode(this)); node 264 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error error = node->Init(0); node 275 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc error = parent->AddChild(path.Basename(), node); node 281 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc node_cache_[strpath] = node; node 282 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc *out_node = node; node 359 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc ScopedNode node(http_node); node 361 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error error = node->Init(0); node 371 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc error = dir_node->AddChild(path.Basename(), node); node 376 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc node_cache_[pname] = node; node 22 native_client_sdk/src/libraries/nacl_io/kernel_handle.cc KernelHandle::KernelHandle(const ScopedFilesystem& fs, const ScopedNode& node) node 23 native_client_sdk/src/libraries/nacl_io/kernel_handle.cc : filesystem_(fs), node_(node) {} node 45 native_client_sdk/src/libraries/nacl_io/kernel_handle.h KernelHandle(const ScopedFilesystem& fs, const ScopedNode& node); node 74 native_client_sdk/src/libraries/nacl_io/kernel_handle.h const ScopedNode& node() { return node_; } node 446 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_getaddrinfo(const char *node, const char *service, node 450 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return s_state.kp->getaddrinfo(node, service, hints, res); node 142 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_getaddrinfo(const char *node, const char *service, node 132 native_client_sdk/src/libraries/nacl_io/kernel_object.cc ScopedNode node; node 134 native_client_sdk/src/libraries/nacl_io/kernel_object.cc Error error = AcquireFsAndNode(abs_path, O_RDONLY, &fs, &node); node 138 native_client_sdk/src/libraries/nacl_io/kernel_object.cc if ((node->GetType() & S_IFDIR) == 0) node 167 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedNode node; node 168 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = fs->OpenResource(rel, &node); node 171 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = fs->Open(rel, O_RDONLY, &node); node 178 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedKernelHandle handle(new KernelHandle(fs, node)); node 190 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedNode node; node 192 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc Error error = AcquireFsAndNode(path, open_flags, &fs, &node); node 198 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedKernelHandle handle(new KernelHandle(fs, node)); node 210 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedNode node(pipe); node 213 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedKernelHandle handle0(new KernelHandle(stream_mount_, node)); node 214 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedKernelHandle handle1(new KernelHandle(stream_mount_, node)); node 497 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->GetStat(buf); node 531 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc if (!handle->node()->IsaDir()) { node 558 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->FTruncate(length); node 575 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->FSync(); node 597 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->Isatty(); node 614 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->VIoctl(request, args); node 842 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->MMap(addr, length, prot, flags, offset, &new_addr); node 894 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->Tcflush(queue_selector); node 911 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->Tcgetattr(termios_p); node 929 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc error = handle->node()->Tcsetattr(optional_actions, termios_p); node 1137 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedEventEmitter emitter(handle->node()->GetEventEmitter()); node 1230 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedNode node(sock); node 1231 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedKernelHandle new_handle(new KernelHandle(stream_mount_, node)); node 1286 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::getaddrinfo(const char* node, const char* service, node 1289 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc return host_resolver_.getaddrinfo(node, service, hints, res); node 1595 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedNode node(sock); node 1602 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ScopedKernelHandle handle(new KernelHandle(stream_mount_, node)); node 169 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual int getaddrinfo(const char* node, const char* service, node 42 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc ScopedNode node = root_; node 45 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc if (node == NULL) node 53 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc for (size_t index = 1; node && index < path.Size(); index++) { node 55 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc if (!node->IsaDir()) node 59 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error error = node->FindChild(path.Part(index), &node); node 65 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc if ((type & S_IFDIR) && !node->IsaDir()) node 69 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc if ((type & S_IFREG) && node->IsaDir()) node 73 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc *out_node = node; node 78 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc ScopedNode node; node 79 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error error = FindNode(path, 0, &node); node 84 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc int obj_mode = node->GetMode(); node 96 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc ScopedNode node; node 98 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error error = FindNode(path, 0, &node); node 110 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc node.reset(new MemFsNode(this)); node 111 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc error = node->Init(open_flags); node 115 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc error = parent->AddChild(path.Basename(), node); node 123 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc if (node->IsaDir() && (open_flags & 3) != O_RDONLY) node 131 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc static_cast<MemFsNode*>(node.get())->Resize(0); node 134 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc *out_node = node; node 152 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc ScopedNode node; node 153 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc error = parent->FindChild(path.Basename(), &node); node 163 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc node.reset(new DirNode(this)); node 164 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc error = node->Init(0); node 168 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc return parent->AddChild(path.Basename(), node); node 191 native_client_sdk/src/libraries/nacl_io/node.cc Error Node::AddChild(const std::string& name, const ScopedNode& node) { node 114 native_client_sdk/src/libraries/nacl_io/node.h virtual Error AddChild(const std::string& name, const ScopedNode& node); node 173 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc TcpNode* node = static_cast<TcpNode*>(emitter_->stream()); node 176 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc if (NULL == node) node 180 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc if (!node->TestStreamFlags(SSF_LISTENING)) node 183 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc int err = TCPInterface()->Accept(node->socket_resource(), node 189 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc node->SetError_Locked(err); node 198 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc TcpNode* node = static_cast<TcpNode*>(emitter_->stream()); node 200 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc if (node == NULL) node 204 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc node->SetError_Locked(error); node 228 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc TcpNode* node = static_cast<TcpNode*>(emitter_->stream()); node 231 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc if (NULL == node) node 234 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc int err = TCPInterface()->Connect(node->socket_resource(), node 235 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc node->remote_addr(), node 239 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc node->SetError_Locked(err); node 248 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc TcpNode* node = static_cast<TcpNode*>(emitter_->stream()); node 250 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc if (node == NULL) node 254 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc node->ConnectFailed_Locked(); node 255 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc node->SetError_Locked(error); node 259 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc node->ConnectDone_Locked(); node 45 native_client_sdk/src/libraries/nacl_io/socket/udp_node.cc const ScopedSocketNode& node) node 46 native_client_sdk/src/libraries/nacl_io/socket/udp_node.cc : UdpWork(emitter), node_(node) {} node 8 native_client_sdk/src/libraries/nacl_io/syscalls/getaddrinfo.c int getaddrinfo(const char *node, const char *service, node 11 native_client_sdk/src/libraries/nacl_io/syscalls/getaddrinfo.c return ki_getaddrinfo(node, service, hints, res); node 669 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h void ptw32_mcs_lock_acquire (ptw32_mcs_lock_t * lock, ptw32_mcs_local_node_t * node); node 671 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h int ptw32_mcs_lock_try_acquire (ptw32_mcs_lock_t * lock, ptw32_mcs_local_node_t * node); node 673 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h void ptw32_mcs_lock_release (ptw32_mcs_local_node_t * node); node 45 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c ptw32_mcs_local_node_t node; node 52 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c if (0 != ptw32_mcs_lock_try_acquire(&(*barrier)->lock, &node)) node 78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c ptw32_mcs_lock_release(&node); node 101 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c ptw32_mcs_lock_release(&node); node 47 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c ptw32_mcs_local_node_t node; node 54 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c ptw32_mcs_lock_acquire(&(*barrier)->lock, &node); node 64 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c ptw32_mcs_node_transfer(&b->proxynode, &node); node 77 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c ptw32_mcs_lock_release(&node); node 129 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_mcs_local_node_t node; node 130 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_mcs_lock_acquire(&ptw32_cond_list_lock, &node); node 158 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_mcs_lock_release(&node); node 217 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_mcs_lock_release(&node); node 221 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_mcs_local_node_t node; node 225 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_mcs_lock_acquire(&ptw32_cond_test_init_lock, &node); node 249 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_mcs_lock_release(&node); node 141 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c ptw32_mcs_local_node_t node; node 143 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c ptw32_mcs_lock_acquire(&ptw32_cond_list_lock, &node); node 160 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c ptw32_mcs_lock_release(&node); node 80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c ptw32_mcs_local_node_t node; node 82 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); node 118 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c ptw32_mcs_lock_release(&node); node 88 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c ptw32_mcs_local_node_t node; node 90 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); node 106 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c ptw32_mcs_lock_release(&node); node 80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_kill.c ptw32_mcs_local_node_t node; node 82 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_kill.c ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); node 93 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_kill.c ptw32_mcs_lock_release(&node); node 115 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_destroy.c ptw32_mcs_local_node_t node; node 121 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_destroy.c ptw32_mcs_lock_acquire(&ptw32_mutex_test_init_lock, &node); node 144 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_destroy.c ptw32_mcs_lock_release(&node); node 52 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_once.c ptw32_mcs_local_node_t node; node 54 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_once.c ptw32_mcs_lock_acquire((ptw32_mcs_lock_t *)&once_control->lock, &node); node 63 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_once.c pthread_cleanup_push(ptw32_mcs_lock_release, &node); node 74 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_once.c ptw32_mcs_lock_release(&node); node 111 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_destroy.c ptw32_mcs_local_node_t node; node 115 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_destroy.c ptw32_mcs_lock_acquire(&ptw32_rwlock_test_init_lock, &node); node 139 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_destroy.c ptw32_mcs_lock_release(&node); node 81 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_destroy.c ptw32_mcs_local_node_t node; node 83 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_destroy.c ptw32_mcs_lock_acquire(&ptw32_spinlock_test_init_lock, &node); node 107 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_destroy.c ptw32_mcs_lock_release(&node); node 93 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c ptw32_mcs_local_node_t node; node 95 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c ptw32_mcs_lock_acquire(&ptw32_cond_list_lock, &node); node 105 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c ptw32_mcs_lock_release(&node); node 158 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c ptw32_mcs_lock_acquire (ptw32_mcs_lock_t * lock, ptw32_mcs_local_node_t * node) node 162 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c node->lock = lock; node 163 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c node->nextFlag = 0; node 164 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c node->readyFlag = 0; node 165 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c node->next = 0; /* initially, no successor */ node 169 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c (PTW32_INTERLOCKED_PVOID)node); node 174 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c pred->next = node; node 176 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c ptw32_mcs_flag_wait(&node->readyFlag); node 192 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c ptw32_mcs_lock_release (ptw32_mcs_local_node_t * node) node 194 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c ptw32_mcs_lock_t *lock = node->lock; node 197 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR fence */ node 203 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c if (node == (ptw32_mcs_local_node_t *) node 206 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c (PTW32_INTERLOCKED_PVOID)node)) node 213 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c ptw32_mcs_flag_wait(&node->nextFlag); node 215 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR fence */ node 229 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c ptw32_mcs_lock_try_acquire (ptw32_mcs_lock_t * lock, ptw32_mcs_local_node_t * node) node 231 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c node->lock = lock; node 232 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c node->nextFlag = 0; node 233 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c node->readyFlag = 0; node 234 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c node->next = 0; /* initially, no successor */ node 237 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c (PTW32_INTERLOCKED_PVOID)node, node 46 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_cond_check_need_init.c ptw32_mcs_local_node_t node; node 52 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_cond_check_need_init.c ptw32_mcs_lock_acquire(&ptw32_cond_test_init_lock, &node); node 75 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_cond_check_need_init.c ptw32_mcs_lock_release(&node); node 53 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_mutex_check_need_init.c ptw32_mcs_local_node_t node; node 55 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_mutex_check_need_init.c ptw32_mcs_lock_acquire(&ptw32_mutex_test_init_lock, &node); node 89 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_mutex_check_need_init.c ptw32_mcs_lock_release(&node); node 68 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_processTerminate.c ptw32_mcs_local_node_t node; node 90 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_processTerminate.c ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); node 100 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_processTerminate.c ptw32_mcs_lock_release(&node); node 79 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c ptw32_mcs_local_node_t node; node 81 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); node 101 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c ptw32_mcs_lock_release(&node); node 118 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c ptw32_mcs_local_node_t node; node 120 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); node 150 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c ptw32_mcs_lock_release(&node); node 44 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_rwlock_check_need_init.c ptw32_mcs_local_node_t node; node 50 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_rwlock_check_need_init.c ptw32_mcs_lock_acquire(&ptw32_rwlock_test_init_lock, &node); node 74 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_rwlock_check_need_init.c ptw32_mcs_lock_release(&node); node 45 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_spinlock_check_need_init.c ptw32_mcs_local_node_t node; node 51 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_spinlock_check_need_init.c ptw32_mcs_lock_acquire(&ptw32_spinlock_test_init_lock, &node); node 75 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_spinlock_check_need_init.c ptw32_mcs_lock_release(&node); node 89 native_client_sdk/src/libraries/xray/symtable.c struct XRaySymbolPoolNode* node; node 91 native_client_sdk/src/libraries/xray/symtable.c node = (struct XRaySymbolPoolNode*)XRayMalloc(sizeof(*node)); node 92 native_client_sdk/src/libraries/xray/symtable.c sympool->head = node; node 93 native_client_sdk/src/libraries/xray/symtable.c sympool->current = node; node 47 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeFileIoResource() : node(NULL), open_flags(0) {} node 50 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode* node; // Weak reference. node 185 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode node(info, contents); node 187 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc node_map_.insert(NodeMap::value_type(path, node)); node 212 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode node(info); node 214 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc node_map_.insert(NodeMap::value_type(path, node)); node 270 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc entry.node = &iter->second; node 322 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode* node = filesystem->GetNode(path); node 323 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc bool node_exists = node != NULL; node 329 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc bool result = filesystem->AddEmptyFile(path, &node); node 336 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc file_io_resource->node = node; node 340 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc return RunCompletionCallback(&callback, node->SetLength(0)); node 353 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (!file_io_resource->node) node 356 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc file_io_resource->node->GetInfo(info); node 378 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (!file_io_resource->node) node 381 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t result = file_io_resource->node->Read(offset, buffer, bytes_to_read); node 400 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (!file_io_resource->node) node 406 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc result = file_io_resource->node->Append(buffer, bytes_to_write); node 408 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc result = file_io_resource->node->Write(offset, buffer, bytes_to_write); node 427 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (!file_io_resource->node) node 430 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t result = file_io_resource->node->SetLength(length); node 441 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (!file_io_resource->node) node 453 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc file_io_resource->node = NULL; node 524 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode* node = filesystem->GetNode(path); node 525 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (node != NULL) node 550 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode* node = filesystem->GetNode(path); node 551 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (node == NULL) node 568 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode* node = filesystem->GetNode(path); node 569 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (node == NULL) node 572 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc node->GetInfo(info); node 588 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode* node = filesystem->GetNode(path); node 589 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (node == NULL) node 592 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (!node->IsDirectory()) node 619 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc dir_entries[i].file_type = fake_dir_entry.node->file_type(); node 642 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode* node = filesystem->GetNode(path); node 643 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (node == NULL) node 646 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc if (!node->IsRegular()) node 651 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc const std::vector<uint8_t> contents = node->contents(); node 68 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h const FakeHtml5FsNode* node; node 218 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ScopedNode node; node 219 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/hello"), O_RDONLY, &node)); node 224 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 231 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ScopedNode node; node 232 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node)); node 237 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, node->Write(attr, &message[0], strlen(message), &bytes_written)); node 243 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 251 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ScopedNode node; node 253 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/hello"), O_RDONLY, &node)); node 254 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc EXPECT_EQ(0, node->GetStat(&statbuf)); node 259 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/"), O_RDONLY, &node)); node 260 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc EXPECT_EQ(0, node->GetStat(&statbuf)); node 265 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node)); node 266 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc EXPECT_EQ(0, node->GetStat(&statbuf)); node 296 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ScopedNode node; node 297 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node)); node 143 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ScopedNode node; node 144 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(path, O_RDONLY, &node)); node 145 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->GetStat(&stat)); node 212 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ScopedNode node; node 213 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(path, O_CREAT | O_RDWR, &node)); node 218 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->Write(HandleAttr(), &contents[0], strlen(contents), node 223 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(path, O_CREAT, &node)); node 227 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->GetSize(&size)); node 231 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(EEXIST, fs->Open(path, O_CREAT | O_EXCL, &node)); node 234 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(EINVAL, fs->Open(path, O_CREAT | O_TRUNC, &node)); node 237 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(path, O_CREAT | O_TRUNC | O_WRONLY, &node)); node 240 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->GetSize(&size)); node 252 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ScopedNode node; node 253 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(Path("/file"), O_RDONLY, &node)); node 258 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 264 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 269 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 278 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc node->Write(attr, &buffer[0], sizeof(buffer), &bytes_written)); node 282 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(Path("/dir"), O_RDONLY, &node)); node 283 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(EISDIR, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 295 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ScopedNode node; node 296 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(Path("/file"), O_WRONLY, &node)); node 302 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(EACCES, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 306 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(Path("/file"), O_RDWR, &node)); node 310 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->Write(attr, "struct", 6, &bytes_written)); node 314 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 320 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, fs->Open(Path("/dir"), O_RDWR, &node)); node 321 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(EISDIR, node->Write(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 348 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ScopedNode node; node 349 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(Path("/file"), O_RDONLY, &node)); node 352 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->GetStat(&statbuf)); node 363 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->GetSize(&size)); node 365 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_FALSE(node->IsaDir()); node 366 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_TRUE(node->IsaFile()); node 367 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOTTY, node->Isatty()); node 370 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, fs->Open(Path("/dir"), O_RDONLY, &node)); node 371 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->GetStat(&statbuf)); node 381 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->GetSize(&size)); node 383 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_TRUE(node->IsaDir()); node 384 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_FALSE(node->IsaFile()); node 385 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOTTY, node->Isatty()); node 397 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ScopedNode node; node 398 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(Path("/file"), O_RDWR, &node)); node 405 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->FTruncate(4)); node 406 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 412 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->FTruncate(8)); node 413 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read)); node 419 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, fs->Open(Path("/dir"), O_RDONLY, &node)); node 420 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(EISDIR, node->FTruncate(4)); node 434 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ScopedNode node; node 435 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(Path("/file"), O_RDWR, &node)); node 444 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc node->GetDents(0, &dirents[0], sizeof(dirents), &bytes_read)); node 472 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Open(Path("/file2"), O_CREAT, &node)); node 88 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ScopedNode node; node 89 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(EIO, fs_.Open(Path("/file"), O_RDONLY, &node)); node 102 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ScopedNode node; node 103 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node)); node 105 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_EQ(0, node->Read(attr, buf, sizeof(buf) - 1, &result_bytes)); node 111 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(0, node->Read(attr, buf, sizeof(buf) - 1, &result_bytes)); node 118 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_EQ(0, node->Read(attr, &buf[0], sizeof(buf), &result_bytes)); node 132 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ScopedNode node; node 133 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node)); node 135 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_EQ(0, node->Read(attr, buf, sizeof(buf) - 1, &result_bytes)); node 141 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(0, node->Read(attr, buf, sizeof(buf) - 1, &result_bytes)); node 148 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_EQ(0, node->Read(attr, &buf[0], sizeof(buf), &result_bytes)); node 156 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ScopedNode node; node 157 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/file"), O_WRONLY, &node)); node 163 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_EQ(EACCES, node->Write(attr, "struct", 6, &bytes_written)); node 171 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ScopedNode node; node 172 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node)); node 175 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_EQ(0, node->GetStat(&statbuf)); node 189 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ScopedNode node; node 190 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDWR, &node)); node 191 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_EQ(EACCES, node->FTruncate(4)); node 275 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc Node* node = (*fs.GetNodeCacheForTesting())["/mydir/foo"].get(); node 276 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_NE((Node*)NULL, node); node 277 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc EXPECT_EQ(0, node->GetSize(&result_size)); node 48 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc KernelHandleForTesting(const ScopedFilesystem& fs, const ScopedNode& node) node 49 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc : KernelHandle(fs, node) {} node 56 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc node.reset(new NodeForTesting(fs.get())); node 61 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc node.reset(NULL); node 67 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc ScopedNode node; node 75 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(1, node->RefCount()); node 78 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc KernelHandle* raw_handle = new KernelHandleForTesting(fs, node); node 84 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 94 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 101 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 107 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 117 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 127 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 145 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 149 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 153 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(1, node->RefCount()); node 159 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(1, node->RefCount()); node 161 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc KernelHandle* raw_handle = new KernelHandleForTesting(fs, node); node 165 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 170 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 175 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc EXPECT_EQ(2, node->RefCount()); node 169 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc MemFsNodeForTesting* node = new MemFsNodeForTesting(); node 171 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc ScopedNode file(node); node 179 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc ASSERT_EQ(0, node->Init(0)); node 290 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc MemFsNodeForTesting* node = new MemFsNodeForTesting(); node 292 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc ScopedNode file(node); node 162 net/cert/cert_verify_proc_nss.cc for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); node 163 net/cert/cert_verify_proc_nss.cc !CERT_LIST_END(node, cert_list); node 164 net/cert/cert_verify_proc_nss.cc node = CERT_LIST_NEXT(node), ++i) { node 166 net/cert/cert_verify_proc_nss.cc verified_cert = node->cert; node 172 net/cert/cert_verify_proc_nss.cc if (node->cert->isRoot) { node 176 net/cert/cert_verify_proc_nss.cc CERTCertListNode* next_node = CERT_LIST_NEXT(node); node 186 net/cert/cert_verify_proc_nss.cc if (next_cert && SECITEM_ItemsAreEqual(&node->cert->derPublicKey, node 191 net/cert/cert_verify_proc_nss.cc verified_chain.push_back(node->cert); node 194 net/cert/cert_verify_proc_nss.cc SECAlgorithmID& signature = node->cert->signature; node 239 net/cert/cert_verify_proc_nss.cc for (CERTCertListNode* node = CERT_LIST_HEAD(additional_trust_anchors); node 240 net/cert/cert_verify_proc_nss.cc !CERT_LIST_END(node, additional_trust_anchors); node 241 net/cert/cert_verify_proc_nss.cc node = CERT_LIST_NEXT(node)) { node 242 net/cert/cert_verify_proc_nss.cc if (CERT_CompareCerts(node->cert, root)) node 267 net/cert/cert_verify_proc_nss.cc for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); node 268 net/cert/cert_verify_proc_nss.cc !CERT_LIST_END(node, cert_list); node 269 net/cert/cert_verify_proc_nss.cc node = CERT_LIST_NEXT(node)) { node 270 net/cert/cert_verify_proc_nss.cc certs.push_back(node->cert); node 615 net/cert/cert_verify_proc_nss.cc for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); node 616 net/cert/cert_verify_proc_nss.cc !CERT_LIST_END(node, cert_list); node 617 net/cert/cert_verify_proc_nss.cc node = CERT_LIST_NEXT(node)) { node 618 net/cert/cert_verify_proc_nss.cc hashes->push_back(CertPublicKeyHashSHA1(node->cert)); node 619 net/cert/cert_verify_proc_nss.cc hashes->push_back(CertPublicKeyHashSHA256(node->cert)); node 369 net/cert/nss_cert_database.cc CERTCertListNode* node; node 370 net/cert/nss_cert_database.cc for (node = CERT_LIST_HEAD(cert_list); node 371 net/cert/nss_cert_database.cc !CERT_LIST_END(node, cert_list); node 372 net/cert/nss_cert_database.cc node = CERT_LIST_NEXT(node)) { node 374 net/cert/nss_cert_database.cc node->cert, X509Certificate::OSCertHandles())); node 104 net/cert/nss_cert_database_unittest.cc for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); node 105 net/cert/nss_cert_database_unittest.cc !CERT_LIST_END(node, cert_list); node 106 net/cert/nss_cert_database_unittest.cc node = CERT_LIST_NEXT(node)) { node 108 net/cert/nss_cert_database_unittest.cc node->cert, X509Certificate::OSCertHandles())); node 41 net/cert/nss_profile_filter_chromeos_unittest.cc for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); node 42 net/cert/nss_profile_filter_chromeos_unittest.cc !CERT_LIST_END(node, cert_list); node 43 net/cert/nss_profile_filter_chromeos_unittest.cc node = CERT_LIST_NEXT(node)) { node 45 net/cert/nss_profile_filter_chromeos_unittest.cc node->cert, X509Certificate::OSCertHandles())); node 386 net/disk_cache/blockfile/backend_impl.cc EntryImpl* node; node 393 net/disk_cache/blockfile/backend_impl.cc node = next; node 396 net/disk_cache/blockfile/backend_impl.cc if (node->GetLastUsed() >= initial_time && node 397 net/disk_cache/blockfile/backend_impl.cc node->GetLastUsed() < end_time) { node 398 net/disk_cache/blockfile/backend_impl.cc node->DoomImpl(); node 399 net/disk_cache/blockfile/backend_impl.cc } else if (node->GetLastUsed() < initial_time) { node 406 net/disk_cache/blockfile/backend_impl.cc node->Release(); node 619 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* node; node 626 net/disk_cache/blockfile/backend_impl_v3.cc node = next; node 629 net/disk_cache/blockfile/backend_impl_v3.cc if (node->GetLastUsed() >= initial_time && node 630 net/disk_cache/blockfile/backend_impl_v3.cc node->GetLastUsed() < end_time) { node 631 net/disk_cache/blockfile/backend_impl_v3.cc node->DoomImpl(); node 632 net/disk_cache/blockfile/backend_impl_v3.cc } else if (node->GetLastUsed() < initial_time) { node 639 net/disk_cache/blockfile/backend_impl_v3.cc node->Release(); node 410 net/disk_cache/blockfile/entry_impl.cc RankingsNode* node = node_.Data(); node 412 net/disk_cache/blockfile/entry_impl.cc memset(node, 0, sizeof(RankingsNode)); node 417 net/disk_cache/blockfile/entry_impl.cc node->contents = entry_.address().value(); node 448 net/disk_cache/blockfile/entry_impl.cc node->dirty = backend_->GetCurrentEntryId(); node 795 net/disk_cache/blockfile/entry_impl.cc CacheRankingsBlock* node = const_cast<CacheRankingsBlock*>(&node_); node 796 net/disk_cache/blockfile/entry_impl.cc return Time::FromInternalValue(node->Data()->last_used); node 800 net/disk_cache/blockfile/entry_impl.cc CacheRankingsBlock* node = const_cast<CacheRankingsBlock*>(&node_); node 801 net/disk_cache/blockfile/entry_impl.cc return Time::FromInternalValue(node->Data()->last_modified); node 265 net/disk_cache/blockfile/entry_impl_v3.cc RankingsNode* node = node_.Data(); node 267 net/disk_cache/blockfile/entry_impl_v3.cc memset(node, 0, sizeof(RankingsNode)); node 272 net/disk_cache/blockfile/entry_impl_v3.cc node->contents = entry_.address().value(); node 303 net/disk_cache/blockfile/entry_impl_v3.cc node->dirty = backend_->GetCurrentEntryId(); node 508 net/disk_cache/blockfile/entry_impl_v3.cc CacheRankingsBlock* node = const_cast<CacheRankingsBlock*>(&node_); node 509 net/disk_cache/blockfile/entry_impl_v3.cc return Time::FromInternalValue(node->Data()->last_used); node 513 net/disk_cache/blockfile/entry_impl_v3.cc CacheRankingsBlock* node = const_cast<CacheRankingsBlock*>(&node_); node 514 net/disk_cache/blockfile/entry_impl_v3.cc return Time::FromInternalValue(node->Data()->last_modified); node 126 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock node(rankings_); node 128 net/disk_cache/blockfile/eviction.cc rankings_, rankings_->GetPrev(node.get(), Rankings::NO_USE)); node 135 net/disk_cache/blockfile/eviction.cc node.reset(next.release()); node 136 net/disk_cache/blockfile/eviction.cc next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE)); node 137 net/disk_cache/blockfile/eviction.cc if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { node 140 net/disk_cache/blockfile/eviction.cc rankings_->TrackRankingsBlock(node.get(), false); node 141 net/disk_cache/blockfile/eviction.cc if (EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_) node 285 net/disk_cache/blockfile/eviction.cc bool Eviction::EvictEntry(CacheRankingsBlock* node, bool empty, node 287 net/disk_cache/blockfile/eviction.cc EntryImpl* entry = backend_->GetEnumeratedEntry(node, list); node 289 net/disk_cache/blockfile/eviction.cc Trace("NewEntry failed on Trim 0x%x", node->address().value()); node 345 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock node(rankings_); node 355 net/disk_cache/blockfile/eviction.cc node.reset(next[list].release()); node 356 net/disk_cache/blockfile/eviction.cc next[list].reset(rankings_->GetPrev(node.get(), node 358 net/disk_cache/blockfile/eviction.cc if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { node 361 net/disk_cache/blockfile/eviction.cc rankings_->TrackRankingsBlock(node.get(), false); node 362 net/disk_cache/blockfile/eviction.cc if (EvictEntry(node.get(), empty, static_cast<Rankings::List>(list))) node 500 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock node(rankings_); node 502 net/disk_cache/blockfile/eviction.cc rankings_, rankings_->GetPrev(node.get(), Rankings::DELETED)); node 507 net/disk_cache/blockfile/eviction.cc node.reset(next.release()); node 508 net/disk_cache/blockfile/eviction.cc next.reset(rankings_->GetPrev(node.get(), Rankings::DELETED)); node 509 net/disk_cache/blockfile/eviction.cc if (RemoveDeletedNode(node.get())) node 527 net/disk_cache/blockfile/eviction.cc bool Eviction::RemoveDeletedNode(CacheRankingsBlock* node) { node 528 net/disk_cache/blockfile/eviction.cc EntryImpl* entry = backend_->GetEnumeratedEntry(node, Rankings::DELETED); node 530 net/disk_cache/blockfile/eviction.cc Trace("NewEntry failed on Trim 0x%x", node->address().value()); node 541 net/disk_cache/blockfile/eviction.cc bool Eviction::NodeIsOldEnough(CacheRankingsBlock* node, int list) { node 542 net/disk_cache/blockfile/eviction.cc if (!node) node 548 net/disk_cache/blockfile/eviction.cc Time used = Time::FromInternalValue(node->Data()->last_used); node 53 net/disk_cache/blockfile/eviction.h bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list); node 66 net/disk_cache/blockfile/eviction.h bool RemoveDeletedNode(CacheRankingsBlock* node); node 68 net/disk_cache/blockfile/eviction.h bool NodeIsOldEnough(CacheRankingsBlock* node, int list); node 131 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock node(rankings_); node 133 net/disk_cache/blockfile/eviction_v3.cc rankings_, rankings_->GetPrev(node.get(), Rankings::NO_USE)); node 140 net/disk_cache/blockfile/eviction_v3.cc node.reset(next.release()); node 141 net/disk_cache/blockfile/eviction_v3.cc next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE)); node 142 net/disk_cache/blockfile/eviction_v3.cc if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { node 145 net/disk_cache/blockfile/eviction_v3.cc rankings_->TrackRankingsBlock(node.get(), false); node 146 net/disk_cache/blockfile/eviction_v3.cc if (EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_) node 276 net/disk_cache/blockfile/eviction_v3.cc bool Eviction::EvictEntry(CacheRankingsBlock* node, bool empty, node 278 net/disk_cache/blockfile/eviction_v3.cc EntryImplV3* entry = backend_->GetEnumeratedEntry(node, list); node 280 net/disk_cache/blockfile/eviction_v3.cc Trace("NewEntry failed on Trim 0x%x", node->address().value()); node 334 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock node(rankings_); node 344 net/disk_cache/blockfile/eviction_v3.cc node.reset(next[list].release()); node 345 net/disk_cache/blockfile/eviction_v3.cc next[list].reset(rankings_->GetPrev(node.get(), node 347 net/disk_cache/blockfile/eviction_v3.cc if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { node 350 net/disk_cache/blockfile/eviction_v3.cc rankings_->TrackRankingsBlock(node.get(), false); node 351 net/disk_cache/blockfile/eviction_v3.cc if (EvictEntry(node.get(), empty, static_cast<Rankings::List>(list))) node 397 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock node(rankings_); node 399 net/disk_cache/blockfile/eviction_v3.cc rankings_, rankings_->GetPrev(node.get(), Rankings::DELETED)); node 404 net/disk_cache/blockfile/eviction_v3.cc node.reset(next.release()); node 405 net/disk_cache/blockfile/eviction_v3.cc next.reset(rankings_->GetPrev(node.get(), Rankings::DELETED)); node 406 net/disk_cache/blockfile/eviction_v3.cc if (RemoveDeletedNode(node.get())) node 452 net/disk_cache/blockfile/eviction_v3.cc bool EvictionV3::NodeIsOldEnough(CacheRankingsBlock* node, int list) { node 453 net/disk_cache/blockfile/eviction_v3.cc if (!node) node 459 net/disk_cache/blockfile/eviction_v3.cc Time used = Time::FromInternalValue(node->Data()->last_used); node 51 net/disk_cache/blockfile/eviction_v3.h bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list); node 56 net/disk_cache/blockfile/eviction_v3.h bool NodeIsOldEnough(CacheRankingsBlock* node, int list); node 185 net/disk_cache/blockfile/rankings.cc void UpdateTimes(disk_cache::CacheRankingsBlock* node, bool modified) { node 187 net/disk_cache/blockfile/rankings.cc node->Data()->last_used = now.ToInternalValue(); node 189 net/disk_cache/blockfile/rankings.cc node->Data()->last_modified = now.ToInternalValue(); node 202 net/disk_cache/blockfile/rankings.cc Rankings* rankings, CacheRankingsBlock* node) node 203 net/disk_cache/blockfile/rankings.cc : scoped_ptr<CacheRankingsBlock>(node), rankings_(rankings) {} node 247 net/disk_cache/blockfile/rankings.cc void Rankings::Insert(CacheRankingsBlock* node, bool modified, List list) { node 248 net/disk_cache/blockfile/rankings.cc Trace("Insert 0x%x l %d", node->address().value(), list); node 249 net/disk_cache/blockfile/rankings.cc DCHECK(node->HasData()); node 252 net/disk_cache/blockfile/rankings.cc Transaction lock(control_data_, node->address(), INSERT, list); node 259 net/disk_cache/blockfile/rankings.cc head.Data()->prev != node->address().value()) { // FinishInsert(). node 264 net/disk_cache/blockfile/rankings.cc head.Data()->prev = node->address().value(); node 270 net/disk_cache/blockfile/rankings.cc node->Data()->next = my_head.value(); node 271 net/disk_cache/blockfile/rankings.cc node->Data()->prev = node->address().value(); node 272 net/disk_cache/blockfile/rankings.cc my_head.set_value(node->address().value()); node 274 net/disk_cache/blockfile/rankings.cc if (!my_tail.is_initialized() || my_tail.value() == node->address().value()) { node 275 net/disk_cache/blockfile/rankings.cc my_tail.set_value(node->address().value()); node 276 net/disk_cache/blockfile/rankings.cc node->Data()->next = my_tail.value(); node 281 net/disk_cache/blockfile/rankings.cc UpdateTimes(node, modified); node 282 net/disk_cache/blockfile/rankings.cc node->Store(); node 318 net/disk_cache/blockfile/rankings.cc void Rankings::Remove(CacheRankingsBlock* node, List list, bool strict) { node 319 net/disk_cache/blockfile/rankings.cc Trace("Remove 0x%x (0x%x 0x%x) l %d", node->address().value(), node 320 net/disk_cache/blockfile/rankings.cc node->Data()->next, node->Data()->prev, list); node 321 net/disk_cache/blockfile/rankings.cc DCHECK(node->HasData()); node 323 net/disk_cache/blockfile/rankings.cc InvalidateIterators(node); node 325 net/disk_cache/blockfile/rankings.cc Addr next_addr(node->Data()->next); node 326 net/disk_cache/blockfile/rankings.cc Addr prev_addr(node->Data()->prev); node 343 net/disk_cache/blockfile/rankings.cc if (!CheckLinks(node, &prev, &next, &list)) node 346 net/disk_cache/blockfile/rankings.cc Transaction lock(control_data_, node->address(), REMOVE, list); node 351 net/disk_cache/blockfile/rankings.cc CacheAddr node_value = node->address().value(); node 383 net/disk_cache/blockfile/rankings.cc node->Data()->next = 0; node 384 net/disk_cache/blockfile/rankings.cc node->Data()->prev = 0; node 392 net/disk_cache/blockfile/rankings.cc node->Store(); node 403 net/disk_cache/blockfile/rankings.cc void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) { node 405 net/disk_cache/blockfile/rankings.cc if (my_head.value() == node->address().value()) { node 406 net/disk_cache/blockfile/rankings.cc UpdateTimes(node, modified); node 407 net/disk_cache/blockfile/rankings.cc node->set_modified(); node 412 net/disk_cache/blockfile/rankings.cc Remove(node, list, true); node 413 net/disk_cache/blockfile/rankings.cc Insert(node, modified, list); node 417 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock* Rankings::GetNext(CacheRankingsBlock* node, List list) { node 419 net/disk_cache/blockfile/rankings.cc if (!node) { node 425 net/disk_cache/blockfile/rankings.cc if (!node->HasData()) node 426 net/disk_cache/blockfile/rankings.cc node->Load(); node 430 net/disk_cache/blockfile/rankings.cc if (my_tail.value() == node->address().value()) node 432 net/disk_cache/blockfile/rankings.cc Addr address(node->Data()->next); node 433 net/disk_cache/blockfile/rankings.cc if (address.value() == node->address().value()) node 444 net/disk_cache/blockfile/rankings.cc if (node && !CheckSingleLink(node, next.get())) node 450 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock* Rankings::GetPrev(CacheRankingsBlock* node, List list) { node 452 net/disk_cache/blockfile/rankings.cc if (!node) { node 458 net/disk_cache/blockfile/rankings.cc if (!node->HasData()) node 459 net/disk_cache/blockfile/rankings.cc node->Load(); node 463 net/disk_cache/blockfile/rankings.cc if (my_head.value() == node->address().value()) node 465 net/disk_cache/blockfile/rankings.cc Addr address(node->Data()->prev); node 466 net/disk_cache/blockfile/rankings.cc if (address.value() == node->address().value()) node 477 net/disk_cache/blockfile/rankings.cc if (node && !CheckSingleLink(prev.get(), node)) node 483 net/disk_cache/blockfile/rankings.cc void Rankings::FreeRankingsBlock(CacheRankingsBlock* node) { node 484 net/disk_cache/blockfile/rankings.cc TrackRankingsBlock(node, false); node 487 net/disk_cache/blockfile/rankings.cc void Rankings::TrackRankingsBlock(CacheRankingsBlock* node, node 489 net/disk_cache/blockfile/rankings.cc if (!node) node 492 net/disk_cache/blockfile/rankings.cc IteratorPair current(node->address().value(), node); node 514 net/disk_cache/blockfile/rankings.cc bool Rankings::SanityCheck(CacheRankingsBlock* node, bool from_list) const { node 515 net/disk_cache/blockfile/rankings.cc if (!node->VerifyHash()) node 518 net/disk_cache/blockfile/rankings.cc const RankingsNode* data = node->Data(); node 528 net/disk_cache/blockfile/rankings.cc if ((node->address().value() == data->prev) && !IsHead(data->prev, &list)) node 531 net/disk_cache/blockfile/rankings.cc if ((node->address().value() == data->next) && !IsTail(data->next, &list)) node 546 net/disk_cache/blockfile/rankings.cc bool Rankings::DataSanityCheck(CacheRankingsBlock* node, bool from_list) const { node 547 net/disk_cache/blockfile/rankings.cc const RankingsNode* data = node->Data(); node 558 net/disk_cache/blockfile/rankings.cc void Rankings::SetContents(CacheRankingsBlock* node, CacheAddr address) { node 559 net/disk_cache/blockfile/rankings.cc node->Data()->contents = address; node 560 net/disk_cache/blockfile/rankings.cc node->Store(); node 645 net/disk_cache/blockfile/rankings.cc CacheRankingsBlock node(backend_->File(node_addr), node_addr); node 646 net/disk_cache/blockfile/rankings.cc if (!node.Load()) node 649 net/disk_cache/blockfile/rankings.cc node.Store(); node 659 net/disk_cache/blockfile/rankings.cc FinishInsert(&node); node 662 net/disk_cache/blockfile/rankings.cc RevertRemove(&node); node 669 net/disk_cache/blockfile/rankings.cc void Rankings::FinishInsert(CacheRankingsBlock* node) { node 674 net/disk_cache/blockfile/rankings.cc if (my_head.value() != node->address().value()) { node 675 net/disk_cache/blockfile/rankings.cc if (my_tail.value() == node->address().value()) { node 677 net/disk_cache/blockfile/rankings.cc node->Data()->next = my_tail.value(); node 680 net/disk_cache/blockfile/rankings.cc Insert(node, true, static_cast<List>(control_data_->operation_list)); node 684 net/disk_cache/blockfile/rankings.cc backend_->RecoveredEntry(node); node 687 net/disk_cache/blockfile/rankings.cc void Rankings::RevertRemove(CacheRankingsBlock* node) { node 688 net/disk_cache/blockfile/rankings.cc Addr next_addr(node->Data()->next); node 689 net/disk_cache/blockfile/rankings.cc Addr prev_addr(node->Data()->prev); node 707 net/disk_cache/blockfile/rankings.cc CacheAddr node_value = node->address().value(); node 745 net/disk_cache/blockfile/rankings.cc bool Rankings::CheckLinks(CacheRankingsBlock* node, CacheRankingsBlock* prev, node 747 net/disk_cache/blockfile/rankings.cc CacheAddr node_addr = node->address().value(); node 763 net/disk_cache/blockfile/rankings.cc node->Data()->next = 0; node 764 net/disk_cache/blockfile/rankings.cc node->Data()->prev = 0; node 765 net/disk_cache/blockfile/rankings.cc node->Store(); node 824 net/disk_cache/blockfile/rankings.cc scoped_ptr<CacheRankingsBlock> node; node 827 net/disk_cache/blockfile/rankings.cc node.reset(new CacheRankingsBlock(backend_->File(current), current)); node 828 net/disk_cache/blockfile/rankings.cc node->Load(); node 829 net/disk_cache/blockfile/rankings.cc if (!SanityCheck(node.get(), true)) node 832 net/disk_cache/blockfile/rankings.cc CacheAddr next = forward ? node->Data()->next : node->Data()->prev; node 833 net/disk_cache/blockfile/rankings.cc CacheAddr prev = forward ? node->Data()->prev : node->Data()->next; node 885 net/disk_cache/blockfile/rankings.cc void Rankings::UpdateIterators(CacheRankingsBlock* node) { node 886 net/disk_cache/blockfile/rankings.cc CacheAddr address = node->address().value(); node 891 net/disk_cache/blockfile/rankings.cc *other->Data() = *node->Data(); node 896 net/disk_cache/blockfile/rankings.cc void Rankings::InvalidateIterators(CacheRankingsBlock* node) { node 897 net/disk_cache/blockfile/rankings.cc CacheAddr address = node->address().value(); node 72 net/disk_cache/blockfile/rankings.h ScopedRankingsBlock(Rankings* rankings, CacheRankingsBlock* node); node 114 net/disk_cache/blockfile/rankings.h void Insert(CacheRankingsBlock* node, bool modified, List list); node 121 net/disk_cache/blockfile/rankings.h void Remove(CacheRankingsBlock* node, List list, bool strict); node 124 net/disk_cache/blockfile/rankings.h void UpdateRank(CacheRankingsBlock* node, bool modified, List list); node 127 net/disk_cache/blockfile/rankings.h CacheRankingsBlock* GetNext(CacheRankingsBlock* node, List list); node 128 net/disk_cache/blockfile/rankings.h CacheRankingsBlock* GetPrev(CacheRankingsBlock* node, List list); node 129 net/disk_cache/blockfile/rankings.h void FreeRankingsBlock(CacheRankingsBlock* node); node 132 net/disk_cache/blockfile/rankings.h void TrackRankingsBlock(CacheRankingsBlock* node, bool start_tracking); node 140 net/disk_cache/blockfile/rankings.h bool SanityCheck(CacheRankingsBlock* node, bool from_list) const; node 141 net/disk_cache/blockfile/rankings.h bool DataSanityCheck(CacheRankingsBlock* node, bool from_list) const; node 144 net/disk_cache/blockfile/rankings.h void SetContents(CacheRankingsBlock* node, CacheAddr address); node 170 net/disk_cache/blockfile/rankings.h bool CheckLinks(CacheRankingsBlock* node, CacheRankingsBlock* prev, node 192 net/disk_cache/blockfile/rankings.h void UpdateIterators(CacheRankingsBlock* node); node 195 net/disk_cache/blockfile/rankings.h void InvalidateIterators(CacheRankingsBlock* node); node 104 net/disk_cache/memory/mem_backend_impl.cc void MemBackendImpl::UpdateRank(MemEntryImpl* node) { node 105 net/disk_cache/memory/mem_backend_impl.cc rankings_.UpdateRank(node); node 253 net/disk_cache/memory/mem_backend_impl.cc MemEntryImpl* node = rankings_.GetNext(NULL); node 264 net/disk_cache/memory/mem_backend_impl.cc while (node) { node 265 net/disk_cache/memory/mem_backend_impl.cc if (node->GetLastUsed() < initial_time) node 268 net/disk_cache/memory/mem_backend_impl.cc if (node->GetLastUsed() < end_time) node 269 net/disk_cache/memory/mem_backend_impl.cc node->Doom(); node 271 net/disk_cache/memory/mem_backend_impl.cc last_valid = node; node 272 net/disk_cache/memory/mem_backend_impl.cc node = rankings_.GetNext(last_valid); node 292 net/disk_cache/memory/mem_backend_impl.cc MemEntryImpl* node = rankings_.GetNext(current); node 295 net/disk_cache/memory/mem_backend_impl.cc while (node && node->type() != MemEntryImpl::kParentEntry) { node 296 net/disk_cache/memory/mem_backend_impl.cc node = rankings_.GetNext(node); node 298 net/disk_cache/memory/mem_backend_impl.cc *next_entry = node; node 299 net/disk_cache/memory/mem_backend_impl.cc *iter = node; node 301 net/disk_cache/memory/mem_backend_impl.cc if (node) node 302 net/disk_cache/memory/mem_backend_impl.cc node->Open(); node 304 net/disk_cache/memory/mem_backend_impl.cc return NULL != node; node 314 net/disk_cache/memory/mem_backend_impl.cc MemEntryImpl* node = next; node 316 net/disk_cache/memory/mem_backend_impl.cc if (!node->InUse() || empty) { node 317 net/disk_cache/memory/mem_backend_impl.cc node->Doom(); node 47 net/disk_cache/memory/mem_backend_impl.h void UpdateRank(MemEntryImpl* node); node 16 net/disk_cache/memory/mem_rankings.cc void MemRankings::Insert(MemEntryImpl* node) { node 18 net/disk_cache/memory/mem_rankings.cc head_->set_prev(node); node 21 net/disk_cache/memory/mem_rankings.cc tail_ = node; node 23 net/disk_cache/memory/mem_rankings.cc node->set_prev(NULL); node 24 net/disk_cache/memory/mem_rankings.cc node->set_next(head_); node 25 net/disk_cache/memory/mem_rankings.cc head_ = node; node 28 net/disk_cache/memory/mem_rankings.cc void MemRankings::Remove(MemEntryImpl* node) { node 29 net/disk_cache/memory/mem_rankings.cc MemEntryImpl* prev = node->prev(); node 30 net/disk_cache/memory/mem_rankings.cc MemEntryImpl* next = node->next(); node 32 net/disk_cache/memory/mem_rankings.cc if (head_ == node) node 35 net/disk_cache/memory/mem_rankings.cc if (tail_ == node) node 44 net/disk_cache/memory/mem_rankings.cc node->set_next(NULL); node 45 net/disk_cache/memory/mem_rankings.cc node->set_prev(NULL); node 48 net/disk_cache/memory/mem_rankings.cc void MemRankings::UpdateRank(MemEntryImpl* node) { node 49 net/disk_cache/memory/mem_rankings.cc Remove(node); node 50 net/disk_cache/memory/mem_rankings.cc Insert(node); node 53 net/disk_cache/memory/mem_rankings.cc MemEntryImpl* MemRankings::GetNext(MemEntryImpl* node) { node 54 net/disk_cache/memory/mem_rankings.cc if (!node) node 57 net/disk_cache/memory/mem_rankings.cc return node->next(); node 60 net/disk_cache/memory/mem_rankings.cc MemEntryImpl* MemRankings::GetPrev(MemEntryImpl* node) { node 61 net/disk_cache/memory/mem_rankings.cc if (!node) node 64 net/disk_cache/memory/mem_rankings.cc return node->prev(); node 23 net/disk_cache/memory/mem_rankings.h void Insert(MemEntryImpl* node); node 26 net/disk_cache/memory/mem_rankings.h void Remove(MemEntryImpl* node); node 29 net/disk_cache/memory/mem_rankings.h void UpdateRank(MemEntryImpl* node); node 32 net/disk_cache/memory/mem_rankings.h MemEntryImpl* GetNext(MemEntryImpl* node); node 33 net/disk_cache/memory/mem_rankings.h MemEntryImpl* GetPrev(MemEntryImpl* node); node 221 net/quic/crypto/strike_register.cc InternalNode* node = &internal_nodes_[*where_index >> 8]; node 222 net/quic/crypto/strike_register.cc if (node->critbyte() > differing_byte) { node 225 net/quic/crypto/strike_register.cc if (node->critbyte() == differing_byte && node 226 net/quic/crypto/strike_register.cc node->otherbits() > new_other_bits) { node 229 net/quic/crypto/strike_register.cc if (node->critbyte() == differing_byte && node 230 net/quic/crypto/strike_register.cc node->otherbits() == new_other_bits) { node 234 net/quic/crypto/strike_register.cc uint8 c = value[node->critbyte()]; node 236 net/quic/crypto/strike_register.cc (1 + static_cast<unsigned>(node->otherbits() | c)) >> 8; node 237 net/quic/crypto/strike_register.cc where_index = &node->data_[direction]; node 298 net/quic/crypto/strike_register.cc InternalNode* node = &internal_nodes_[next]; node 299 net/quic/crypto/strike_register.cc uint8 b = v[node->critbyte()]; node 301 net/quic/crypto/strike_register.cc (1 + static_cast<unsigned>(node->otherbits() | b)) >> 8; node 302 net/quic/crypto/strike_register.cc next = node->child(direction); node 378 net/socket/ssl_client_socket_nss.cc for (CERTCertListNode* node = CERT_LIST_HEAD(list); node 379 net/socket/ssl_client_socket_nss.cc !CERT_LIST_END(node, list); node = CERT_LIST_NEXT(node)) { node 380 net/socket/ssl_client_socket_nss.cc certs_.push_back(CERT_DupCertificate(node->cert)); node 203 net/spdy/spdy_priority_forest.h const Node& node = all_nodes_[node_id]; node 207 net/spdy/spdy_priority_forest.h if (node.type != ROOT_NODE) { node 208 net/spdy/spdy_priority_forest.h DCHECK(NodeExists(node.depends_on.parent_id)); node 209 net/spdy/spdy_priority_forest.h Node* parent = &all_nodes_[node.depends_on.parent_id]; node 211 net/spdy/spdy_priority_forest.h parent->child = node.child; node 215 net/spdy/spdy_priority_forest.h if (node.child != NodeId()) { node 216 net/spdy/spdy_priority_forest.h DCHECK(NodeExists(node.child)); node 217 net/spdy/spdy_priority_forest.h Node* child = &all_nodes_[node.child]; node 222 net/spdy/spdy_priority_forest.h child->depends_on = node.depends_on; node 226 net/spdy/spdy_priority_forest.h if (node.type == ROOT_NODE) { node 228 net/spdy/spdy_priority_forest.h } else if (node.type == NONROOT_ORDERED) { node 241 net/spdy/spdy_priority_forest.h const Node* node = FindNode(node_id); node 242 net/spdy/spdy_priority_forest.h if (node != NULL && node->type == ROOT_NODE) { node 243 net/spdy/spdy_priority_forest.h return node->depends_on.priority; node 251 net/spdy/spdy_priority_forest.h const Node* node = FindNode(node_id); node 252 net/spdy/spdy_priority_forest.h if (node != NULL && node->type != ROOT_NODE) { node 253 net/spdy/spdy_priority_forest.h return node->depends_on.parent_id; node 262 net/spdy/spdy_priority_forest.h const Node* node = FindNode(node_id); node 263 net/spdy/spdy_priority_forest.h return node != NULL && node->type == NONROOT_UNORDERED; node 268 net/spdy/spdy_priority_forest.h const Node* node = FindNode(node_id); node 269 net/spdy/spdy_priority_forest.h if (node != NULL) { node 270 net/spdy/spdy_priority_forest.h return node->child; node 283 net/spdy/spdy_priority_forest.h Node* node = &all_nodes_[node_id]; node 285 net/spdy/spdy_priority_forest.h if (node->type != ROOT_NODE) { node 286 net/spdy/spdy_priority_forest.h DCHECK(NodeExists(node->depends_on.parent_id)); node 287 net/spdy/spdy_priority_forest.h Node* parent = &all_nodes_[node->depends_on.parent_id]; node 289 net/spdy/spdy_priority_forest.h node->type = ROOT_NODE; node 292 net/spdy/spdy_priority_forest.h node->depends_on.priority = priority; node 303 net/spdy/spdy_priority_forest.h Node* node = &all_nodes_[node_id]; node 308 net/spdy/spdy_priority_forest.h node->type = (unordered ? NONROOT_UNORDERED : NONROOT_ORDERED); node 318 net/spdy/spdy_priority_forest.h Node* last = node; node 329 net/spdy/spdy_priority_forest.h if (node->type != ROOT_NODE) { node 330 net/spdy/spdy_priority_forest.h const NodeId old_parent_id = node->depends_on.parent_id; node 339 net/spdy/spdy_priority_forest.h node->type = (unordered ? NONROOT_UNORDERED : NONROOT_ORDERED); node 340 net/spdy/spdy_priority_forest.h node->depends_on.parent_id = parent_id; node 392 net/spdy/spdy_priority_forest.h const Node* node = FindNode(node_id); node 393 net/spdy/spdy_priority_forest.h return node != NULL && (node->flags & flag) != 0; node 430 net/spdy/spdy_priority_forest.h for (const Node* node = &root; ; node = &all_nodes_[node->child]) { node 431 net/spdy/spdy_priority_forest.h if ((node->flags & flag) != 0) { node 436 net/spdy/spdy_priority_forest.h if (node->child == NodeId()) { node 439 net/spdy/spdy_priority_forest.h DCHECK(NodeExists(node->child)); node 462 net/spdy/spdy_priority_forest.h Node* node = &all_nodes_[node_id]; node 463 net/spdy/spdy_priority_forest.h if ((node->flags & flag) != 0) { node 468 net/spdy/spdy_priority_forest.h for (Node* next = node; next->child != NodeId();) { node 482 net/spdy/spdy_priority_forest.h node_id = node->child; node 501 net/spdy/spdy_priority_forest.h const Node& node = iter->second; node 502 net/spdy/spdy_priority_forest.h if (node.type != ROOT_NODE && node 503 net/spdy/spdy_priority_forest.h (!NodeExists(node.depends_on.parent_id) || node 504 net/spdy/spdy_priority_forest.h GetChild(node.depends_on.parent_id) != node_id)) { node 507 net/spdy/spdy_priority_forest.h if (node.child != NodeId()) { node 508 net/spdy/spdy_priority_forest.h if (!NodeExists(node.child) || node_id != GetParent(node.child)) { node 513 net/spdy/spdy_priority_forest.h NodeId child_id = node.child; node 81 net/ssl/client_cert_store_nss.cc for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); node 82 net/ssl/client_cert_store_nss.cc !CERT_LIST_END(node, cert_list); node 83 net/ssl/client_cert_store_nss.cc node = CERT_LIST_NEXT(node)) { node 86 net/ssl/client_cert_store_nss.cc if (CERT_CheckCertValidTimes(node->cert, PR_Now(), PR_TRUE) != node 89 net/ssl/client_cert_store_nss.cc << base::StringPiece(node->cert->nickname); node 94 net/ssl/client_cert_store_nss.cc node->cert, X509Certificate::OSCertHandles()); node 101 net/ssl/client_cert_store_nss.cc NSS_CmpCertChainWCANames(node->cert, &ca_names) == SECSuccess)) { node 102 net/ssl/client_cert_store_nss.cc DVLOG(2) << "matched cert: " << base::StringPiece(node->cert->nickname); node 107 net/ssl/client_cert_store_nss.cc << base::StringPiece(node->cert->nickname); node 7160 net/third_party/nss/ssl/ssl3con.c dnameNode * node; node 7226 net/third_party/nss/ssl/ssl3con.c ca_list.head = node = PORT_ArenaZNew(arena, dnameNode); node 7227 net/third_party/nss/ssl/ssl3con.c if (node == NULL) node 7236 net/third_party/nss/ssl/ssl3con.c node->name.len = len = ssl3_ConsumeHandshakeNumber(ss, 2, &b, &length); node 7244 net/third_party/nss/ssl/ssl3con.c node->name.data = b; node 7252 net/third_party/nss/ssl/ssl3con.c node->next = PORT_ArenaZNew(arena, dnameNode); node 7253 net/third_party/nss/ssl/ssl3con.c node = node->next; node 7254 net/third_party/nss/ssl/ssl3con.c if (node == NULL) node 7263 net/third_party/nss/ssl/ssl3con.c for(i = 0, node = (dnameNode*)ca_list.head; node 7265 net/third_party/nss/ssl/ssl3con.c i++, node = node->next) { node 7266 net/third_party/nss/ssl/ssl3con.c ca_list.names[i] = node->name; node 63 net/third_party/nss/ssl/sslplatf.c CERTCertListNode * node; node 73 net/third_party/nss/ssl/sslplatf.c for (len = 0, node = CERT_LIST_HEAD(list); !CERT_LIST_END(node, list); node 74 net/third_party/nss/ssl/sslplatf.c len++, node = CERT_LIST_NEXT(node)) { node 86 net/third_party/nss/ssl/sslplatf.c for (len = 0, node = CERT_LIST_HEAD(list); !CERT_LIST_END(node, list); node 87 net/third_party/nss/ssl/sslplatf.c len++, node = CERT_LIST_NEXT(node)) { node 92 net/third_party/nss/ssl/sslplatf.c if (len > 0 && (len == chain->len - 1) && node->cert->isRoot) { node 96 net/third_party/nss/ssl/sslplatf.c SECITEM_CopyItem(arena, &chain->certs[len], &node->cert->derCert); node 103 net/tools/flip_server/create_listener.cc const char* node = NULL; node 107 net/tools/flip_server/create_listener.cc node = host.c_str(); node 124 net/tools/flip_server/create_listener.cc if ((err = getaddrinfo(node, service, &hints, &results))) { node 232 net/tools/flip_server/create_listener.cc const char* node = NULL; node 237 net/tools/flip_server/create_listener.cc node = host.c_str(); node 253 net/tools/flip_server/create_listener.cc if ((err = getaddrinfo(node, service, &hints, &results))) { node 255 net/tools/flip_server/create_listener.cc LOG(ERROR) << "getaddrinfo for (" << node << ":" << service node 265 net/tools/flip_server/create_listener.cc LOG(ERROR) << "Unable to create socket for (" << node << ":" << service node 281 net/tools/flip_server/create_listener.cc LOG(ERROR) << "Connect was unsuccessful for (" << node << ":" << service node 37 remoting/host/log_to_server_unittest.cc bool IsLogEntryForConnection(XmlElement* node, const char* connection_type) { node 38 remoting/host/log_to_server_unittest.cc return (node->Name() == QName(kChromotingNamespace, "entry") && node 39 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "event-name")) == "session-state" && node 40 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "session-state")) == "connected" && node 41 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "role")) == "host" && node 42 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "mode")) == "me2me" && node 43 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "connection-type")) == node 93 remoting/host/log_to_server_unittest.cc bool IsLogEntryForDisconnection(XmlElement* node) { node 94 remoting/host/log_to_server_unittest.cc return (node->Name() == QName(kChromotingNamespace, "entry") && node 95 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "event-name")) == "session-state" && node 96 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "session-state")) == "closed" && node 97 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "role")) == "host" && node 98 remoting/host/log_to_server_unittest.cc node->Attr(QName(std::string(), "mode")) == "me2me"); node 74 remoting/jingle_glue/xmpp_signal_strategy.cc settings.set_user(login_jid.node()); node 43 sandbox/win/src/policy_low_level.cc RuleNode node = {local_rule, service}; node 44 sandbox/win/src/policy_low_level.cc rules_.push_back(node); node 51 sync/internal_api/change_reorder_buffer.cc syncable::Entry node(trans, syncable::GET_BY_HANDLE, node_to_include); node 52 sync/internal_api/change_reorder_buffer.cc CHECK(node.good()); node 53 sync/internal_api/change_reorder_buffer.cc if (node.GetId().IsRoot()) { node 59 sync/internal_api/change_reorder_buffer.cc top_ = node.GetMetahandle(); node 63 sync/internal_api/change_reorder_buffer.cc node.GetParentId()); node 249 sync/internal_api/sync_encryption_handler_impl.cc WriteNode node(&trans); node 251 sync/internal_api/sync_encryption_handler_impl.cc if (node.InitByTagLookup(kNigoriTag) != BaseNode::INIT_OK) node 253 sync/internal_api/sync_encryption_handler_impl.cc if (!ApplyNigoriUpdateImpl(node.GetNigoriSpecifics(), node 265 sync/internal_api/sync_encryption_handler_impl.cc if (IsNigoriMigratedToKeystore(node.GetNigoriSpecifics())) { node 334 sync/internal_api/sync_encryption_handler_impl.cc WriteNode node(&trans); node 335 sync/internal_api/sync_encryption_handler_impl.cc if (node.InitByTagLookup(kNigoriTag) != BaseNode::INIT_OK) { node 345 sync/internal_api/sync_encryption_handler_impl.cc if (IsNigoriMigratedToKeystore(node.GetNigoriSpecifics())) { node 358 sync/internal_api/sync_encryption_handler_impl.cc SetCustomPassphrase(passphrase, &trans, &node); node 472 sync/internal_api/sync_encryption_handler_impl.cc FinishSetPassphrase(success, bootstrap_token, &trans, &node); node 487 sync/internal_api/sync_encryption_handler_impl.cc WriteNode node(&trans); node 488 sync/internal_api/sync_encryption_handler_impl.cc if (node.InitByTagLookup(kNigoriTag) != BaseNode::INIT_OK) { node 498 sync/internal_api/sync_encryption_handler_impl.cc if (IsNigoriMigratedToKeystore(node.GetNigoriSpecifics()) && node 500 sync/internal_api/sync_encryption_handler_impl.cc DecryptPendingKeysWithExplicitPassphrase(passphrase, &trans, &node); node 620 sync/internal_api/sync_encryption_handler_impl.cc FinishSetPassphrase(success, bootstrap_token, &trans, &node); node 105 sync/internal_api/sync_encryption_handler_impl_unittest.cc syncable::MutableEntry node(&wtrans, node 110 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutUniqueServerTag(tag_name); node 111 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutIsDir(true); node 112 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutServerIsDir(false); node 113 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutIsUnsynced(false); node 114 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutIsUnappliedUpdate(false); node 115 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutServerVersion(20); node 116 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutBaseVersion(20); node 117 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutIsDel(false); node 118 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutId(ids_.MakeServer(tag_name)); node 121 sync/internal_api/sync_encryption_handler_impl_unittest.cc node.PutSpecifics(specifics); node 109 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 111 sync/internal_api/sync_manager_impl_unittest.cc node.InitUniqueByCreation(model_type, root_node, client_tag); node 113 sync/internal_api/sync_manager_impl_unittest.cc node.SetIsFolder(false); node 114 sync/internal_api/sync_manager_impl_unittest.cc return node.GetId(); node 126 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 127 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_TRUE(node.InitBookmarkByCreation(parent_node, predecessor)); node 128 sync/internal_api/sync_manager_impl_unittest.cc node.SetIsFolder(true); node 129 sync/internal_api/sync_manager_impl_unittest.cc return node.GetId(); node 138 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 139 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_TRUE(node.InitBookmarkByCreation(parent_node, predecessor)); node 140 sync/internal_api/sync_manager_impl_unittest.cc return node.GetId(); node 231 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 233 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_FAILED_ENTRY_NOT_GOOD, node.InitByIdLookup(2)); node 250 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 252 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, "testtag")); node 256 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_NE(node.GetId(), 0); node 257 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(node.GetId(), root_node.GetFirstChildId()); node 303 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 305 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, node 310 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 312 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, node 361 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 363 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, node 367 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(node.GetTitle(), test_title); node 390 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 392 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, node 394 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(node.GetTitle(), test_title); node 395 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(node.GetModelType(), BOOKMARKS); node 480 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 481 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(child_id)); node 487 sync/internal_api/sync_manager_impl_unittest.cc node.GetEntitySpecifics().SerializeAsString()); node 488 sync/internal_api/sync_manager_impl_unittest.cc node.SetEntitySpecifics(entity_specifics); node 490 sync/internal_api/sync_manager_impl_unittest.cc node.GetEntitySpecifics().SerializeAsString()); node 497 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 498 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(child_id)); node 499 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_TRUE(node.GetEntitySpecifics().unknown_fields().empty()); node 504 sync/internal_api/sync_manager_impl_unittest.cc node.SetEntitySpecifics(entity_specifics); node 505 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_FALSE(node.GetEntitySpecifics().unknown_fields().empty()); node 508 sync/internal_api/sync_manager_impl_unittest.cc node.SetEntitySpecifics(entity_specifics); node 509 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_FALSE(node.GetEntitySpecifics().unknown_fields().empty()); node 516 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 519 sync/internal_api/sync_manager_impl_unittest.cc node.InitUniqueByCreation(TYPED_URLS, root_node, empty_tag); node 522 sync/internal_api/sync_manager_impl_unittest.cc node.InitByTagLookup(empty_tag)); node 592 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 594 sync/internal_api/sync_manager_impl_unittest.cc node.InitByIdLookup(parent)); node 595 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(4, node.GetTotalNodeCount()); node 822 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 823 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(nigori_id)); node 824 sync/internal_api/sync_manager_impl_unittest.cc node.SetNigoriSpecifics(nigori); node 997 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 999 sync/internal_api/sync_manager_impl_unittest.cc node.InitByIdLookup(GetIdForDataType(NIGORI))); node 1000 sync/internal_api/sync_manager_impl_unittest.cc sync_pb::NigoriSpecifics nigori = node.GetNigoriSpecifics(); node 1042 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 1044 sync/internal_api/sync_manager_impl_unittest.cc node.InitByIdLookup(GetIdForDataType(NIGORI))); node 1045 sync/internal_api/sync_manager_impl_unittest.cc sync_pb::NigoriSpecifics nigori = node.GetNigoriSpecifics(); node 1187 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 1188 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByTagLookup(kNigoriTag)); node 1189 sync/internal_api/sync_manager_impl_unittest.cc sync_pb::NigoriSpecifics nigori = node.GetNigoriSpecifics(); node 1307 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1308 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByTagLookup(kNigoriTag)); node 1313 sync/internal_api/sync_manager_impl_unittest.cc node.SetNigoriSpecifics(nigori); node 1355 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1356 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByTagLookup(kNigoriTag)); node 1359 sync/internal_api/sync_manager_impl_unittest.cc node.SetNigoriSpecifics(nigori); node 1438 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1439 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByTagLookup(kNigoriTag)); node 1445 sync/internal_api/sync_manager_impl_unittest.cc node.SetNigoriSpecifics(nigori); node 1487 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1488 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByTagLookup(kNigoriTag)); node 1491 sync/internal_api/sync_manager_impl_unittest.cc node.SetNigoriSpecifics(nigori); node 1590 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1591 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(node_id1)); node 1595 sync/internal_api/sync_manager_impl_unittest.cc node.SetEntitySpecifics(entity_specifics); node 1598 sync/internal_api/sync_manager_impl_unittest.cc syncable::MutableEntry* node_entry = node.entry_; node 1615 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 1616 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(node_id1)); node 1617 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BOOKMARKS, node.GetModelType()); node 1618 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); node 1619 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetBookmarkSpecifics().title()); node 1620 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(url, node.GetBookmarkSpecifics().url()); node 1656 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 1657 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(node_id1)); node 1658 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(BOOKMARKS, node.GetModelType()); node 1659 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); node 1660 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetBookmarkSpecifics().title()); node 1661 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(url, node.GetBookmarkSpecifics().url()); node 1685 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1686 sync/internal_api/sync_manager_impl_unittest.cc ASSERT_TRUE(node.InitBookmarkByCreation(bookmark_root, NULL)); node 1687 sync/internal_api/sync_manager_impl_unittest.cc node.SetIsFolder(false); node 1688 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(title)); node 1690 sync/internal_api/sync_manager_impl_unittest.cc sync_pb::BookmarkSpecifics bookmark_specifics(node.GetBookmarkSpecifics()); node 1692 sync/internal_api/sync_manager_impl_unittest.cc node.SetBookmarkSpecifics(bookmark_specifics); node 1701 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 1702 sync/internal_api/sync_manager_impl_unittest.cc ASSERT_EQ(BaseNode::INIT_OK, node.InitByIdLookup(child_id)); node 1703 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_FALSE(node.GetIsFolder()); node 1704 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); node 1705 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(url, node.GetBookmarkSpecifics().url()); node 1725 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1727 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 1728 sync/internal_api/sync_manager_impl_unittest.cc node.SetEntitySpecifics(entity_specifics); node 1745 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 1747 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 1748 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 1773 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 1775 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 1776 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 1798 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 1800 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 1801 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 1814 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1816 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 1817 sync/internal_api/sync_manager_impl_unittest.cc node.SetEntitySpecifics(entity_specifics); node 1818 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 1834 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1836 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 1837 sync/internal_api/sync_manager_impl_unittest.cc node.SetEntitySpecifics(entity_specifics); node 1838 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 1876 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1878 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PASSWORDS, client_tag)); node 1879 sync/internal_api/sync_manager_impl_unittest.cc node.SetEntitySpecifics(entity_specifics); node 1911 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1913 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PASSWORDS, client_tag)); node 1914 sync/internal_api/sync_manager_impl_unittest.cc node.SetPasswordSpecifics(node.GetPasswordSpecifics()); node 1921 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 1923 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PASSWORDS, client_tag)); node 1930 sync/internal_api/sync_manager_impl_unittest.cc node.SetPasswordSpecifics(data); node 1931 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 2024 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2026 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 2027 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(client_tag)); node 2034 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2036 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 2037 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide("title2")); node 2073 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2075 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 2076 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(client_tag)); node 2077 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 2088 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2090 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 2091 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide("title2")); node 2092 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 2119 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2121 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PREFERENCES, client_tag)); node 2122 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(client_tag)); node 2129 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2131 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PREFERENCES, client_tag)); node 2132 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide("title2")); node 2170 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2172 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PREFERENCES, client_tag)); node 2173 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(client_tag)); node 2174 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 2185 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2187 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PREFERENCES, client_tag)); node 2188 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide("title2")); node 2189 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 2218 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2220 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PREFERENCES, kClientTag)); node 2221 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(title)); node 2222 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(node.GetTitle(), title.substr(0, 255)); node 2229 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2231 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PREFERENCES, kClientTag)); node 2232 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(title)); node 2233 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(node.GetTitle(), title.substr(0, 255)); node 2240 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2242 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(PREFERENCES, kClientTag)); node 2243 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide("title2")); node 2277 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 2279 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 2280 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); node 2281 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(url, node.GetBookmarkSpecifics().url()); node 2287 sync/internal_api/sync_manager_impl_unittest.cc WriteNode node(&trans); node 2289 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 2291 sync/internal_api/sync_manager_impl_unittest.cc sync_pb::BookmarkSpecifics bookmark_specifics(node.GetBookmarkSpecifics()); node 2293 sync/internal_api/sync_manager_impl_unittest.cc node.SetBookmarkSpecifics(bookmark_specifics); node 2299 sync/internal_api/sync_manager_impl_unittest.cc ReadNode node(&trans); node 2301 sync/internal_api/sync_manager_impl_unittest.cc node.InitByClientTagLookup(BOOKMARKS, client_tag)); node 2302 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); node 2303 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(url2, node.GetBookmarkSpecifics().url()); node 2304 sync/internal_api/sync_manager_impl_unittest.cc const syncable::Entry* node_entry = node.GetEntry(); node 961 sync/syncable/directory.cc scoped_ptr<base::DictionaryValue> node( node 968 sync/syncable/directory.cc node->SetInteger("positionIndex", GetPositionIndex(trans, kernel)); node 971 sync/syncable/directory.cc nodes->Append(node.release()); node 72 sync/test/engine/test_syncable_utils.cc syncable::MutableEntry node(trans, node 77 sync/test/engine/test_syncable_utils.cc DCHECK(node.good()); node 78 sync/test/engine/test_syncable_utils.cc node.PutUniqueServerTag(tag_name); node 79 sync/test/engine/test_syncable_utils.cc node.PutIsDir(true); node 80 sync/test/engine/test_syncable_utils.cc node.PutServerIsDir(false); node 81 sync/test/engine/test_syncable_utils.cc node.PutIsUnsynced(false); node 82 sync/test/engine/test_syncable_utils.cc node.PutIsUnappliedUpdate(false); node 83 sync/test/engine/test_syncable_utils.cc node.PutServerVersion(20); node 84 sync/test/engine/test_syncable_utils.cc node.PutBaseVersion(20); node 85 sync/test/engine/test_syncable_utils.cc node.PutIsDel(false); node 86 sync/test/engine/test_syncable_utils.cc node.PutId(syncer::TestIdFactory::MakeServer(tag_name)); node 89 sync/test/engine/test_syncable_utils.cc node.PutServerSpecifics(specifics); node 90 sync/test/engine/test_syncable_utils.cc node.PutSpecifics(specifics); node 145 sync/tools/sync_client.cc ReadNode node(trans); node 146 sync/tools/sync_client.cc CHECK_EQ(node.InitByIdLookup(it->id), BaseNode::INIT_OK); node 147 sync/tools/sync_client.cc scoped_ptr<base::DictionaryValue> details(node.ToValue()); node 15 third_party/bintrees/bintrees/ctrees.c #define KEY(node) (node->key) node 16 third_party/bintrees/bintrees/ctrees.c #define VALUE(node) (node->value) node 17 third_party/bintrees/bintrees/ctrees.c #define LEFT_NODE(node) (node->link[LEFT]) node 18 third_party/bintrees/bintrees/ctrees.c #define RIGHT_NODE(node) (node->link[RIGHT]) node 19 third_party/bintrees/bintrees/ctrees.c #define LINK(node, dir) (node->link[dir]) node 20 third_party/bintrees/bintrees/ctrees.c #define XDATA(node) (node->xdata) node 21 third_party/bintrees/bintrees/ctrees.c #define RED(node) (node->xdata) node 22 third_party/bintrees/bintrees/ctrees.c #define BALANCE(node) (node->xdata) node 41 third_party/bintrees/bintrees/ctrees.c ct_delete_node(node_t *node) node 43 third_party/bintrees/bintrees/ctrees.c if (node != NULL) { node 44 third_party/bintrees/bintrees/ctrees.c Py_XDECREF(KEY(node)); node 45 third_party/bintrees/bintrees/ctrees.c Py_XDECREF(VALUE(node)); node 46 third_party/bintrees/bintrees/ctrees.c LEFT_NODE(node) = NULL; node 47 third_party/bintrees/bintrees/ctrees.c RIGHT_NODE(node) = NULL; node 48 third_party/bintrees/bintrees/ctrees.c PyMem_Free(node); node 116 third_party/bintrees/bintrees/ctrees.c node_t *node; node 119 third_party/bintrees/bintrees/ctrees.c node = ct_find_node(root, key); node 120 third_party/bintrees/bintrees/ctrees.c if (node != NULL) { node 122 third_party/bintrees/bintrees/ctrees.c PyTuple_SET_ITEM(tuple, 0, KEY(node)); node 123 third_party/bintrees/bintrees/ctrees.c PyTuple_SET_ITEM(tuple, 1, VALUE(node)); node 155 third_party/bintrees/bintrees/ctrees.c node_t *node, *parent, *replacement; node 158 third_party/bintrees/bintrees/ctrees.c node = *rootaddr; node 160 third_party/bintrees/bintrees/ctrees.c if (node == NULL) node 166 third_party/bintrees/bintrees/ctrees.c cmp_res = ct_compare(key, KEY(node)); node 169 third_party/bintrees/bintrees/ctrees.c if ((LEFT_NODE(node) != NULL) && (RIGHT_NODE(node) != NULL)) { node 171 third_party/bintrees/bintrees/ctrees.c parent = node; node 173 third_party/bintrees/bintrees/ctrees.c replacement = RIGHT_NODE(node); node 181 third_party/bintrees/bintrees/ctrees.c ct_swap_data(node, replacement); node 182 third_party/bintrees/bintrees/ctrees.c node = replacement; /* delete replacement node */ node 185 third_party/bintrees/bintrees/ctrees.c down_dir = (LEFT_NODE(node) == NULL) ? RIGHT : LEFT; node 188 third_party/bintrees/bintrees/ctrees.c *rootaddr = LINK(node, down_dir); node 191 third_party/bintrees/bintrees/ctrees.c LINK(parent, direction) = LINK(node, down_dir); node 194 third_party/bintrees/bintrees/ctrees.c ct_delete_node(node); node 199 third_party/bintrees/bintrees/ctrees.c parent = node; node 200 third_party/bintrees/bintrees/ctrees.c node = LINK(node, direction); node 201 third_party/bintrees/bintrees/ctrees.c if (node == NULL) node 211 third_party/bintrees/bintrees/ctrees.c node_t *parent, *node; node 213 third_party/bintrees/bintrees/ctrees.c node = *rootaddr; node 214 third_party/bintrees/bintrees/ctrees.c if (node == NULL) { node 215 third_party/bintrees/bintrees/ctrees.c node = ct_new_node(key, value, 0); /* new node is also the root */ node 216 third_party/bintrees/bintrees/ctrees.c if (node == NULL) node 218 third_party/bintrees/bintrees/ctrees.c *rootaddr = node; node 224 third_party/bintrees/bintrees/ctrees.c if (node == NULL) { node 225 third_party/bintrees/bintrees/ctrees.c node = ct_new_node(key, value, 0); node 226 third_party/bintrees/bintrees/ctrees.c if (node == NULL) node 228 third_party/bintrees/bintrees/ctrees.c LINK(parent, direction) = node; node 231 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); node 234 third_party/bintrees/bintrees/ctrees.c Py_XDECREF(VALUE(node)); /* release old value object */ node 235 third_party/bintrees/bintrees/ctrees.c VALUE(node) = value; /* set new value object */ node 240 third_party/bintrees/bintrees/ctrees.c parent = node; node 242 third_party/bintrees/bintrees/ctrees.c node = LINK(node, direction); node 250 third_party/bintrees/bintrees/ctrees.c is_red (node_t *node) node 252 third_party/bintrees/bintrees/ctrees.c return (node != NULL) && (RED(node) == 1); node 669 third_party/bintrees/bintrees/ctrees.c node_t *node = root; node 672 third_party/bintrees/bintrees/ctrees.c while (node != NULL) { node 673 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); node 678 third_party/bintrees/bintrees/ctrees.c (ct_compare(KEY(node), KEY(succ)) < 0)) node 679 third_party/bintrees/bintrees/ctrees.c succ = node; node 680 third_party/bintrees/bintrees/ctrees.c node = LEFT_NODE(node); node 682 third_party/bintrees/bintrees/ctrees.c node = RIGHT_NODE(node); node 684 third_party/bintrees/bintrees/ctrees.c if (node == NULL) node 687 third_party/bintrees/bintrees/ctrees.c if (RIGHT_NODE(node) != NULL) { node 689 third_party/bintrees/bintrees/ctrees.c node = RIGHT_NODE(node); node 690 third_party/bintrees/bintrees/ctrees.c while (LEFT_NODE(node) != NULL) node 691 third_party/bintrees/bintrees/ctrees.c node = LEFT_NODE(node); node 693 third_party/bintrees/bintrees/ctrees.c succ = node; node 694 third_party/bintrees/bintrees/ctrees.c else if (ct_compare(KEY(node), KEY(succ)) < 0) node 695 third_party/bintrees/bintrees/ctrees.c succ = node; node 704 third_party/bintrees/bintrees/ctrees.c node_t *node = root; node 707 third_party/bintrees/bintrees/ctrees.c while (node != NULL) { node 708 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); node 712 third_party/bintrees/bintrees/ctrees.c node = LEFT_NODE(node); node 714 third_party/bintrees/bintrees/ctrees.c if ((prev == NULL) || (ct_compare(KEY(node), KEY(prev)) > 0)) node 715 third_party/bintrees/bintrees/ctrees.c prev = node; node 716 third_party/bintrees/bintrees/ctrees.c node = RIGHT_NODE(node); node 719 third_party/bintrees/bintrees/ctrees.c if (node == NULL) /* stay at dead end (None) */ node 722 third_party/bintrees/bintrees/ctrees.c if (LEFT_NODE(node) != NULL) { node 724 third_party/bintrees/bintrees/ctrees.c node = LEFT_NODE(node); node 725 third_party/bintrees/bintrees/ctrees.c while (RIGHT_NODE(node) != NULL) node 726 third_party/bintrees/bintrees/ctrees.c node = RIGHT_NODE(node); node 728 third_party/bintrees/bintrees/ctrees.c prev = node; node 729 third_party/bintrees/bintrees/ctrees.c else if (ct_compare(KEY(node), KEY(prev)) > 0) node 730 third_party/bintrees/bintrees/ctrees.c prev = node; node 739 third_party/bintrees/bintrees/ctrees.c node_t *node = root; node 742 third_party/bintrees/bintrees/ctrees.c while (node != NULL) { node 743 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); node 745 third_party/bintrees/bintrees/ctrees.c return node; node 747 third_party/bintrees/bintrees/ctrees.c node = LEFT_NODE(node); node 749 third_party/bintrees/bintrees/ctrees.c if ((prev == NULL) || (ct_compare(KEY(node), KEY(prev)) > 0)) node 750 third_party/bintrees/bintrees/ctrees.c prev = node; node 751 third_party/bintrees/bintrees/ctrees.c node = RIGHT_NODE(node); node 761 third_party/bintrees/bintrees/ctrees.c node_t *node = root; node 764 third_party/bintrees/bintrees/ctrees.c while (node != NULL) { node 765 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); node 767 third_party/bintrees/bintrees/ctrees.c return node; node 770 third_party/bintrees/bintrees/ctrees.c (ct_compare(KEY(node), KEY(succ)) < 0)) node 771 third_party/bintrees/bintrees/ctrees.c succ = node; node 772 third_party/bintrees/bintrees/ctrees.c node = LEFT_NODE(node); node 774 third_party/bintrees/bintrees/ctrees.c node = RIGHT_NODE(node); node 785 third_party/bintrees/bintrees/ctrees.c node_t *node = root; node 792 third_party/bintrees/bintrees/ctrees.c if ((LEFT_NODE(node) != NULL) && go_down) { node 793 third_party/bintrees/bintrees/ctrees.c stack_push(stack, node); node 794 third_party/bintrees/bintrees/ctrees.c node = LEFT_NODE(node); node 797 third_party/bintrees/bintrees/ctrees.c if (ct_compare(KEY(node), key) == 0) { node 802 third_party/bintrees/bintrees/ctrees.c if (RIGHT_NODE(node) != NULL) { node 803 third_party/bintrees/bintrees/ctrees.c node = RIGHT_NODE(node); node 811 third_party/bintrees/bintrees/ctrees.c node = stack_pop(stack); node 827 third_party/bintrees/bintrees/ctrees.c node_t *node = root; node 837 third_party/bintrees/bintrees/ctrees.c if ((LEFT_NODE(node) != NULL) && go_down) { node 838 third_party/bintrees/bintrees/ctrees.c stack_push(stack, node); node 839 third_party/bintrees/bintrees/ctrees.c node = LEFT_NODE(node); node 845 third_party/bintrees/bintrees/ctrees.c return node; node 848 third_party/bintrees/bintrees/ctrees.c if (RIGHT_NODE(node) != NULL) { node 849 third_party/bintrees/bintrees/ctrees.c node = RIGHT_NODE(node); node 857 third_party/bintrees/bintrees/ctrees.c node = stack_pop(stack); node 358 third_party/bintrees/bintrees/cwalker.c node_t *node; node 611 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = NULL; node 758 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = __pyx_t_3; node 851 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); node 852 third_party/bintrees/bintrees/cwalker.c __pyx_r = ((PyObject *)__pyx_v_self->node->key); node 894 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value)); node 895 third_party/bintrees/bintrees/cwalker.c __pyx_r = ((PyObject *)__pyx_v_self->node->value); node 943 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); node 944 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_v_self->node->key)); node 945 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); node 946 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value)); node 947 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_1, 1, ((PyObject *)__pyx_v_self->node->value)); node 948 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value)); node 1001 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_self->node != NULL)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} node 1058 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = __pyx_t_1; node 1068 third_party/bintrees/bintrees/cwalker.c __pyx_t_2 = (__pyx_v_self->node != NULL); node 1078 third_party/bintrees/bintrees/cwalker.c __pyx_t_3 = ((PyObject *)__pyx_v_self->node->key); node 1126 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = (__pyx_v_self->node->link[0]); node 1138 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = (__pyx_v_self->node->link[1]); node 1212 third_party/bintrees/bintrees/cwalker.c stack_push(__pyx_v_self->stack, __pyx_v_self->node); node 1343 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = stack_pop(__pyx_v_self->stack); node 1492 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = (__pyx_v_self->node != NULL); node 1502 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = ((__pyx_v_self->node->link[0]) != NULL); node 1512 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = (__pyx_v_self->node->link[0]); node 1523 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = ((__pyx_v_self->node->link[1]) != NULL); node 1533 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = (__pyx_v_self->node->link[1]); node 1605 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = __Pyx_PyBool_FromLong(((__pyx_v_self->node->link[__pyx_v_direction]) != NULL)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} node 1664 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = (__pyx_v_self->node->link[__pyx_v_direction]); node 1703 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = (__pyx_v_self->node->link[0]); node 1742 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = (__pyx_v_self->node->link[1]); node 1786 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = __Pyx_PyBool_FromLong(((__pyx_v_self->node->link[0]) != NULL)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} node 1840 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = __Pyx_PyBool_FromLong(((__pyx_v_self->node->link[1]) != NULL)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} node 1896 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = ct_succ_node(__pyx_v_self->root, __pyx_v_key); node 1905 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = (__pyx_v_self->node == NULL); node 1948 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); node 1949 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self->node->key)); node 1950 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); node 1951 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value)); node 1952 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 1, ((PyObject *)__pyx_v_self->node->value)); node 1953 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value)); node 2009 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = ct_prev_node(__pyx_v_self->root, __pyx_v_key); node 2018 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = (__pyx_v_self->node == NULL); node 2061 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); node 2062 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self->node->key)); node 2063 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); node 2064 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value)); node 2065 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 1, ((PyObject *)__pyx_v_self->node->value)); node 2066 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value)); node 2122 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = ct_floor_node(__pyx_v_self->root, __pyx_v_key); node 2131 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = (__pyx_v_self->node == NULL); node 2174 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); node 2175 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self->node->key)); node 2176 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); node 2177 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value)); node 2178 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 1, ((PyObject *)__pyx_v_self->node->value)); node 2179 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value)); node 2235 third_party/bintrees/bintrees/cwalker.c __pyx_v_self->node = ct_ceiling_node(__pyx_v_self->root, __pyx_v_key); node 2244 third_party/bintrees/bintrees/cwalker.c __pyx_t_1 = (__pyx_v_self->node == NULL); node 2284 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); node 2285 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self->node->key)); node 2286 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); node 2287 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value)); node 2288 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 1, ((PyObject *)__pyx_v_self->node->value)); node 2289 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value)); node 360 third_party/bintrees/bintrees/qavltree.c node_t *node; node 360 third_party/bintrees/bintrees/qbintree.c node_t *node; node 360 third_party/bintrees/bintrees/qrbtree.c node_t *node; node 32 third_party/bintrees/bintrees/stack.c stack_push(node_stack_t *stack, node_t *node) node 34 third_party/bintrees/bintrees/stack.c stack->stack[stack->stackptr++] = node; node 23 third_party/bintrees/bintrees/stack.h void stack_push(node_stack_t *stack, node_t *node); node 230 third_party/harfbuzz-ng/src/hb-face.cc for (hb_face_t::plan_node_t *node = face->shape_plans; node; ) node 232 third_party/harfbuzz-ng/src/hb-face.cc hb_face_t::plan_node_t *next = node->next; node 233 third_party/harfbuzz-ng/src/hb-face.cc hb_shape_plan_destroy (node->shape_plan); node 234 third_party/harfbuzz-ng/src/hb-face.cc free (node); node 235 third_party/harfbuzz-ng/src/hb-face.cc node = next; node 420 third_party/harfbuzz-ng/src/hb-shape-plan.cc for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next) node 421 third_party/harfbuzz-ng/src/hb-shape-plan.cc if (hb_shape_plan_matches (node->shape_plan, &proposal)) node 422 third_party/harfbuzz-ng/src/hb-shape-plan.cc return hb_shape_plan_reference (node->shape_plan); node 433 third_party/harfbuzz-ng/src/hb-shape-plan.cc hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_t)); node 434 third_party/harfbuzz-ng/src/hb-shape-plan.cc if (unlikely (!node)) node 437 third_party/harfbuzz-ng/src/hb-shape-plan.cc node->shape_plan = shape_plan; node 438 third_party/harfbuzz-ng/src/hb-shape-plan.cc node->next = cached_plan_nodes; node 440 third_party/harfbuzz-ng/src/hb-shape-plan.cc if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) { node 442 third_party/harfbuzz-ng/src/hb-shape-plan.cc free (node); node 1846 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const Value *node = &root; node 1852 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !node->isArray() || !node->isValidIndex( arg.index_ ) ) node 1856 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.index_]); node 1860 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !node->isObject() ) node 1864 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.key_]); node 1865 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( node == &Value::null ) node 1871 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return *node; node 1879 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const Value *node = &root; node 1885 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !node->isArray() || !node->isValidIndex( arg.index_ ) ) node 1887 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.index_]); node 1891 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !node->isObject() ) node 1893 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.key_]); node 1894 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( node == &Value::null ) node 1898 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return *node; node 1905 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value *node = &root; node 1911 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !node->isArray() ) node 1915 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.index_]); node 1919 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !node->isObject() ) node 1923 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp node = &((*node)[arg.key_]); node 1926 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return *node; node 524 third_party/libusb/src/libusb/os/windows_usb.h USB_NODE_CONNECTION_NAME_FIXED node; node 156 third_party/libwebp/dec/vp8l.c const HuffmanTreeNode* node = tree->root_; node 166 third_party/libwebp/dec/vp8l.c node += tree->lut_jump_[lut_ix]; node 171 third_party/libwebp/dec/vp8l.c assert(node != NULL); node 173 third_party/libwebp/dec/vp8l.c node = HuffmanTreeNextNode(node, bits & 1); node 176 third_party/libwebp/dec/vp8l.c } while (HuffmanTreeNodeIsNotLeaf(node)); node 178 third_party/libwebp/dec/vp8l.c return node->symbol_; node 688 third_party/libwebp/enc/quant.c const Node* const node = &NODE(n, best_node); node 690 third_party/libwebp/enc/quant.c out[n] = node->sign ? -node->level : node->level; node 691 third_party/libwebp/enc/quant.c nz |= (node->level != 0); node 693 third_party/libwebp/enc/quant.c best_node = node->prev; node 27 third_party/libwebp/utils/huffman.c static void TreeNodeInit(HuffmanTreeNode* const node) { node 28 third_party/libwebp/utils/huffman.c node->children_ = -1; // means: 'unassigned so far' node 31 third_party/libwebp/utils/huffman.c static int NodeIsEmpty(const HuffmanTreeNode* const node) { node 32 third_party/libwebp/utils/huffman.c return (node->children_ < 0); node 40 third_party/libwebp/utils/huffman.c HuffmanTreeNode* const node) { node 42 third_party/libwebp/utils/huffman.c node->children_ = (int)(children - node); node 43 third_party/libwebp/utils/huffman.c assert(children - node == (int)(children - node)); node 157 third_party/libwebp/utils/huffman.c HuffmanTreeNode* node = tree->root_; node 173 third_party/libwebp/utils/huffman.c if (node >= max_node) { node 176 third_party/libwebp/utils/huffman.c if (NodeIsEmpty(node)) { node 178 third_party/libwebp/utils/huffman.c AssignChildren(tree, node); node 179 third_party/libwebp/utils/huffman.c } else if (!HuffmanTreeNodeIsNotLeaf(node)) { node 182 third_party/libwebp/utils/huffman.c node += node->children_ + ((code >> code_length) & 1); node 184 third_party/libwebp/utils/huffman.c tree->lut_jump_[base_code] = (int16_t)(node - tree->root_); node 187 third_party/libwebp/utils/huffman.c if (NodeIsEmpty(node)) { node 188 third_party/libwebp/utils/huffman.c node->children_ = 0; // turn newly created node into a leaf. node 189 third_party/libwebp/utils/huffman.c } else if (HuffmanTreeNodeIsNotLeaf(node)) { node 192 third_party/libwebp/utils/huffman.c node->symbol_ = symbol; // Add symbol in this node. node 47 third_party/libwebp/utils/huffman.h const HuffmanTreeNode* const node) { node 48 third_party/libwebp/utils/huffman.h return node->children_; node 53 third_party/libwebp/utils/huffman.h const HuffmanTreeNode* node, int right_child) { node 54 third_party/libwebp/utils/huffman.h return node + node->children_ + right_child; node 2230 third_party/libxml/src/HTMLparser.c if (ctxt->node == NULL) return(0); node 2231 third_party/libxml/src/HTMLparser.c lastChild = xmlGetLastChild(ctxt->node); node 2235 third_party/libxml/src/HTMLparser.c if ((ctxt->node->type != XML_ELEMENT_NODE) && node 2236 third_party/libxml/src/HTMLparser.c (ctxt->node->content != NULL)) return(0); node 4113 third_party/libxml/src/HTMLparser.c if (ctxt->node != NULL) { node 4213 third_party/libxml/src/HTMLparser.c node_info.node = ctxt->node; node 4248 third_party/libxml/src/HTMLparser.c node_info.node = ctxt->node; node 4264 third_party/libxml/src/HTMLparser.c if ( ctxt->node != NULL && ctxt->record_info ) { node 4268 third_party/libxml/src/HTMLparser.c ctxt->nodeInfo->node = ctxt->node; node 4527 third_party/libxml/src/HTMLparser.c if (ctxt->node != NULL) { node 4746 third_party/libxml/src/HTMLparser.c ctxt->node = NULL; node 4754 third_party/libxml/src/HTMLparser.c ctxt->node = NULL; node 4765 third_party/libxml/src/HTMLparser.c ctxt->node = NULL; node 5715 third_party/libxml/src/HTMLparser.c if (ctxt->node != NULL) { node 6354 third_party/libxml/src/HTMLparser.c htmlNodeStatus(const htmlNodePtr node, int legacy) { node 6355 third_party/libxml/src/HTMLparser.c if ( ! node ) node 6358 third_party/libxml/src/HTMLparser.c switch ( node->type ) { node 6362 third_party/libxml/src/HTMLparser.c htmlTagLookup(node->parent->name) , node->name node 6365 third_party/libxml/src/HTMLparser.c htmlTagLookup(node->parent->name) , node 6366 third_party/libxml/src/HTMLparser.c htmlTagLookup(node->name) ) node 6370 third_party/libxml/src/HTMLparser.c htmlTagLookup(node->parent->name) , node->name, legacy) ; node 6425 third_party/libxml/src/HTMLparser.c ctxt->node = NULL; node 359 third_party/libxml/src/HTMLtree.c htmlSaveErr(int code, xmlNodePtr node, const char *extra) node 379 third_party/libxml/src/HTMLtree.c __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra); node 1124 third_party/libxml/src/SAX2.c ctxt->myDoc, ctxt->node, node 1173 third_party/libxml/src/SAX2.c nsret = xmlNewNs(ctxt->node, val, NULL); node 1183 third_party/libxml/src/SAX2.c ctxt->node, prefix, nsret, val); node 1236 third_party/libxml/src/SAX2.c nsret = xmlNewNs(ctxt->node, val, name); node 1246 third_party/libxml/src/SAX2.c ctxt->node, prefix, nsret, value); node 1258 third_party/libxml/src/SAX2.c namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, ns); node 1267 third_party/libxml/src/SAX2.c prop = ctxt->node->properties; node 1289 third_party/libxml/src/SAX2.c ret = xmlNewNsPropEatName(ctxt->node, namespace, name, NULL); node 1329 third_party/libxml/src/SAX2.c ctxt->myDoc, ctxt->node, ret, value); node 1339 third_party/libxml/src/SAX2.c ctxt->node, fullname, val); node 1346 third_party/libxml/src/SAX2.c ctxt->myDoc, ctxt->node, ret, val); node 1351 third_party/libxml/src/SAX2.c ctxt->node, ret, value); node 1374 third_party/libxml/src/SAX2.c } else if (xmlIsID(ctxt->myDoc, ctxt->node, ret)) node 1376 third_party/libxml/src/SAX2.c else if (xmlIsRef(ctxt->myDoc, ctxt->node, ret)) node 1562 third_party/libxml/src/SAX2.c parent = ctxt->node; node 1763 third_party/libxml/src/SAX2.c cur = ctxt->node; node 1775 third_party/libxml/src/SAX2.c node_info.node = cur; node 1937 third_party/libxml/src/SAX2.c namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, prefix); node 1949 third_party/libxml/src/SAX2.c ret->parent = ctxt->node; node 1959 third_party/libxml/src/SAX2.c if (ctxt->node->properties == NULL) { node 1960 third_party/libxml/src/SAX2.c ctxt->node->properties = ret; node 1962 third_party/libxml/src/SAX2.c xmlAttrPtr prev = ctxt->node->properties; node 1973 third_party/libxml/src/SAX2.c ret = xmlNewNsPropEatName(ctxt->node, namespace, node 1976 third_party/libxml/src/SAX2.c ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL); node 2035 third_party/libxml/src/SAX2.c ctxt->myDoc, ctxt->node, ret, value); node 2045 third_party/libxml/src/SAX2.c ctxt->myDoc, ctxt->node, ret, dup); node 2065 third_party/libxml/src/SAX2.c ctxt->node, fullname, dup); node 2079 third_party/libxml/src/SAX2.c ctxt->myDoc, ctxt->node, ret, dup); node 2089 third_party/libxml/src/SAX2.c ctxt->myDoc, ctxt->node, ret, dup); node 2118 third_party/libxml/src/SAX2.c } else if (xmlIsID(ctxt->myDoc, ctxt->node, ret)) { node 2123 third_party/libxml/src/SAX2.c } else if (xmlIsRef(ctxt->myDoc, ctxt->node, ret)) { node 2169 third_party/libxml/src/SAX2.c parent = ctxt->node; node 2358 third_party/libxml/src/SAX2.c cur = ctxt->node; node 2363 third_party/libxml/src/SAX2.c node_info.node = cur; node 2404 third_party/libxml/src/SAX2.c "add xmlSAX2Reference %s to %s \n", name, ctxt->node->name); node 2406 third_party/libxml/src/SAX2.c if (xmlAddChild(ctxt->node, ret) == NULL) { node 2436 third_party/libxml/src/SAX2.c if (ctxt->node == NULL) { node 2443 third_party/libxml/src/SAX2.c lastChild = ctxt->node->last; node 2446 third_party/libxml/src/SAX2.c "add chars to %s \n", ctxt->node->name); node 2456 third_party/libxml/src/SAX2.c ctxt->node->children = lastChild; node 2457 third_party/libxml/src/SAX2.c ctxt->node->last = lastChild; node 2458 third_party/libxml/src/SAX2.c lastChild->parent = ctxt->node; node 2459 third_party/libxml/src/SAX2.c lastChild->doc = ctxt->node->doc; node 2516 third_party/libxml/src/SAX2.c if (ctxt->node->children != NULL) { node 2524 third_party/libxml/src/SAX2.c xmlAddChild(ctxt->node, lastChild); node 2525 third_party/libxml/src/SAX2.c if (ctxt->node->children != NULL) { node 2570 third_party/libxml/src/SAX2.c parent = ctxt->node; node 2633 third_party/libxml/src/SAX2.c parent = ctxt->node; node 2698 third_party/libxml/src/SAX2.c lastChild = xmlGetLastChild(ctxt->node); node 2701 third_party/libxml/src/SAX2.c "add chars to %s \n", ctxt->node->name); node 2708 third_party/libxml/src/SAX2.c xmlAddChild(ctxt->node, ret); node 78 third_party/libxml/src/c14n.c xmlNodePtr node); node 91 third_party/libxml/src/c14n.c xmlNodePtr node, node 117 third_party/libxml/src/c14n.c #define xmlC14NIsVisible( ctx, node, parent ) \ node 120 third_party/libxml/src/c14n.c (xmlNodePtr)(node), (xmlNodePtr)(parent)) : 1) node 234 third_party/libxml/src/c14n.c xmlC14NErr(xmlC14NCtxPtr ctxt, xmlNodePtr node, int error, node 240 third_party/libxml/src/c14n.c ctxt, node, XML_FROM_C14N, error, node 253 third_party/libxml/src/c14n.c xmlC14NIsNodeInNodeset(xmlNodeSetPtr nodes, xmlNodePtr node, xmlNodePtr parent) { node 254 third_party/libxml/src/c14n.c if((nodes != NULL) && (node != NULL)) { node 255 third_party/libxml/src/c14n.c if(node->type != XML_NAMESPACE_DECL) { node 256 third_party/libxml/src/c14n.c return(xmlXPathNodeSetContains(nodes, node)); node 260 third_party/libxml/src/c14n.c memcpy(&ns, node, sizeof(ns)); node 312 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackAdd(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlNodePtr node) { node 352 third_party/libxml/src/c14n.c cur->nodeTab[cur->nsCurEnd] = node; node 238 third_party/libxml/src/catalog.c xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, node 242 third_party/libxml/src/catalog.c __xmlRaiseError(NULL, NULL, NULL, catal, node, XML_FROM_CATALOG, node 537 third_party/libxml/src/catalog.c xmlNodePtr node; node 556 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL); node 557 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "catalog", cur->value); node 558 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 563 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL); node 564 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "id", cur->name); node 567 third_party/libxml/src/catalog.c xns = xmlSearchNsByHref(doc, node, XML_XML_NAMESPACE); node 569 third_party/libxml/src/catalog.c xmlSetNsProp(node, xns, BAD_CAST "base", node 576 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public"); node 579 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system"); node 582 third_party/libxml/src/catalog.c xmlDumpXMLCatalogNode(cur->next, node, doc, ns, cur); node 583 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 586 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "public", NULL); node 587 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "publicId", cur->name); node 588 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "uri", cur->value); node 589 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 592 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "system", NULL); node 593 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "systemId", cur->name); node 594 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "uri", cur->value); node 595 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 598 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "rewriteSystem", NULL); node 599 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "systemIdStartString", cur->name); node 600 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "rewritePrefix", cur->value); node 601 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 604 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "delegatePublic", NULL); node 605 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "publicIdStartString", cur->name); node 606 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "catalog", cur->value); node 607 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 610 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "delegateSystem", NULL); node 611 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "systemIdStartString", cur->name); node 612 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "catalog", cur->value); node 613 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 616 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "uri", NULL); node 617 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "name", cur->name); node 618 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "uri", cur->value); node 619 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 622 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "rewriteURI", NULL); node 623 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "uriStartString", cur->name); node 624 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "rewritePrefix", cur->value); node 625 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 628 third_party/libxml/src/catalog.c node = xmlNewDocNode(doc, ns, BAD_CAST "delegateURI", NULL); node 629 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "uriStartString", cur->name); node 630 third_party/libxml/src/catalog.c xmlSetProp(node, BAD_CAST "catalog", cur->value); node 631 third_party/libxml/src/catalog.c xmlAddChild(catalog, node); node 46 third_party/libxml/src/debugXML.c xmlNodePtr node; /* current node */ node 54 third_party/libxml/src/debugXML.c static void xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node); node 66 third_party/libxml/src/debugXML.c ctxt->node = NULL; node 93 third_party/libxml/src/debugXML.c xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) node 97 third_party/libxml/src/debugXML.c if ((node == NULL) || (ns == NULL)) node 100 third_party/libxml/src/debugXML.c if ((node->type != XML_ELEMENT_NODE) && node 101 third_party/libxml/src/debugXML.c (node->type != XML_ATTRIBUTE_NODE) && node 102 third_party/libxml/src/debugXML.c (node->type != XML_DOCUMENT_NODE) && node 103 third_party/libxml/src/debugXML.c (node->type != XML_TEXT_NODE) && node 104 third_party/libxml/src/debugXML.c (node->type != XML_HTML_DOCUMENT_NODE) && node 105 third_party/libxml/src/debugXML.c (node->type != XML_XINCLUDE_START)) node 108 third_party/libxml/src/debugXML.c while ((node != NULL) && node 109 third_party/libxml/src/debugXML.c ((node->type == XML_ELEMENT_NODE) || node 110 third_party/libxml/src/debugXML.c (node->type == XML_ATTRIBUTE_NODE) || node 111 third_party/libxml/src/debugXML.c (node->type == XML_TEXT_NODE) || node 112 third_party/libxml/src/debugXML.c (node->type == XML_XINCLUDE_START))) { node 113 third_party/libxml/src/debugXML.c if ((node->type == XML_ELEMENT_NODE) || node 114 third_party/libxml/src/debugXML.c (node->type == XML_XINCLUDE_START)) { node 115 third_party/libxml/src/debugXML.c cur = node->nsDef; node 124 third_party/libxml/src/debugXML.c node = node->parent; node 127 third_party/libxml/src/debugXML.c if ((node != NULL) && node 128 third_party/libxml/src/debugXML.c ((node->type == XML_DOCUMENT_NODE) || node 129 third_party/libxml/src/debugXML.c (node->type == XML_HTML_DOCUMENT_NODE))) { node 130 third_party/libxml/src/debugXML.c xmlNsPtr oldNs = ((xmlDocPtr) node)->oldNs; node 162 third_party/libxml/src/debugXML.c NULL, ctxt->node, XML_FROM_CHECK, node 172 third_party/libxml/src/debugXML.c NULL, ctxt->node, XML_FROM_CHECK, node 182 third_party/libxml/src/debugXML.c NULL, ctxt->node, XML_FROM_CHECK, node 197 third_party/libxml/src/debugXML.c xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) node 201 third_party/libxml/src/debugXML.c ret = xmlNsCheckScope(node, ns); node 273 third_party/libxml/src/debugXML.c xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { node 277 third_party/libxml/src/debugXML.c doc = node->doc; node 279 third_party/libxml/src/debugXML.c if (node->parent == NULL) node 282 third_party/libxml/src/debugXML.c if (node->doc == NULL) { node 304 third_party/libxml/src/debugXML.c if ((node->parent != NULL) && (node->doc != node->parent->doc) && node 305 third_party/libxml/src/debugXML.c (!xmlStrEqual(node->name, BAD_CAST "pseudoroot"))) node 308 third_party/libxml/src/debugXML.c if (node->prev == NULL) { node 309 third_party/libxml/src/debugXML.c if (node->type == XML_ATTRIBUTE_NODE) { node 310 third_party/libxml/src/debugXML.c if ((node->parent != NULL) && node 311 third_party/libxml/src/debugXML.c (node != (xmlNodePtr) node->parent->properties)) node 315 third_party/libxml/src/debugXML.c } else if ((node->parent != NULL) && (node->parent->children != node)) node 319 third_party/libxml/src/debugXML.c if (node->prev->next != node) node 323 third_party/libxml/src/debugXML.c if (node->next == NULL) { node 324 third_party/libxml/src/debugXML.c if ((node->parent != NULL) && (node->type != XML_ATTRIBUTE_NODE) && node 325 third_party/libxml/src/debugXML.c (node->parent->last != node) && node 326 third_party/libxml/src/debugXML.c (node->parent->type == XML_ELEMENT_NODE)) node 330 third_party/libxml/src/debugXML.c if (node->next->prev != node) node 333 third_party/libxml/src/debugXML.c if (node->next->parent != node->parent) node 337 third_party/libxml/src/debugXML.c if (node->type == XML_ELEMENT_NODE) { node 340 third_party/libxml/src/debugXML.c ns = node->nsDef; node 342 third_party/libxml/src/debugXML.c xmlCtxtNsCheckScope(ctxt, node, ns); node 345 third_party/libxml/src/debugXML.c if (node->ns != NULL) node 346 third_party/libxml/src/debugXML.c xmlCtxtNsCheckScope(ctxt, node, node->ns); node 347 third_party/libxml/src/debugXML.c } else if (node->type == XML_ATTRIBUTE_NODE) { node 348 third_party/libxml/src/debugXML.c if (node->ns != NULL) node 349 third_party/libxml/src/debugXML.c xmlCtxtNsCheckScope(ctxt, node, node->ns); node 352 third_party/libxml/src/debugXML.c if ((node->type != XML_ELEMENT_NODE) && node 353 third_party/libxml/src/debugXML.c (node->type != XML_ATTRIBUTE_NODE) && node 354 third_party/libxml/src/debugXML.c (node->type != XML_ELEMENT_DECL) && node 355 third_party/libxml/src/debugXML.c (node->type != XML_ATTRIBUTE_DECL) && node 356 third_party/libxml/src/debugXML.c (node->type != XML_DTD_NODE) && node 357 third_party/libxml/src/debugXML.c (node->type != XML_HTML_DOCUMENT_NODE) && node 358 third_party/libxml/src/debugXML.c (node->type != XML_DOCUMENT_NODE)) { node 359 third_party/libxml/src/debugXML.c if (node->content != NULL) node 360 third_party/libxml/src/debugXML.c xmlCtxtCheckString(ctxt, (const xmlChar *) node->content); node 362 third_party/libxml/src/debugXML.c switch (node->type) { node 365 third_party/libxml/src/debugXML.c xmlCtxtCheckName(ctxt, node->name); node 368 third_party/libxml/src/debugXML.c if ((node->name == xmlStringText) || node 369 third_party/libxml/src/debugXML.c (node->name == xmlStringTextNoenc)) node 373 third_party/libxml/src/debugXML.c (node->name == xmlDictLookup(ctxt->dict, BAD_CAST "nbktext", node 379 third_party/libxml/src/debugXML.c (const char *) node->name); node 382 third_party/libxml/src/debugXML.c if (node->name == xmlStringComment) node 386 third_party/libxml/src/debugXML.c (const char *) node->name); node 389 third_party/libxml/src/debugXML.c xmlCtxtCheckName(ctxt, node->name); node 392 third_party/libxml/src/debugXML.c if (node->name == NULL) node 396 third_party/libxml/src/debugXML.c (const char *) node->name); node 877 third_party/libxml/src/debugXML.c xmlCtxtDumpOneNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) node 879 third_party/libxml/src/debugXML.c if (node == NULL) { node 886 third_party/libxml/src/debugXML.c ctxt->node = node; node 888 third_party/libxml/src/debugXML.c switch (node->type) { node 893 third_party/libxml/src/debugXML.c if ((node->ns != NULL) && (node->ns->prefix != NULL)) { node 894 third_party/libxml/src/debugXML.c xmlCtxtDumpString(ctxt, node->ns->prefix); node 897 third_party/libxml/src/debugXML.c xmlCtxtDumpString(ctxt, node->name); node 905 third_party/libxml/src/debugXML.c xmlCtxtGenericNodeCheck(ctxt, node); node 910 third_party/libxml/src/debugXML.c if (node->name == (const xmlChar *) xmlStringTextNoenc) node 915 third_party/libxml/src/debugXML.c if (node->content == (xmlChar *) &(node->properties)) node 917 third_party/libxml/src/debugXML.c else if (xmlDictOwns(ctxt->dict, node->content) == 1) node 935 third_party/libxml/src/debugXML.c (char *) node->name); node 947 third_party/libxml/src/debugXML.c fprintf(ctxt->output, "PI %s\n", (char *) node->name); node 962 third_party/libxml/src/debugXML.c xmlCtxtGenericNodeCheck(ctxt, node); node 983 third_party/libxml/src/debugXML.c xmlCtxtDumpDtdNode(ctxt, (xmlDtdPtr) node); node 986 third_party/libxml/src/debugXML.c xmlCtxtDumpElemDecl(ctxt, (xmlElementPtr) node); node 989 third_party/libxml/src/debugXML.c xmlCtxtDumpAttrDecl(ctxt, (xmlAttributePtr) node); node 992 third_party/libxml/src/debugXML.c xmlCtxtDumpEntityDecl(ctxt, (xmlEntityPtr) node); node 995 third_party/libxml/src/debugXML.c xmlCtxtDumpNamespace(ctxt, (xmlNsPtr) node); node 1013 third_party/libxml/src/debugXML.c "Unknown node type %d\n", node->type); node 1016 third_party/libxml/src/debugXML.c if (node->doc == NULL) { node 1023 third_party/libxml/src/debugXML.c if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL)) node 1024 third_party/libxml/src/debugXML.c xmlCtxtDumpNamespaceList(ctxt, node->nsDef); node 1025 third_party/libxml/src/debugXML.c if ((node->type == XML_ELEMENT_NODE) && (node->properties != NULL)) node 1026 third_party/libxml/src/debugXML.c xmlCtxtDumpAttrList(ctxt, node->properties); node 1027 third_party/libxml/src/debugXML.c if (node->type != XML_ENTITY_REF_NODE) { node 1028 third_party/libxml/src/debugXML.c if ((node->type != XML_ELEMENT_NODE) && (node->content != NULL)) { node 1032 third_party/libxml/src/debugXML.c xmlCtxtDumpString(ctxt, node->content); node 1039 third_party/libxml/src/debugXML.c ent = xmlGetDocEntity(node->doc, node->name); node 1048 third_party/libxml/src/debugXML.c xmlCtxtGenericNodeCheck(ctxt, node); node 1060 third_party/libxml/src/debugXML.c xmlCtxtDumpNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) node 1062 third_party/libxml/src/debugXML.c if (node == NULL) { node 1069 third_party/libxml/src/debugXML.c xmlCtxtDumpOneNode(ctxt, node); node 1070 third_party/libxml/src/debugXML.c if ((node->type != XML_NAMESPACE_DECL) && node 1071 third_party/libxml/src/debugXML.c (node->children != NULL) && (node->type != XML_ENTITY_REF_NODE)) { node 1073 third_party/libxml/src/debugXML.c xmlCtxtDumpNodeList(ctxt, node->children); node 1087 third_party/libxml/src/debugXML.c xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) node 1089 third_party/libxml/src/debugXML.c while (node != NULL) { node 1090 third_party/libxml/src/debugXML.c xmlCtxtDumpNode(ctxt, node); node 1091 third_party/libxml/src/debugXML.c node = node->next; node 1103 third_party/libxml/src/debugXML.c ctxt->node = (xmlNodePtr) doc; node 1437 third_party/libxml/src/debugXML.c xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) node 1445 third_party/libxml/src/debugXML.c xmlCtxtDumpOneNode(&ctxt, node); node 1458 third_party/libxml/src/debugXML.c xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) node 1467 third_party/libxml/src/debugXML.c xmlCtxtDumpNode(&ctxt, node); node 1480 third_party/libxml/src/debugXML.c xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) node 1489 third_party/libxml/src/debugXML.c xmlCtxtDumpNodeList(&ctxt, node); node 1602 third_party/libxml/src/debugXML.c xmlLsCountNode(xmlNodePtr node) { node 1606 third_party/libxml/src/debugXML.c if (node == NULL) node 1609 third_party/libxml/src/debugXML.c switch (node->type) { node 1611 third_party/libxml/src/debugXML.c list = node->children; node 1618 third_party/libxml/src/debugXML.c list = ((xmlDocPtr) node)->children; node 1621 third_party/libxml/src/debugXML.c list = ((xmlAttrPtr) node)->children; node 1627 third_party/libxml/src/debugXML.c if (node->content != NULL) { node 1628 third_party/libxml/src/debugXML.c ret = xmlStrlen(node->content); node 1659 third_party/libxml/src/debugXML.c xmlLsOneNode(FILE *output, xmlNodePtr node) { node 1661 third_party/libxml/src/debugXML.c if (node == NULL) { node 1665 third_party/libxml/src/debugXML.c switch (node->type) { node 1711 third_party/libxml/src/debugXML.c if (node->type != XML_NAMESPACE_DECL) { node 1712 third_party/libxml/src/debugXML.c if (node->properties != NULL) node 1716 third_party/libxml/src/debugXML.c if (node->nsDef != NULL) node 1722 third_party/libxml/src/debugXML.c fprintf(output, " %8d ", xmlLsCountNode(node)); node 1724 third_party/libxml/src/debugXML.c switch (node->type) { node 1726 third_party/libxml/src/debugXML.c if (node->name != NULL) node 1727 third_party/libxml/src/debugXML.c fprintf(output, "%s", (const char *) node->name); node 1730 third_party/libxml/src/debugXML.c if (node->name != NULL) node 1731 third_party/libxml/src/debugXML.c fprintf(output, "%s", (const char *) node->name); node 1734 third_party/libxml/src/debugXML.c if (node->content != NULL) { node 1735 third_party/libxml/src/debugXML.c xmlDebugDumpString(output, node->content); node 1741 third_party/libxml/src/debugXML.c if (node->name != NULL) node 1742 third_party/libxml/src/debugXML.c fprintf(output, "%s", (const char *) node->name); node 1745 third_party/libxml/src/debugXML.c if (node->name != NULL) node 1746 third_party/libxml/src/debugXML.c fprintf(output, "%s", (const char *) node->name); node 1749 third_party/libxml/src/debugXML.c if (node->name != NULL) node 1750 third_party/libxml/src/debugXML.c fprintf(output, "%s", (const char *) node->name); node 1765 third_party/libxml/src/debugXML.c xmlNsPtr ns = (xmlNsPtr) node; node 1775 third_party/libxml/src/debugXML.c if (node->name != NULL) node 1776 third_party/libxml/src/debugXML.c fprintf(output, "%s", (const char *) node->name); node 1885 third_party/libxml/src/debugXML.c xmlShellPrintNodeCtxt(xmlShellCtxtPtr ctxt,xmlNodePtr node) node 1889 third_party/libxml/src/debugXML.c if (!node) node 1896 third_party/libxml/src/debugXML.c if (node->type == XML_DOCUMENT_NODE) node 1897 third_party/libxml/src/debugXML.c xmlDocDump(fp, (xmlDocPtr) node); node 1898 third_party/libxml/src/debugXML.c else if (node->type == XML_ATTRIBUTE_NODE) node 1899 third_party/libxml/src/debugXML.c xmlDebugDumpAttrList(fp, (xmlAttrPtr) node, 0); node 1901 third_party/libxml/src/debugXML.c xmlElemDump(fp, node->doc, node); node 1913 third_party/libxml/src/debugXML.c xmlShellPrintNode(xmlNodePtr node) node 1915 third_party/libxml/src/debugXML.c xmlShellPrintNodeCtxt(NULL, node); node 2000 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, node 2006 third_party/libxml/src/debugXML.c if (node == NULL) { node 2010 third_party/libxml/src/debugXML.c if ((node->type == XML_DOCUMENT_NODE) || node 2011 third_party/libxml/src/debugXML.c (node->type == XML_HTML_DOCUMENT_NODE)) { node 2012 third_party/libxml/src/debugXML.c cur = ((xmlDocPtr) node)->children; node 2013 third_party/libxml/src/debugXML.c } else if (node->type == XML_NAMESPACE_DECL) { node 2014 third_party/libxml/src/debugXML.c xmlLsOneNode(ctxt->output, node); node 2016 third_party/libxml/src/debugXML.c } else if (node->children != NULL) { node 2017 third_party/libxml/src/debugXML.c cur = node->children; node 2019 third_party/libxml/src/debugXML.c xmlLsOneNode(ctxt->output, node); node 2043 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, node 2049 third_party/libxml/src/debugXML.c if (node == NULL) { node 2054 third_party/libxml/src/debugXML.c base = xmlNodeGetBase(node->doc, node); node 2080 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, node 2083 third_party/libxml/src/debugXML.c xmlNodeSetBase(node, (xmlChar*) arg); node 2104 third_party/libxml/src/debugXML.c xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr node2 ATTRIBUTE_UNUSED) node 2193 third_party/libxml/src/debugXML.c char *arg, xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) node 2197 third_party/libxml/src/debugXML.c if (node == NULL) node 2208 third_party/libxml/src/debugXML.c while (node != NULL) { node 2209 third_party/libxml/src/debugXML.c if (node->type == XML_COMMENT_NODE) { node 2210 third_party/libxml/src/debugXML.c if (xmlStrstr(node->content, (xmlChar *) arg)) { node 2212 third_party/libxml/src/debugXML.c fprintf(ctxt->output, "%s : ", xmlGetNodePath(node)); node 2213 third_party/libxml/src/debugXML.c xmlShellList(ctxt, NULL, node, NULL); node 2215 third_party/libxml/src/debugXML.c } else if (node->type == XML_TEXT_NODE) { node 2216 third_party/libxml/src/debugXML.c if (xmlStrstr(node->content, (xmlChar *) arg)) { node 2218 third_party/libxml/src/debugXML.c fprintf(ctxt->output, "%s : ", xmlGetNodePath(node->parent)); node 2219 third_party/libxml/src/debugXML.c xmlShellList(ctxt, NULL, node->parent, NULL); node 2227 third_party/libxml/src/debugXML.c if ((node->type == XML_DOCUMENT_NODE) || node 2228 third_party/libxml/src/debugXML.c (node->type == XML_HTML_DOCUMENT_NODE)) { node 2229 third_party/libxml/src/debugXML.c node = ((xmlDocPtr) node)->children; node 2230 third_party/libxml/src/debugXML.c } else if ((node->children != NULL) node 2231 third_party/libxml/src/debugXML.c && (node->type != XML_ENTITY_REF_NODE)) { node 2233 third_party/libxml/src/debugXML.c node = node->children; node 2234 third_party/libxml/src/debugXML.c } else if (node->next != NULL) { node 2236 third_party/libxml/src/debugXML.c node = node->next; node 2239 third_party/libxml/src/debugXML.c while (node != NULL) { node 2240 third_party/libxml/src/debugXML.c if (node->parent != NULL) { node 2241 third_party/libxml/src/debugXML.c node = node->parent; node 2243 third_party/libxml/src/debugXML.c if (node->next != NULL) { node 2244 third_party/libxml/src/debugXML.c node = node->next; node 2247 third_party/libxml/src/debugXML.c if (node->parent == NULL) { node 2248 third_party/libxml/src/debugXML.c node = NULL; node 2271 third_party/libxml/src/debugXML.c char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, node 2276 third_party/libxml/src/debugXML.c if (node == NULL) { node 2280 third_party/libxml/src/debugXML.c if ((node->type == XML_DOCUMENT_NODE) || node 2281 third_party/libxml/src/debugXML.c (node->type == XML_HTML_DOCUMENT_NODE)) { node 2282 third_party/libxml/src/debugXML.c xmlDebugDumpDocumentHead(ctxt->output, (xmlDocPtr) node); node 2283 third_party/libxml/src/debugXML.c } else if (node->type == XML_ATTRIBUTE_NODE) { node 2284 third_party/libxml/src/debugXML.c xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0); node 2286 third_party/libxml/src/debugXML.c xmlDebugDumpOneNode(ctxt->output, node, 0); node 2305 third_party/libxml/src/debugXML.c char *value, xmlNodePtr node, node 2313 third_party/libxml/src/debugXML.c if (node == NULL) { node 2322 third_party/libxml/src/debugXML.c ret = xmlParseInNodeContext(node, value, strlen(value), 0, &results); node 2324 third_party/libxml/src/debugXML.c if (node->children != NULL) { node 2325 third_party/libxml/src/debugXML.c xmlFreeNodeList(node->children); node 2326 third_party/libxml/src/debugXML.c node->children = NULL; node 2327 third_party/libxml/src/debugXML.c node->last = NULL; node 2329 third_party/libxml/src/debugXML.c xmlAddChildList(node, results); node 2351 third_party/libxml/src/debugXML.c xmlNodePtr node ATTRIBUTE_UNUSED, node 2407 third_party/libxml/src/debugXML.c xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) node 2411 third_party/libxml/src/debugXML.c if (node == NULL) { node 2417 third_party/libxml/src/debugXML.c if (node->type == XML_HTML_DOCUMENT_NODE) node 2418 third_party/libxml/src/debugXML.c htmlDocDump(ctxt->output, (htmlDocPtr) node); node 2420 third_party/libxml/src/debugXML.c htmlNodeDumpFile(ctxt->output, ctxt->doc, node); node 2422 third_party/libxml/src/debugXML.c if (node->type == XML_DOCUMENT_NODE) node 2423 third_party/libxml/src/debugXML.c xmlDocDump(ctxt->output, (xmlDocPtr) node); node 2425 third_party/libxml/src/debugXML.c xmlElemDump(ctxt->output, ctxt->doc, node); node 2428 third_party/libxml/src/debugXML.c if (node->type == XML_DOCUMENT_NODE) node 2429 third_party/libxml/src/debugXML.c xmlDocDump(ctxt->output, (xmlDocPtr) node); node 2431 third_party/libxml/src/debugXML.c xmlElemDump(ctxt->output, ctxt->doc, node); node 2452 third_party/libxml/src/debugXML.c xmlNodePtr node ATTRIBUTE_UNUSED, node 2482 third_party/libxml/src/debugXML.c ctxt->node = (xmlNodePtr) doc; node 2507 third_party/libxml/src/debugXML.c xmlShellWrite(xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, node 2510 third_party/libxml/src/debugXML.c if (node == NULL) node 2522 third_party/libxml/src/debugXML.c switch (node->type) { node 2554 third_party/libxml/src/debugXML.c xmlElemDump(f, ctxt->doc, node); node 2575 third_party/libxml/src/debugXML.c xmlNodePtr node ATTRIBUTE_UNUSED, node 2637 third_party/libxml/src/debugXML.c xmlNodePtr node ATTRIBUTE_UNUSED, node 2682 third_party/libxml/src/debugXML.c xmlNodePtr node; node 2690 third_party/libxml/src/debugXML.c node = tree; node 2691 third_party/libxml/src/debugXML.c while (node != NULL) { node 2692 third_party/libxml/src/debugXML.c if ((node->type == XML_DOCUMENT_NODE) || node 2693 third_party/libxml/src/debugXML.c (node->type == XML_HTML_DOCUMENT_NODE)) { node 2695 third_party/libxml/src/debugXML.c } else if (node->type == XML_ELEMENT_NODE) { node 2698 third_party/libxml/src/debugXML.c fprintf(ctxt->output, "%s\n", node->name); node 2706 third_party/libxml/src/debugXML.c if ((node->type == XML_DOCUMENT_NODE) || node 2707 third_party/libxml/src/debugXML.c (node->type == XML_HTML_DOCUMENT_NODE)) { node 2708 third_party/libxml/src/debugXML.c node = ((xmlDocPtr) node)->children; node 2709 third_party/libxml/src/debugXML.c } else if ((node->children != NULL) node 2710 third_party/libxml/src/debugXML.c && (node->type != XML_ENTITY_REF_NODE)) { node 2712 third_party/libxml/src/debugXML.c node = node->children; node 2714 third_party/libxml/src/debugXML.c } else if ((node != tree) && (node->next != NULL)) { node 2716 third_party/libxml/src/debugXML.c node = node->next; node 2717 third_party/libxml/src/debugXML.c } else if (node != tree) { node 2719 third_party/libxml/src/debugXML.c while (node != tree) { node 2720 third_party/libxml/src/debugXML.c if (node->parent != NULL) { node 2721 third_party/libxml/src/debugXML.c node = node->parent; node 2724 third_party/libxml/src/debugXML.c if ((node != tree) && (node->next != NULL)) { node 2725 third_party/libxml/src/debugXML.c node = node->next; node 2728 third_party/libxml/src/debugXML.c if (node->parent == NULL) { node 2729 third_party/libxml/src/debugXML.c node = NULL; node 2732 third_party/libxml/src/debugXML.c if (node == tree) { node 2733 third_party/libxml/src/debugXML.c node = NULL; node 2738 third_party/libxml/src/debugXML.c if (node == tree) node 2739 third_party/libxml/src/debugXML.c node = NULL; node 2741 third_party/libxml/src/debugXML.c node = NULL; node 2762 third_party/libxml/src/debugXML.c xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) node 2766 third_party/libxml/src/debugXML.c if ((node == NULL) || (buffer == NULL)) node 2769 third_party/libxml/src/debugXML.c path = xmlGetNodePath(node); node 2827 third_party/libxml/src/debugXML.c ctxt->node = (xmlNodePtr) ctxt->doc; node 2837 third_party/libxml/src/debugXML.c if (ctxt->node == (xmlNodePtr) ctxt->doc) node 2839 third_party/libxml/src/debugXML.c else if ((ctxt->node != NULL) && (ctxt->node->name)) node 2840 third_party/libxml/src/debugXML.c snprintf(prompt, sizeof(prompt), "%s > ", ctxt->node->name); node 2946 third_party/libxml/src/debugXML.c xmlShellGrep(ctxt, arg, ctxt->node, NULL); node 2959 third_party/libxml/src/debugXML.c if (!xmlShellPwd(ctxt, dir, ctxt->node, NULL)) node 2962 third_party/libxml/src/debugXML.c xmlShellDu(ctxt, NULL, ctxt->node, NULL); node 2964 third_party/libxml/src/debugXML.c xmlShellBase(ctxt, NULL, ctxt->node, NULL); node 2966 third_party/libxml/src/debugXML.c xmlShellSetContent(ctxt, arg, ctxt->node, NULL); node 2985 third_party/libxml/src/debugXML.c ctxt->pctxt->node = ctxt->node; node 2993 third_party/libxml/src/debugXML.c xmlShellSetBase(ctxt, arg, ctxt->node, NULL); node 3000 third_party/libxml/src/debugXML.c xmlShellDir(ctxt, NULL, ctxt->node, NULL); node 3002 third_party/libxml/src/debugXML.c xmlShellList(ctxt, NULL, ctxt->node, NULL); node 3004 third_party/libxml/src/debugXML.c ctxt->pctxt->node = ctxt->node; node 3006 third_party/libxml/src/debugXML.c ctxt->pctxt->node = ctxt->node; node 3078 third_party/libxml/src/debugXML.c ctxt->pctxt->node = NULL; node 3082 third_party/libxml/src/debugXML.c ctxt->node = (xmlNodePtr) ctxt->doc; node 3085 third_party/libxml/src/debugXML.c ctxt->pctxt->node = ctxt->node; node 3099 third_party/libxml/src/debugXML.c ctxt->node = list->nodesetval->nodeTab[0]; node 3100 third_party/libxml/src/debugXML.c if ((ctxt->node != NULL) && node 3101 third_party/libxml/src/debugXML.c (ctxt->node->type == node 3105 third_party/libxml/src/debugXML.c ctxt->node = NULL; node 3158 third_party/libxml/src/debugXML.c ctxt->pctxt->node = NULL; node 3163 third_party/libxml/src/debugXML.c xmlShellCat(ctxt, NULL, ctxt->node, NULL); node 3165 third_party/libxml/src/debugXML.c ctxt->pctxt->node = ctxt->node; node 3167 third_party/libxml/src/debugXML.c ctxt->pctxt->node = ctxt->node; node 3236 third_party/libxml/src/debugXML.c ctxt->pctxt->node = NULL; node 251 third_party/libxml/src/error.c xmlNodePtr node; node 268 third_party/libxml/src/error.c node = err->node; node 273 third_party/libxml/src/error.c if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) node 274 third_party/libxml/src/error.c name = node->name; node 449 third_party/libxml/src/error.c xmlNodePtr node = (xmlNodePtr) nod; node 512 third_party/libxml/src/error.c } else if ((node != NULL) && (file == NULL)) { node 515 third_party/libxml/src/error.c if ((node->doc != NULL) && (node->doc->URL != NULL)) { node 516 third_party/libxml/src/error.c baseptr = node; node 520 third_party/libxml/src/error.c ((i < 10) && (node != NULL) && (node->type != XML_ELEMENT_NODE)); node 522 third_party/libxml/src/error.c node = node->parent; node 523 third_party/libxml/src/error.c if ((baseptr == NULL) && (node != NULL) && node 524 third_party/libxml/src/error.c (node->doc != NULL) && (node->doc->URL != NULL)) node 525 third_party/libxml/src/error.c baseptr = node; node 527 third_party/libxml/src/error.c if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) node 528 third_party/libxml/src/error.c line = node->line; node 573 third_party/libxml/src/error.c if ((to->file == NULL) && (node != NULL) && (node->doc != NULL)) { node 574 third_party/libxml/src/error.c to->file = (char *) xmlStrdup(node->doc->URL); node 586 third_party/libxml/src/error.c to->node = node; node 642 third_party/libxml/src/error.c __xmlSimpleError(int domain, int code, xmlNodePtr node, node 648 third_party/libxml/src/error.c __xmlRaiseError(NULL, NULL, NULL, NULL, node, domain, node 653 third_party/libxml/src/error.c __xmlRaiseError(NULL, NULL, NULL, NULL, node, domain, node 657 third_party/libxml/src/error.c __xmlRaiseError(NULL, NULL, NULL, NULL, node, domain, node 974 third_party/libxml/src/error.c to->node = from->node; node 977 third_party/libxml/src/error.c to->node = from->node; node 107 third_party/libxml/src/include/libxml/c14n.h xmlNodePtr node, node 41 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 45 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 49 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 81 third_party/libxml/src/include/libxml/debugXML.h xmlLsOneNode (FILE *output, xmlNodePtr node); node 83 third_party/libxml/src/include/libxml/debugXML.h xmlLsCountNode (xmlNodePtr node); node 116 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node; node 136 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 147 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 152 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 157 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 162 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 166 third_party/libxml/src/include/libxml/debugXML.h xmlShellPrintNode (xmlNodePtr node); node 170 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 175 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 180 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 187 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 198 third_party/libxml/src/include/libxml/debugXML.h xmlNodePtr node, node 107 third_party/libxml/src/include/libxml/globals.h typedef void (*xmlRegisterNodeFunc) (xmlNodePtr node); node 114 third_party/libxml/src/include/libxml/globals.h typedef void (*xmlDeregisterNodeFunc) (xmlNodePtr node); node 90 third_party/libxml/src/include/libxml/parser.h const struct _xmlNode* node; node 205 third_party/libxml/src/include/libxml/parser.h xmlNodePtr node; /* Current parsed Node */ node 941 third_party/libxml/src/include/libxml/parser.h xmlParseInNodeContext (xmlNodePtr node, node 1046 third_party/libxml/src/include/libxml/parser.h const xmlNodePtr node); node 1053 third_party/libxml/src/include/libxml/parser.h const xmlNodePtr node); node 59 third_party/libxml/src/include/libxml/pattern.h xmlNodePtr node); node 263 third_party/libxml/src/include/libxml/schemasInternals.h xmlNodePtr node; node 311 third_party/libxml/src/include/libxml/schemasInternals.h xmlNodePtr node; node 371 third_party/libxml/src/include/libxml/schemasInternals.h xmlNodePtr node; node 612 third_party/libxml/src/include/libxml/schemasInternals.h xmlNodePtr node; node 775 third_party/libxml/src/include/libxml/schemasInternals.h xmlNodePtr node; node 829 third_party/libxml/src/include/libxml/schemasInternals.h xmlNodePtr node; node 566 third_party/libxml/src/include/libxml/tree.h xmlNodePtr node, node 728 third_party/libxml/src/include/libxml/tree.h xmlNewNs (xmlNodePtr node, node 746 third_party/libxml/src/include/libxml/tree.h xmlNewProp (xmlNodePtr node, node 751 third_party/libxml/src/include/libxml/tree.h xmlNewNsProp (xmlNodePtr node, node 756 third_party/libxml/src/include/libxml/tree.h xmlNewNsPropEatName (xmlNodePtr node, node 840 third_party/libxml/src/include/libxml/tree.h xmlCopyNode (const xmlNodePtr node, node 843 third_party/libxml/src/include/libxml/tree.h xmlDocCopyNode (const xmlNodePtr node, node 848 third_party/libxml/src/include/libxml/tree.h const xmlNodePtr node); node 850 third_party/libxml/src/include/libxml/tree.h xmlCopyNodeList (const xmlNodePtr node); node 870 third_party/libxml/src/include/libxml/tree.h xmlGetLineNo (xmlNodePtr node); node 873 third_party/libxml/src/include/libxml/tree.h xmlGetNodePath (xmlNodePtr node); node 880 third_party/libxml/src/include/libxml/tree.h xmlNodeIsText (xmlNodePtr node); node 882 third_party/libxml/src/include/libxml/tree.h xmlIsBlankNode (xmlNodePtr node); node 926 third_party/libxml/src/include/libxml/tree.h xmlTextConcat (xmlNodePtr node, node 944 third_party/libxml/src/include/libxml/tree.h xmlNodePtr node, node 948 third_party/libxml/src/include/libxml/tree.h xmlNodePtr node, node 953 third_party/libxml/src/include/libxml/tree.h xmlNodePtr node); node 957 third_party/libxml/src/include/libxml/tree.h xmlSetNs (xmlNodePtr node, node 969 third_party/libxml/src/include/libxml/tree.h xmlSetProp (xmlNodePtr node, node 973 third_party/libxml/src/include/libxml/tree.h xmlSetNsProp (xmlNodePtr node, node 979 third_party/libxml/src/include/libxml/tree.h xmlGetNoNsProp (xmlNodePtr node, node 982 third_party/libxml/src/include/libxml/tree.h xmlGetProp (xmlNodePtr node, node 985 third_party/libxml/src/include/libxml/tree.h xmlHasProp (xmlNodePtr node, node 988 third_party/libxml/src/include/libxml/tree.h xmlHasNsProp (xmlNodePtr node, node 992 third_party/libxml/src/include/libxml/tree.h xmlGetNsProp (xmlNodePtr node, node 1061 third_party/libxml/src/include/libxml/tree.h xmlUnsetNsProp (xmlNodePtr node, node 1065 third_party/libxml/src/include/libxml/tree.h xmlUnsetProp (xmlNodePtr node, node 1210 third_party/libxml/src/include/libxml/tree.h xmlNodePtr node, node 1217 third_party/libxml/src/include/libxml/tree.h xmlNodePtr node, node 1222 third_party/libxml/src/include/libxml/tree.h xmlNodePtr node, node 1237 third_party/libxml/src/include/libxml/tree.h xmlNextElementSibling (xmlNodePtr node); node 1243 third_party/libxml/src/include/libxml/tree.h xmlPreviousElementSibling (xmlNodePtr node); node 88 third_party/libxml/src/include/libxml/valid.h xmlNodePtr node; /* Current parsed Node */ node 64 third_party/libxml/src/include/libxml/xlink.h typedef void (*xlinkNodeDetectFunc) (void *ctx, xmlNodePtr node); node 83 third_party/libxml/src/include/libxml/xlink.h xmlNodePtr node, node 108 third_party/libxml/src/include/libxml/xlink.h xmlNodePtr node, node 136 third_party/libxml/src/include/libxml/xlink.h xmlNodePtr node, node 181 third_party/libxml/src/include/libxml/xlink.h xmlNodePtr node); node 89 third_party/libxml/src/include/libxml/xmlerror.h void *node; /* the node in the tree */ node 922 third_party/libxml/src/include/libxml/xmlerror.h void *node, node 938 third_party/libxml/src/include/libxml/xmlerror.h xmlNodePtr node, node 69 third_party/libxml/src/include/libxml/xmlsave.h xmlNodePtr node); node 48 third_party/libxml/src/include/libxml/xmlschemastypes.h xmlNodePtr node); node 110 third_party/libxml/src/include/libxml/xmlschemastypes.h xmlNodePtr node); node 44 third_party/libxml/src/include/libxml/xmlwriter.h xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, node 288 third_party/libxml/src/include/libxml/xpath.h xmlNodePtr node; /* The current node */ node 466 third_party/libxml/src/include/libxml/xpath.h xmlXPathCastNodeToNumber (xmlNodePtr node); node 477 third_party/libxml/src/include/libxml/xpath.h xmlXPathCastNodeToString (xmlNodePtr node); node 101 third_party/libxml/src/include/libxml/xpathInternals.h #define xmlXPathGetContextNode(ctxt) ((ctxt)->context->node) node 393 third_party/libxml/src/include/libxml/xpathInternals.h xmlNodePtr node); node 399 third_party/libxml/src/include/libxml/xpathInternals.h xmlNodePtr node); node 406 third_party/libxml/src/include/libxml/xpathInternals.h xmlNodePtr node); node 412 third_party/libxml/src/include/libxml/xpathInternals.h xmlNodePtr node); node 509 third_party/libxml/src/include/libxml/xpathInternals.h xmlNodePtr node, node 1581 third_party/libxml/src/parser.c ctxt->node = value; node 1603 third_party/libxml/src/parser.c ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1]; node 1605 third_party/libxml/src/parser.c ctxt->node = NULL; node 2737 third_party/libxml/src/parser.c if (ctxt->node == NULL) return(0); node 2739 third_party/libxml/src/parser.c ret = xmlIsMixedElement(ctxt->myDoc, ctxt->node->name); node 2748 third_party/libxml/src/parser.c if ((ctxt->node->children == NULL) && node 2751 third_party/libxml/src/parser.c lastChild = xmlGetLastChild(ctxt->node); node 2753 third_party/libxml/src/parser.c if ((ctxt->node->type != XML_ELEMENT_NODE) && node 2754 third_party/libxml/src/parser.c (ctxt->node->content != NULL)) return(0); node 2757 third_party/libxml/src/parser.c else if ((ctxt->node->children != NULL) && node 2758 third_party/libxml/src/parser.c (xmlNodeIsText(ctxt->node->children))) node 6928 third_party/libxml/src/parser.c list->parent = (xmlNodePtr) ctxt->node; node 7050 third_party/libxml/src/parser.c if ((ctxt->node != NULL) && (ent->children != NULL)) { node 7078 third_party/libxml/src/parser.c nw = xmlAddChild(ctxt->node, nw); node 7124 third_party/libxml/src/parser.c xmlAddChild(ctxt->node, cur); node 7151 third_party/libxml/src/parser.c xmlAddChildList(ctxt->node, ent->children); node 9310 third_party/libxml/src/parser.c if ((line == 0) && (ctxt->node != NULL)) node 9311 third_party/libxml/src/parser.c line = ctxt->node->line; node 9581 third_party/libxml/src/parser.c ret = ctxt->node; node 9590 third_party/libxml/src/parser.c ctxt->node && (ctxt->node == ctxt->myDoc->children)) node 9618 third_party/libxml/src/parser.c node_info.node = ret; node 9646 third_party/libxml/src/parser.c node_info.node = ret; node 9693 third_party/libxml/src/parser.c node_info.node = ret; node 10986 third_party/libxml/src/parser.c ctxt->node && (ctxt->node == ctxt->myDoc->children)) node 12458 third_party/libxml/src/parser.c ctxt->vctxt.node = NULL; node 12478 third_party/libxml/src/parser.c if (ctxt->node != newDoc->children) { node 12659 third_party/libxml/src/parser.c if (ctxt->node != newDoc->children) { node 12906 third_party/libxml/src/parser.c if (ctxt->node != ctxt->myDoc->children) { node 12993 third_party/libxml/src/parser.c xmlParseInNodeContext(xmlNodePtr node, const char *data, int datalen, node 13006 third_party/libxml/src/parser.c if ((lst == NULL) || (node == NULL) || (data == NULL) || (datalen < 0)) node 13008 third_party/libxml/src/parser.c switch (node->type) { node 13023 third_party/libxml/src/parser.c while ((node != NULL) && (node->type != XML_ELEMENT_NODE) && node 13024 third_party/libxml/src/parser.c (node->type != XML_DOCUMENT_NODE) && node 13025 third_party/libxml/src/parser.c (node->type != XML_HTML_DOCUMENT_NODE)) node 13026 third_party/libxml/src/parser.c node = node->parent; node 13027 third_party/libxml/src/parser.c if (node == NULL) node 13029 third_party/libxml/src/parser.c if (node->type == XML_ELEMENT_NODE) node 13030 third_party/libxml/src/parser.c doc = node->doc; node 13032 third_party/libxml/src/parser.c doc = (xmlDocPtr) node; node 13094 third_party/libxml/src/parser.c xmlAddChild(node, fake); node 13096 third_party/libxml/src/parser.c if (node->type == XML_ELEMENT_NODE) { node 13097 third_party/libxml/src/parser.c nodePush(ctxt, node); node 13101 third_party/libxml/src/parser.c cur = node; node 13146 third_party/libxml/src/parser.c if ((ctxt->node != NULL) && (ctxt->node != node)) { node 13167 third_party/libxml/src/parser.c node->last = fake; node 13323 third_party/libxml/src/parser.c if (ctxt->node != newDoc->children) { node 14292 third_party/libxml/src/parser.c ctxt->node = NULL; node 1671 third_party/libxml/src/parserInternals.c ctxt->node = NULL; node 1678 third_party/libxml/src/parserInternals.c ctxt->node = NULL; node 1689 third_party/libxml/src/parserInternals.c ctxt->node = NULL; node 1710 third_party/libxml/src/parserInternals.c ctxt->node = NULL; node 1909 third_party/libxml/src/parserInternals.c xmlParserFindNodeInfo(const xmlParserCtxtPtr ctx, const xmlNodePtr node) node 1913 third_party/libxml/src/parserInternals.c if ((ctx == NULL) || (node == NULL)) node 1916 third_party/libxml/src/parserInternals.c pos = xmlParserFindNodeInfoIndex(&ctx->node_seq, node); node 1918 third_party/libxml/src/parserInternals.c && ctx->node_seq.buffer[pos].node == node) node 1971 third_party/libxml/src/parserInternals.c const xmlNodePtr node) node 1976 third_party/libxml/src/parserInternals.c if ((seq == NULL) || (node == NULL)) node 1985 third_party/libxml/src/parserInternals.c if (node == seq->buffer[middle - 1].node) node 1987 third_party/libxml/src/parserInternals.c else if (node < seq->buffer[middle - 1].node) node 1994 third_party/libxml/src/parserInternals.c if (middle == 0 || seq->buffer[middle - 1].node < node) node 2018 third_party/libxml/src/parserInternals.c info->node); node 2022 third_party/libxml/src/parserInternals.c (ctxt->node_seq.buffer[pos].node == info->node)) { node 139 third_party/libxml/src/pattern.c xmlNodePtr node; node 460 third_party/libxml/src/pattern.c xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { node 477 third_party/libxml/src/pattern.c states->states[states->nbstates++].node = node; node 479 third_party/libxml/src/pattern.c fprintf(stderr, "Push: %d, %s\n", step, node->name); node 494 third_party/libxml/src/pattern.c xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) { node 499 third_party/libxml/src/pattern.c if ((comp == NULL) || (node == NULL)) return(-1); node 508 third_party/libxml/src/pattern.c if (node->type == XML_NAMESPACE_DECL) node 510 third_party/libxml/src/pattern.c node = node->parent; node 511 third_party/libxml/src/pattern.c if ((node->type == XML_DOCUMENT_NODE) || node 513 third_party/libxml/src/pattern.c (node->type == XML_DOCB_DOCUMENT_NODE) || node 515 third_party/libxml/src/pattern.c (node->type == XML_HTML_DOCUMENT_NODE)) node 519 third_party/libxml/src/pattern.c if (node->type != XML_ELEMENT_NODE) node 523 third_party/libxml/src/pattern.c if (step->value[0] != node->name[0]) node 525 third_party/libxml/src/pattern.c if (!xmlStrEqual(step->value, node->name)) node 529 third_party/libxml/src/pattern.c if (node->ns == NULL) { node 532 third_party/libxml/src/pattern.c } else if (node->ns->href != NULL) { node 535 third_party/libxml/src/pattern.c if (!xmlStrEqual(step->value2, node->ns->href)) node 542 third_party/libxml/src/pattern.c if ((node->type != XML_ELEMENT_NODE) && node 543 third_party/libxml/src/pattern.c (node->type != XML_DOCUMENT_NODE) && node 545 third_party/libxml/src/pattern.c (node->type != XML_DOCB_DOCUMENT_NODE) && node 547 third_party/libxml/src/pattern.c (node->type != XML_HTML_DOCUMENT_NODE)) node 550 third_party/libxml/src/pattern.c lst = node->children; node 566 third_party/libxml/src/pattern.c if (node->type != XML_ATTRIBUTE_NODE) node 569 third_party/libxml/src/pattern.c if (step->value[0] != node->name[0]) node 571 third_party/libxml/src/pattern.c if (!xmlStrEqual(step->value, node->name)) node 575 third_party/libxml/src/pattern.c if (node->ns == NULL) { node 579 third_party/libxml/src/pattern.c if (!xmlStrEqual(step->value2, node->ns->href)) node 584 third_party/libxml/src/pattern.c if ((node->type == XML_DOCUMENT_NODE) || node 585 third_party/libxml/src/pattern.c (node->type == XML_HTML_DOCUMENT_NODE) || node 587 third_party/libxml/src/pattern.c (node->type == XML_DOCB_DOCUMENT_NODE) || node 589 third_party/libxml/src/pattern.c (node->type == XML_NAMESPACE_DECL)) node 591 third_party/libxml/src/pattern.c node = node->parent; node 592 third_party/libxml/src/pattern.c if (node == NULL) node 596 third_party/libxml/src/pattern.c if (step->value[0] != node->name[0]) node 598 third_party/libxml/src/pattern.c if (!xmlStrEqual(step->value, node->name)) node 601 third_party/libxml/src/pattern.c if (node->ns == NULL) { node 604 third_party/libxml/src/pattern.c } else if (node->ns->href != NULL) { node 607 third_party/libxml/src/pattern.c if (!xmlStrEqual(step->value2, node->ns->href)) node 623 third_party/libxml/src/pattern.c if (node == NULL) node 625 third_party/libxml/src/pattern.c if ((node->type == XML_DOCUMENT_NODE) || node 626 third_party/libxml/src/pattern.c (node->type == XML_HTML_DOCUMENT_NODE) || node 628 third_party/libxml/src/pattern.c (node->type == XML_DOCB_DOCUMENT_NODE) || node 630 third_party/libxml/src/pattern.c (node->type == XML_NAMESPACE_DECL)) node 632 third_party/libxml/src/pattern.c node = node->parent; node 633 third_party/libxml/src/pattern.c while (node != NULL) { node 634 third_party/libxml/src/pattern.c if ((node->type == XML_ELEMENT_NODE) && node 635 third_party/libxml/src/pattern.c (step->value[0] == node->name[0]) && node 636 third_party/libxml/src/pattern.c (xmlStrEqual(step->value, node->name))) { node 638 third_party/libxml/src/pattern.c if (node->ns == NULL) { node 641 third_party/libxml/src/pattern.c } else if (node->ns->href != NULL) { node 643 third_party/libxml/src/pattern.c (xmlStrEqual(step->value2, node->ns->href))) node 647 third_party/libxml/src/pattern.c node = node->parent; node 649 third_party/libxml/src/pattern.c if (node == NULL) node 656 third_party/libxml/src/pattern.c xmlPatPushState(&states, i, node); node 658 third_party/libxml/src/pattern.c xmlPatPushState(&states, i - 1, node); node 661 third_party/libxml/src/pattern.c if (node->type != XML_ELEMENT_NODE) node 663 third_party/libxml/src/pattern.c if (node->ns == NULL) { node 666 third_party/libxml/src/pattern.c } else if (node->ns->href != NULL) { node 669 third_party/libxml/src/pattern.c if (!xmlStrEqual(step->value, node->ns->href)) node 674 third_party/libxml/src/pattern.c if (node->type != XML_ELEMENT_NODE) node 695 third_party/libxml/src/pattern.c node = states.states[states.nbstates].node; node 697 third_party/libxml/src/pattern.c fprintf(stderr, "Pop: %d, %s\n", i, node->name); node 2459 third_party/libxml/src/pattern.c xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) node 2463 third_party/libxml/src/pattern.c if ((comp == NULL) || (node == NULL)) node 2467 third_party/libxml/src/pattern.c ret = xmlPatMatch(comp, node); node 42 third_party/libxml/src/relaxng.c #define IS_RELAXNG(node, type) \ node 43 third_party/libxml/src/relaxng.c ((node != NULL) && (node->ns != NULL) && \ node 44 third_party/libxml/src/relaxng.c (xmlStrEqual(node->name, (const xmlChar *) type)) && \ node 45 third_party/libxml/src/relaxng.c (xmlStrEqual(node->ns->href, xmlRelaxNGNs))) node 156 third_party/libxml/src/relaxng.c xmlNodePtr node; /* the node in the source */ node 302 third_party/libxml/src/relaxng.c xmlNodePtr node; /* the current node */ node 337 third_party/libxml/src/relaxng.c xmlNodePtr node; /* the current node */ node 510 third_party/libxml/src/relaxng.c xmlRngPErr(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node, int error, node 526 third_party/libxml/src/relaxng.c NULL, node, XML_FROM_RELAXNGP, node 544 third_party/libxml/src/relaxng.c xmlRngVErr(xmlRelaxNGValidCtxtPtr ctxt, xmlNodePtr node, int error, node 560 third_party/libxml/src/relaxng.c NULL, node, XML_FROM_RELAXNGV, node 597 third_party/libxml/src/relaxng.c xmlNodePtr node); node 890 third_party/libxml/src/relaxng.c xmlRelaxNGNewDefine(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 924 third_party/libxml/src/relaxng.c ret->node = node; node 1182 third_party/libxml/src/relaxng.c xmlRelaxNGNewValidState(xmlRelaxNGValidCtxtPtr ctxt, xmlNodePtr node) node 1190 third_party/libxml/src/relaxng.c if (node == NULL) { node 1195 third_party/libxml/src/relaxng.c attr = node->properties; node 1219 third_party/libxml/src/relaxng.c if (node == NULL) { node 1220 third_party/libxml/src/relaxng.c ret->node = (xmlNodePtr) ctxt->doc; node 1223 third_party/libxml/src/relaxng.c ret->node = node; node 1224 third_party/libxml/src/relaxng.c ret->seq = node->children; node 1255 third_party/libxml/src/relaxng.c attr = node->properties; node 1354 third_party/libxml/src/relaxng.c if (state1->node != state2->node) node 1595 third_party/libxml/src/relaxng.c xmlNodePtr node, const xmlChar * ns) node 1624 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARSE_ERROR, node 1691 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY, node 1697 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_GRAMMAR_MISSING, node 1706 third_party/libxml/src/relaxng.c cur = node->children; node 1714 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_START_MISSING, node 1723 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_NAME_MISSING, node 1733 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_DEFINE_MISSING, node 1797 third_party/libxml/src/relaxng.c (ctxt->err->node == ctxt->state->node) && (ctxt->err->err == err)) node 1811 third_party/libxml/src/relaxng.c cur->node = ctxt->state->node; node 1814 third_party/libxml/src/relaxng.c cur->node = NULL; node 2233 third_party/libxml/src/relaxng.c xmlRelaxNGValidErr err, xmlNodePtr node, node 2251 third_party/libxml/src/relaxng.c xmlRngVErr(ctxt, (child == NULL ? node : child), err, node 2311 third_party/libxml/src/relaxng.c if ((err->err == dup->err) && (err->node == dup->node) && node 2317 third_party/libxml/src/relaxng.c xmlRelaxNGShowValidError(ctxt, err->err, err->node, err->seq, node 2364 third_party/libxml/src/relaxng.c xmlNodePtr node, seq; node 2373 third_party/libxml/src/relaxng.c node = ctxt->state->node; node 2376 third_party/libxml/src/relaxng.c node = seq = NULL; node 2378 third_party/libxml/src/relaxng.c if ((node == NULL) && (seq == NULL)) { node 2379 third_party/libxml/src/relaxng.c node = ctxt->pnode; node 2381 third_party/libxml/src/relaxng.c xmlRelaxNGShowValidError(ctxt, err, node, seq, arg1, arg2); node 2441 third_party/libxml/src/relaxng.c void **result, xmlNodePtr node) node 2454 third_party/libxml/src/relaxng.c (xmlSchemaValPtr *) result, node); node 2655 third_party/libxml/src/relaxng.c xmlNodePtr node ATTRIBUTE_UNUSED) node 3334 third_party/libxml/src/relaxng.c ctxt, xmlNodePtr node); node 3336 third_party/libxml/src/relaxng.c ctxt, xmlNodePtr node); node 3341 third_party/libxml/src/relaxng.c ctxt, xmlNodePtr node); node 3343 third_party/libxml/src/relaxng.c xmlNodePtr node); node 3347 third_party/libxml/src/relaxng.c ctxt, xmlNodePtr node, node 3470 third_party/libxml/src/relaxng.c xmlNodePtr node) node 3474 third_party/libxml/src/relaxng.c if (node == NULL) node 3477 third_party/libxml/src/relaxng.c if ((IS_RELAXNG(node, "data")) || (IS_RELAXNG(node, "value"))) { node 3478 third_party/libxml/src/relaxng.c ret = xmlGetProp(node, BAD_CAST "datatypeLibrary"); node 3492 third_party/libxml/src/relaxng.c node = node->parent; node 3493 third_party/libxml/src/relaxng.c while ((node != NULL) && (node->type == XML_ELEMENT_NODE)) { node 3494 third_party/libxml/src/relaxng.c ret = xmlGetProp(node, BAD_CAST "datatypeLibrary"); node 3507 third_party/libxml/src/relaxng.c node = node->parent; node 3522 third_party/libxml/src/relaxng.c xmlRelaxNGParseValue(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 3530 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 3535 third_party/libxml/src/relaxng.c type = xmlGetProp(node, BAD_CAST "type"); node 3539 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_TYPE_VALUE, node 3542 third_party/libxml/src/relaxng.c library = xmlRelaxNGGetDataTypeLibrary(ctxt, node); node 3553 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_UNKNOWN_TYPE_LIB, node 3560 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ERROR_TYPE_LIB, node 3566 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_TYPE_NOT_FOUND, node 3573 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 3575 third_party/libxml/src/relaxng.c } else if (((node->children->type != XML_TEXT_NODE) && node 3576 third_party/libxml/src/relaxng.c (node->children->type != XML_CDATA_SECTION_NODE)) || node 3577 third_party/libxml/src/relaxng.c (node->children->next != NULL)) { node 3578 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_TEXT_EXPECTED, node 3582 third_party/libxml/src/relaxng.c def->value = xmlNodeGetContent(node); node 3584 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_VALUE_NO_CONTENT, node 3590 third_party/libxml/src/relaxng.c lib->check(lib->data, def->name, def->value, &val, node); node 3592 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_INVALID_VALUE, node 3614 third_party/libxml/src/relaxng.c xmlRelaxNGParseData(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 3624 third_party/libxml/src/relaxng.c type = xmlGetProp(node, BAD_CAST "type"); node 3626 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_TYPE_MISSING, "data has no type\n", NULL, node 3632 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_TYPE_VALUE, node 3635 third_party/libxml/src/relaxng.c library = xmlRelaxNGGetDataTypeLibrary(ctxt, node); node 3640 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 3652 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_UNKNOWN_TYPE_LIB, node 3659 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ERROR_TYPE_LIB, node 3665 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_TYPE_NOT_FOUND, node 3679 third_party/libxml/src/relaxng.c content = node->children; node 3689 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARAM_FORBIDDEN, node 3697 third_party/libxml/src/relaxng.c param = xmlRelaxNGNewDefine(ctxt, node); node 3702 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARAM_NAME_MISSING, node 3726 third_party/libxml/src/relaxng.c except = xmlRelaxNGNewDefine(ctxt, node); node 3783 third_party/libxml/src/relaxng.c xmlNode node; node 3796 third_party/libxml/src/relaxng.c node.name = def1->name; node 3798 third_party/libxml/src/relaxng.c node.name = invalidName; node 3802 third_party/libxml/src/relaxng.c node.ns = NULL; node 3804 third_party/libxml/src/relaxng.c node.ns = &ns; node 3808 third_party/libxml/src/relaxng.c node.ns = NULL; node 3810 third_party/libxml/src/relaxng.c if (xmlRelaxNGElementMatch(&ctxt, def2, &node)) { node 3833 third_party/libxml/src/relaxng.c node.name = def2->name; node 3835 third_party/libxml/src/relaxng.c node.name = invalidName; node 3837 third_party/libxml/src/relaxng.c node.ns = &ns; node 3840 third_party/libxml/src/relaxng.c node.ns = NULL; node 3847 third_party/libxml/src/relaxng.c if (xmlRelaxNGElementMatch(&ctxt, def1, &node)) { node 4279 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, def->node, XML_RNGP_GROUP_ATTR_CONFLICT, node 4385 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, def->node, XML_RNGP_ELEM_TEXT_CONFLICT, node 4392 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, def->node, XML_RNGP_ATTR_CONFLICT, node 4478 third_party/libxml/src/relaxng.c xmlRelaxNGParseInterleave(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 4484 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4499 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_INTERLEAVE_ADD, node 4504 third_party/libxml/src/relaxng.c child = node->children; node 4506 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_INTERLEAVE_NO_CONTENT, node 4540 third_party/libxml/src/relaxng.c xmlRelaxNGParseInclude(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 4546 third_party/libxml/src/relaxng.c incl = node->psvi; node 4548 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_INCLUDE_EMPTY, node 4554 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY, "Include document is empty\n", node 4559 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_GRAMMAR_MISSING, node 4572 third_party/libxml/src/relaxng.c if (node->children != NULL) { node 4573 third_party/libxml/src/relaxng.c tmp = xmlRelaxNGParseGrammarContent(ctxt, node->children); node 4590 third_party/libxml/src/relaxng.c xmlRelaxNGParseDefine(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 4597 third_party/libxml/src/relaxng.c name = xmlGetProp(node, BAD_CAST "name"); node 4599 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_DEFINE_NAME_MISSING, node 4604 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_INVALID_DEFINE_NAME, node 4607 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4614 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 4615 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_DEFINE_EMPTY, node 4621 third_party/libxml/src/relaxng.c xmlRelaxNGParsePatterns(ctxt, node->children, 0); node 4627 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_DEFINE_CREATE_FAILED, node 4637 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_DEFINE_CREATE_FAILED, node 4728 third_party/libxml/src/relaxng.c xmlRelaxNGProcessExternalRef(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 4736 third_party/libxml/src/relaxng.c docu = node->psvi; node 4738 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4749 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EXTERNALREF_EMTPY, node 4759 third_party/libxml/src/relaxng.c tmp = node; node 4815 third_party/libxml/src/relaxng.c xmlRelaxNGParsePattern(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 4819 third_party/libxml/src/relaxng.c if (node == NULL) { node 4822 third_party/libxml/src/relaxng.c if (IS_RELAXNG(node, "element")) { node 4823 third_party/libxml/src/relaxng.c def = xmlRelaxNGParseElement(ctxt, node); node 4824 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "attribute")) { node 4825 third_party/libxml/src/relaxng.c def = xmlRelaxNGParseAttribute(ctxt, node); node 4826 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "empty")) { node 4827 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4831 third_party/libxml/src/relaxng.c if (node->children != NULL) { node 4832 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY_NOT_EMPTY, node 4835 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "text")) { node 4836 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4840 third_party/libxml/src/relaxng.c if (node->children != NULL) { node 4841 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_TEXT_HAS_CHILD, node 4844 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "zeroOrMore")) { node 4845 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4849 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 4850 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY_CONSTRUCT, node 4851 third_party/libxml/src/relaxng.c "Element %s is empty\n", node->name, NULL); node 4854 third_party/libxml/src/relaxng.c xmlRelaxNGParsePatterns(ctxt, node->children, 1); node 4856 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "oneOrMore")) { node 4857 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4861 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 4862 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY_CONSTRUCT, node 4863 third_party/libxml/src/relaxng.c "Element %s is empty\n", node->name, NULL); node 4866 third_party/libxml/src/relaxng.c xmlRelaxNGParsePatterns(ctxt, node->children, 1); node 4868 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "optional")) { node 4869 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4873 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 4874 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY_CONSTRUCT, node 4875 third_party/libxml/src/relaxng.c "Element %s is empty\n", node->name, NULL); node 4878 third_party/libxml/src/relaxng.c xmlRelaxNGParsePatterns(ctxt, node->children, 1); node 4880 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "choice")) { node 4881 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4885 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 4886 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY_CONSTRUCT, node 4887 third_party/libxml/src/relaxng.c "Element %s is empty\n", node->name, NULL); node 4890 third_party/libxml/src/relaxng.c xmlRelaxNGParsePatterns(ctxt, node->children, 0); node 4892 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "group")) { node 4893 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4897 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 4898 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY_CONSTRUCT, node 4899 third_party/libxml/src/relaxng.c "Element %s is empty\n", node->name, NULL); node 4902 third_party/libxml/src/relaxng.c xmlRelaxNGParsePatterns(ctxt, node->children, 0); node 4904 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "ref")) { node 4905 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4909 third_party/libxml/src/relaxng.c def->name = xmlGetProp(node, BAD_CAST "name"); node 4911 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_REF_NO_NAME, "ref has no name\n", node 4916 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_REF_NAME_INVALID, node 4921 third_party/libxml/src/relaxng.c if (node->children != NULL) { node 4922 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_REF_NOT_EMPTY, "ref is not empty\n", node 4928 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_REF_CREATE_FAILED, node 4942 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_REF_CREATE_FAILED, node 4946 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_REF_CREATE_FAILED, node 4957 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "data")) { node 4958 third_party/libxml/src/relaxng.c def = xmlRelaxNGParseData(ctxt, node); node 4959 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "value")) { node 4960 third_party/libxml/src/relaxng.c def = xmlRelaxNGParseValue(ctxt, node); node 4961 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "list")) { node 4962 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4966 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 4967 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY_CONSTRUCT, node 4968 third_party/libxml/src/relaxng.c "Element %s is empty\n", node->name, NULL); node 4971 third_party/libxml/src/relaxng.c xmlRelaxNGParsePatterns(ctxt, node->children, 0); node 4973 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "interleave")) { node 4974 third_party/libxml/src/relaxng.c def = xmlRelaxNGParseInterleave(ctxt, node); node 4975 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "externalRef")) { node 4976 third_party/libxml/src/relaxng.c def = xmlRelaxNGProcessExternalRef(ctxt, node); node 4977 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "notAllowed")) { node 4978 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 4982 third_party/libxml/src/relaxng.c if (node->children != NULL) { node 4983 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_NOTALLOWED_NOT_EMPTY, node 4987 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "grammar")) { node 4999 third_party/libxml/src/relaxng.c grammar = xmlRelaxNGParseGrammar(ctxt, node->children); node 5014 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "parentRef")) { node 5016 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARENTREF_NO_PARENT, node 5021 third_party/libxml/src/relaxng.c def = xmlRelaxNGNewDefine(ctxt, node); node 5025 third_party/libxml/src/relaxng.c def->name = xmlGetProp(node, BAD_CAST "name"); node 5027 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARENTREF_NO_NAME, node 5032 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARENTREF_NAME_INVALID, node 5037 third_party/libxml/src/relaxng.c if (node->children != NULL) { node 5038 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARENTREF_NOT_EMPTY, node 5044 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARENTREF_CREATE_FAILED, node 5058 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_PARENTREF_CREATE_FAILED, node 5068 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "mixed")) { node 5069 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 5070 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EMPTY_CONSTRUCT, "Mixed is empty\n", node 5074 third_party/libxml/src/relaxng.c def = xmlRelaxNGParseInterleave(ctxt, node); node 5079 third_party/libxml/src/relaxng.c tmp = xmlRelaxNGNewDefine(ctxt, node); node 5087 third_party/libxml/src/relaxng.c tmp = xmlRelaxNGNewDefine(ctxt, node); node 5096 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_UNKNOWN_CONSTRUCT, node 5097 third_party/libxml/src/relaxng.c "Unexpected node %s is not a pattern\n", node->name, node 5114 third_party/libxml/src/relaxng.c xmlRelaxNGParseAttribute(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 5120 third_party/libxml/src/relaxng.c ret = xmlRelaxNGNewDefine(ctxt, node); node 5125 third_party/libxml/src/relaxng.c child = node->children; node 5127 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ATTRIBUTE_EMPTY, node 5166 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ATTRIBUTE_CONTENT, node 5171 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ATTRIBUTE_NOOP, node 5180 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ATTRIBUTE_CHILDREN, node 5199 third_party/libxml/src/relaxng.c xmlNodePtr node, int attr) node 5204 third_party/libxml/src/relaxng.c if (!IS_RELAXNG(node, "except")) { node 5205 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EXCEPT_MISSING, node 5209 third_party/libxml/src/relaxng.c if (node->next != NULL) { node 5210 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EXCEPT_MULTIPLE, node 5214 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 5215 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_EXCEPT_EMPTY, "except has no content\n", node 5220 third_party/libxml/src/relaxng.c ret = xmlRelaxNGNewDefine(ctxt, node); node 5224 third_party/libxml/src/relaxng.c child = node->children; node 5259 third_party/libxml/src/relaxng.c xmlRelaxNGParseNameClass(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node, node 5266 third_party/libxml/src/relaxng.c if ((IS_RELAXNG(node, "name")) || (IS_RELAXNG(node, "anyName")) || node 5267 third_party/libxml/src/relaxng.c (IS_RELAXNG(node, "nsName"))) { node 5270 third_party/libxml/src/relaxng.c ret = xmlRelaxNGNewDefine(ctxt, node); node 5280 third_party/libxml/src/relaxng.c if (IS_RELAXNG(node, "name")) { node 5281 third_party/libxml/src/relaxng.c val = xmlNodeGetContent(node); node 5284 third_party/libxml/src/relaxng.c if (node->parent != NULL) node 5285 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ELEMENT_NAME, node 5287 third_party/libxml/src/relaxng.c node->parent->name, val); node 5289 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ELEMENT_NAME, node 5294 third_party/libxml/src/relaxng.c val = xmlGetProp(node, BAD_CAST "ns"); node 5299 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_XML_NS, node 5306 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_XMLNS_NAME, node 5310 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "anyName")) { node 5313 third_party/libxml/src/relaxng.c if (node->children != NULL) { node 5315 third_party/libxml/src/relaxng.c xmlRelaxNGParseExceptNameClass(ctxt, node->children, node 5319 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "nsName")) { node 5321 third_party/libxml/src/relaxng.c ret->ns = xmlGetProp(node, BAD_CAST "ns"); node 5323 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_NSNAME_NO_NS, node 5330 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_XML_NS, node 5334 third_party/libxml/src/relaxng.c if (node->children != NULL) { node 5336 third_party/libxml/src/relaxng.c xmlRelaxNGParseExceptNameClass(ctxt, node->children, node 5340 third_party/libxml/src/relaxng.c } else if (IS_RELAXNG(node, "choice")) { node 5344 third_party/libxml/src/relaxng.c ret = xmlRelaxNGNewDefine(ctxt, node); node 5350 third_party/libxml/src/relaxng.c if (node->children == NULL) { node 5351 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_CHOICE_EMPTY, node 5355 third_party/libxml/src/relaxng.c child = node->children; node 5370 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_CHOICE_CONTENT, node 5372 third_party/libxml/src/relaxng.c (node == NULL ? (const xmlChar *) "nothing" : node->name), node 5400 third_party/libxml/src/relaxng.c xmlRelaxNGParseElement(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 5406 third_party/libxml/src/relaxng.c ret = xmlRelaxNGNewDefine(ctxt, node); node 5411 third_party/libxml/src/relaxng.c child = node->children; node 5413 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ELEMENT_EMPTY, node 5423 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ELEMENT_NO_CONTENT, node 5458 third_party/libxml/src/relaxng.c ret->content = xmlRelaxNGNewDefine(ctxt, node); node 5475 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ELEMENT_CONTENT, node 5480 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ELEMENT_CONTENT, node 5485 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ELEMENT_CONTENT, node 5490 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_ELEMENT_CONTENT, node 5683 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, ref->node, XML_ERR_INTERNAL_ERROR, node 5689 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, ref->node, XML_ERR_INTERNAL_ERROR, node 5703 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, ref->node, XML_RNGP_REF_NO_DEF, node 5708 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, ref->node, XML_RNGP_REF_NO_DEF, node 5736 third_party/libxml/src/relaxng.c combine = xmlGetProp(cur->node, BAD_CAST "combine"); node 5742 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, define->node, XML_RNGP_DEF_CHOICE_AND_INTERLEAVE, node 5750 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, define->node, XML_RNGP_DEF_CHOICE_AND_INTERLEAVE, node 5755 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, define->node, XML_RNGP_UNKNOWN_COMBINE, node 5764 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, define->node, XML_RNGP_NEED_COMBINE, node 5779 third_party/libxml/src/relaxng.c cur = xmlRelaxNGNewDefine(ctxt, define->node); node 5794 third_party/libxml/src/relaxng.c tmp2 = xmlRelaxNGNewDefine(ctxt, tmp->content->node); node 5817 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, define->node, XML_RNGP_INTERLEAVE_CREATE_FAILED, node 5826 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, define->node, XML_RNGP_INTERLEAVE_CREATE_FAILED, node 5857 third_party/libxml/src/relaxng.c if ((cur->node == NULL) || (cur->node->parent == NULL) || node 5858 third_party/libxml/src/relaxng.c (!xmlStrEqual(cur->node->parent->name, BAD_CAST "start"))) { node 5860 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_START_MISSING, node 5864 third_party/libxml/src/relaxng.c combine = xmlGetProp(cur->node->parent, BAD_CAST "combine"); node 5872 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_START_CHOICE_AND_INTERLEAVE, node 5880 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_START_CHOICE_AND_INTERLEAVE, node 5885 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_UNKNOWN_COMBINE, node 5894 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_NEED_COMBINE, node 5909 third_party/libxml/src/relaxng.c cur = xmlRelaxNGNewDefine(ctxt, starts->node); node 5922 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_INTERLEAVE_CREATE_FAILED, node 5931 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_INTERLEAVE_CREATE_FAILED, node 5963 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_REF_CYCLE, node 6259 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_LIST_REF, node 6265 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_REF, node 6271 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_REF_NO_DEF, node 6275 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_REF_NO_DEF, node 6295 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_ELEM, node 6300 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_LIST_ELEM, node 6305 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_ATTR_ELEM, node 6310 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_ATTR_ELEM, node 6322 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_ELEM_CONTENT_EMPTY, node 6330 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_ELEM_CONTENT_ERROR, node 6338 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_ATTR_ATTR, node 6343 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_LIST_ATTR, node 6348 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_ONEMORE_GROUP_ATTR, node 6353 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_ONEMORE_INTERLEAVE_ATTR, node 6358 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_ATTR, node 6363 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_START_ATTR, node 6370 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_ANYNAME_ATTR_ANCESTOR, node 6374 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_NSNAME_ATTR_ANCESTOR, node 6385 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_ONEMORE, node 6390 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_START_ONEMORE, node 6401 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_LIST_LIST, node 6406 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_LIST, node 6411 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_START_LIST, node 6421 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_GROUP, node 6426 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_START_GROUP, node 6443 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_LIST_INTERLEAVE, node 6448 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_INTERLEAVE, node 6453 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_INTERLEAVE, node 6475 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_START_DATA, node 6483 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_START_VALUE, node 6491 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_LIST_TEXT, node 6496 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_TEXT, node 6501 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_START_TEXT, node 6508 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_DATA_EXCEPT_EMPTY, node 6513 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, cur->node, XML_RNGP_PAT_START_EMPTY, node 6640 third_party/libxml/src/relaxng.c xmlRelaxNGParseDocument(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 6646 third_party/libxml/src/relaxng.c if ((ctxt == NULL) || (node == NULL)) node 6655 third_party/libxml/src/relaxng.c if (IS_RELAXNG(node, "grammar")) { node 6656 third_party/libxml/src/relaxng.c schema->topgrammar = xmlRelaxNGParseGrammar(ctxt, node->children); node 6680 third_party/libxml/src/relaxng.c xmlRelaxNGParseStart(ctxt, node); node 6907 third_party/libxml/src/relaxng.c xmlRelaxNGCleanupAttributes(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) node 6911 third_party/libxml/src/relaxng.c cur = node->properties; node 6917 third_party/libxml/src/relaxng.c if ((!xmlStrEqual(node->name, BAD_CAST "element")) && node 6918 third_party/libxml/src/relaxng.c (!xmlStrEqual(node->name, BAD_CAST "attribute")) && node 6919 third_party/libxml/src/relaxng.c (!xmlStrEqual(node->name, BAD_CAST "ref")) && node 6920 third_party/libxml/src/relaxng.c (!xmlStrEqual(node->name, BAD_CAST "parentRef")) && node 6921 third_party/libxml/src/relaxng.c (!xmlStrEqual(node->name, BAD_CAST "param")) && node 6922 third_party/libxml/src/relaxng.c (!xmlStrEqual(node->name, BAD_CAST "define"))) { node 6923 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_FORBIDDEN_ATTRIBUTE, node 6925 third_party/libxml/src/relaxng.c cur->name, node->name); node 6928 third_party/libxml/src/relaxng.c if ((!xmlStrEqual(node->name, BAD_CAST "value")) && node 6929 third_party/libxml/src/relaxng.c (!xmlStrEqual(node->name, BAD_CAST "data"))) { node 6930 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_FORBIDDEN_ATTRIBUTE, node 6932 third_party/libxml/src/relaxng.c cur->name, node->name); node 6935 third_party/libxml/src/relaxng.c if ((!xmlStrEqual(node->name, BAD_CAST "externalRef")) && node 6936 third_party/libxml/src/relaxng.c (!xmlStrEqual(node->name, BAD_CAST "include"))) { node 6937 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_FORBIDDEN_ATTRIBUTE, node 6939 third_party/libxml/src/relaxng.c cur->name, node->name); node 6942 third_party/libxml/src/relaxng.c if ((!xmlStrEqual(node->name, BAD_CAST "start")) && node 6943 third_party/libxml/src/relaxng.c (!xmlStrEqual(node->name, BAD_CAST "define"))) { node 6944 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_FORBIDDEN_ATTRIBUTE, node 6946 third_party/libxml/src/relaxng.c cur->name, node->name); node 6952 third_party/libxml/src/relaxng.c val = xmlNodeListGetString(node->doc, cur->children, 1); node 6957 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_INVALID_URI, node 6962 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_URI_NOT_ABSOLUTE, node 6967 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_URI_FRAGMENT, node 6977 third_party/libxml/src/relaxng.c xmlRngPErr(ctxt, node, XML_RNGP_UNKNOWN_ATTRIBUTE, node 6979 third_party/libxml/src/relaxng.c node->name); node 7183 third_party/libxml/src/relaxng.c xmlNodePtr node; node 7185 third_party/libxml/src/relaxng.c node = xmlNewDocNode(cur->doc, cur->ns, node 7187 third_party/libxml/src/relaxng.c if (node != NULL) { node 7188 third_party/libxml/src/relaxng.c xmlAddPrevSibling(cur->children, node); node 7190 third_party/libxml/src/relaxng.c xmlAddChild(node, text); node 7191 third_party/libxml/src/relaxng.c text = node; node 7221 third_party/libxml/src/relaxng.c xmlNodePtr node; node 7224 third_party/libxml/src/relaxng.c node = cur->parent; node 7225 third_party/libxml/src/relaxng.c while ((node != NULL) && node 7226 third_party/libxml/src/relaxng.c (node->type == XML_ELEMENT_NODE)) { node 7227 third_party/libxml/src/relaxng.c ns = xmlGetProp(node, BAD_CAST "ns"); node 7231 third_party/libxml/src/relaxng.c node = node->parent; node 8139 third_party/libxml/src/relaxng.c xmlNodePtr node; node 8150 third_party/libxml/src/relaxng.c node = ctxt->pnode; node 8174 third_party/libxml/src/relaxng.c if (node->type != XML_ELEMENT_NODE) { node 8205 third_party/libxml/src/relaxng.c state = xmlRelaxNGNewValidState(ctxt, node); node 8216 third_party/libxml/src/relaxng.c VALID_ERR2(XML_RELAXNG_ERR_ATTRVALID, node->name); node 8501 third_party/libxml/src/relaxng.c xmlNodePtr node) node 8506 third_party/libxml/src/relaxng.c while ((node != NULL) && node 8507 third_party/libxml/src/relaxng.c ((node->type == XML_COMMENT_NODE) || node 8508 third_party/libxml/src/relaxng.c (node->type == XML_PI_NODE) || node 8509 third_party/libxml/src/relaxng.c (node->type == XML_XINCLUDE_START) || node 8510 third_party/libxml/src/relaxng.c (node->type == XML_XINCLUDE_END) || node 8511 third_party/libxml/src/relaxng.c (((node->type == XML_TEXT_NODE) || node 8512 third_party/libxml/src/relaxng.c (node->type == XML_CDATA_SECTION_NODE)) && node 8514 third_party/libxml/src/relaxng.c (IS_BLANK_NODE(node)))))) { node 8515 third_party/libxml/src/relaxng.c node = node->next; node 8517 third_party/libxml/src/relaxng.c return (node); node 8580 third_party/libxml/src/relaxng.c xmlRelaxNGDefinePtr define, xmlNodePtr node) node 8595 third_party/libxml/src/relaxng.c lib->check(lib->data, define->name, value, &result, node); node 8597 third_party/libxml/src/relaxng.c ret = lib->check(lib->data, define->name, value, NULL, node); node 8733 third_party/libxml/src/relaxng.c define->value, define->node, node 8735 third_party/libxml/src/relaxng.c value, ctxt->state->node); node 9196 third_party/libxml/src/relaxng.c xmlRelaxNGNodeMatchesList(xmlNodePtr node, xmlRelaxNGDefinePtr * list) node 9201 third_party/libxml/src/relaxng.c if ((node == NULL) || (list == NULL)) node 9206 third_party/libxml/src/relaxng.c if ((node->type == XML_ELEMENT_NODE) && node 9208 third_party/libxml/src/relaxng.c tmp = xmlRelaxNGElementMatch(NULL, cur, node); node 9211 third_party/libxml/src/relaxng.c } else if (((node->type == XML_TEXT_NODE) || node 9212 third_party/libxml/src/relaxng.c (node->type == XML_CDATA_SECTION_NODE)) && node 9753 third_party/libxml/src/relaxng.c state->node->name, state->seq->name); node 9762 third_party/libxml/src/relaxng.c state->attrs[i]->name, state->node->name); node 9783 third_party/libxml/src/relaxng.c xmlNodePtr node; node 9793 third_party/libxml/src/relaxng.c node = ctxt->state->seq; node 9795 third_party/libxml/src/relaxng.c node = NULL; node 9804 third_party/libxml/src/relaxng.c if ((node != NULL) && (node->name != NULL)) node 9805 third_party/libxml/src/relaxng.c xmlGenericError(xmlGenericErrorContext, "on %s\n", node->name); node 9812 third_party/libxml/src/relaxng.c node = xmlRelaxNGSkipIgnored(ctxt, node); node 9819 third_party/libxml/src/relaxng.c while ((node != NULL) && node 9820 third_party/libxml/src/relaxng.c ((node->type == XML_TEXT_NODE) || node 9821 third_party/libxml/src/relaxng.c (node->type == XML_COMMENT_NODE) || node 9822 third_party/libxml/src/relaxng.c (node->type == XML_PI_NODE) || node 9823 third_party/libxml/src/relaxng.c (node->type == XML_CDATA_SECTION_NODE))) node 9824 third_party/libxml/src/relaxng.c node = node->next; node 9825 third_party/libxml/src/relaxng.c ctxt->state->seq = node; node 9829 third_party/libxml/src/relaxng.c node = xmlRelaxNGSkipIgnored(ctxt, node); node 9830 third_party/libxml/src/relaxng.c if (node == NULL) { node 9837 third_party/libxml/src/relaxng.c if (node->type != XML_ELEMENT_NODE) { node 9848 third_party/libxml/src/relaxng.c if (node->psvi == define) { node 9849 third_party/libxml/src/relaxng.c ctxt->state->seq = xmlRelaxNGSkipIgnored(ctxt, node->next); node 9855 third_party/libxml/src/relaxng.c && (xmlStrEqual(ctxt->err->arg2, node->name))) node 9859 third_party/libxml/src/relaxng.c && (xmlStrEqual(ctxt->err->arg1, node->name))) node 9868 third_party/libxml/src/relaxng.c ret = xmlRelaxNGElementMatch(ctxt, define, node); node 9881 third_party/libxml/src/relaxng.c (xmlStrEqual(ctxt->err->arg2, node->name))) || node 9883 third_party/libxml/src/relaxng.c (xmlStrEqual(ctxt->err->arg1, node->name))) || node 9894 third_party/libxml/src/relaxng.c state = xmlRelaxNGNewValidState(ctxt, node); node 9908 third_party/libxml/src/relaxng.c VALID_ERR2(XML_RELAXNG_ERR_ATTRVALID, node->name); node 9916 third_party/libxml/src/relaxng.c nstate = xmlRelaxNGNewValidState(ctxt, node); node 9984 third_party/libxml/src/relaxng.c node->name); node 9988 third_party/libxml/src/relaxng.c node->name); node 10030 third_party/libxml/src/relaxng.c node->psvi = define; node 10035 third_party/libxml/src/relaxng.c oldstate->seq = xmlRelaxNGSkipIgnored(ctxt, node->next); node 10053 third_party/libxml/src/relaxng.c node->name, ret); node 10263 third_party/libxml/src/relaxng.c node = xmlRelaxNGSkipIgnored(ctxt, node); node 10267 third_party/libxml/src/relaxng.c (node != NULL)) { node 10280 third_party/libxml/src/relaxng.c if ((node->type == XML_TEXT_NODE) || node 10281 third_party/libxml/src/relaxng.c (node->type == XML_CDATA_SECTION_NODE)) { node 10284 third_party/libxml/src/relaxng.c } else if (node->type == XML_ELEMENT_NODE) { node 10285 third_party/libxml/src/relaxng.c if (node->ns != NULL) { node 10286 third_party/libxml/src/relaxng.c list = xmlHashLookup2(triage, node->name, node 10287 third_party/libxml/src/relaxng.c node->ns->href); node 10291 third_party/libxml/src/relaxng.c node->ns->href); node 10294 third_party/libxml/src/relaxng.c xmlHashLookup2(triage, node->name, NULL); node 10302 third_party/libxml/src/relaxng.c VALID_ERR2(XML_RELAXNG_ERR_ELEMWRONG, node->name); node 10379 third_party/libxml/src/relaxng.c child = node; node 10383 third_party/libxml/src/relaxng.c node->parent->name); node 10422 third_party/libxml/src/relaxng.c child = node; node 10426 third_party/libxml/src/relaxng.c node->parent->name); node 10473 third_party/libxml/src/relaxng.c child = node; node 10477 third_party/libxml/src/relaxng.c node->parent->name); node 10510 third_party/libxml/src/relaxng.c } else if ((ret == 0) && (node != NULL)) { node 10511 third_party/libxml/src/relaxng.c ctxt->state->seq = node->next; node 10683 third_party/libxml/src/relaxng.c xmlNodePtr node; node 10700 third_party/libxml/src/relaxng.c node = state->seq; node 10701 third_party/libxml/src/relaxng.c node = xmlRelaxNGSkipIgnored(ctxt, node); node 10702 third_party/libxml/src/relaxng.c if (node != NULL) { node 10714 third_party/libxml/src/relaxng.c node = state->seq; node 10715 third_party/libxml/src/relaxng.c node = xmlRelaxNGSkipIgnored(ctxt, node); node 10716 third_party/libxml/src/relaxng.c if (node == NULL) node 10775 third_party/libxml/src/relaxng.c xmlRelaxNGCleanPSVI(xmlNodePtr node) { node 10778 third_party/libxml/src/relaxng.c if ((node == NULL) || node 10779 third_party/libxml/src/relaxng.c ((node->type != XML_ELEMENT_NODE) && node 10780 third_party/libxml/src/relaxng.c (node->type != XML_DOCUMENT_NODE) && node 10781 third_party/libxml/src/relaxng.c (node->type != XML_HTML_DOCUMENT_NODE))) node 10783 third_party/libxml/src/relaxng.c if (node->type == XML_ELEMENT_NODE) node 10784 third_party/libxml/src/relaxng.c node->psvi = NULL; node 10786 third_party/libxml/src/relaxng.c cur = node->children; node 10803 third_party/libxml/src/relaxng.c if (cur == node) { node 258 third_party/libxml/src/runsuite.c ctxtXPath->node = cur; node 286 third_party/libxml/src/runsuite.c ctxtXPath->node = cur; node 357 third_party/libxml/src/runtest.c xmlNodePtr node; node 371 third_party/libxml/src/runtest.c node = err->node; node 382 third_party/libxml/src/runtest.c if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) node 383 third_party/libxml/src/runtest.c name = node->name; node 2287 third_party/libxml/src/runtest.c ctxt->node = xmlDocGetRootElement(xpathDocument); node 3558 third_party/libxml/src/runtest.c xmlNodePtr node; node 3582 third_party/libxml/src/runtest.c node = doc->children; node 3583 third_party/libxml/src/runtest.c while(node != NULL && !xmlStrEqual(node->name, (const xmlChar *)"XPath")) { node 3584 third_party/libxml/src/runtest.c node = node->next; node 3587 third_party/libxml/src/runtest.c if(node == NULL) { node 3593 third_party/libxml/src/runtest.c expr = xmlNodeGetContent(node); node 3611 third_party/libxml/src/runtest.c ns = node->nsDef; node 47 third_party/libxml/src/schematron.c #define IS_SCHEMATRON(node, elem) \ node 48 third_party/libxml/src/schematron.c ((node != NULL) && (node->type == XML_ELEMENT_NODE ) && \ node 49 third_party/libxml/src/schematron.c (node->ns != NULL) && \ node 50 third_party/libxml/src/schematron.c (xmlStrEqual(node->name, (const xmlChar *) elem)) && \ node 51 third_party/libxml/src/schematron.c ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \ node 52 third_party/libxml/src/schematron.c (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) node 54 third_party/libxml/src/schematron.c #define NEXT_SCHEMATRON(node) \ node 55 third_party/libxml/src/schematron.c while (node != NULL) { \ node 56 third_party/libxml/src/schematron.c if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \ node 57 third_party/libxml/src/schematron.c ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \ node 58 third_party/libxml/src/schematron.c (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) \ node 60 third_party/libxml/src/schematron.c node = node->next; \ node 88 third_party/libxml/src/schematron.c xmlNodePtr node; /* the node in the tree */ node 104 third_party/libxml/src/schematron.c xmlNodePtr node; /* the node in the tree */ node 227 third_party/libxml/src/schematron.c const char *extra, xmlNodePtr node) node 231 third_party/libxml/src/schematron.c __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL, node 247 third_party/libxml/src/schematron.c xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, node 260 third_party/libxml/src/schematron.c __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, node 275 third_party/libxml/src/schematron.c const char *extra, xmlNodePtr node) node 281 third_party/libxml/src/schematron.c __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL, node 308 third_party/libxml/src/schematron.c xmlNodePtr node, xmlChar *test, xmlChar *report) node 313 third_party/libxml/src/schematron.c if ((ctxt == NULL) || (rule == NULL) || (node == NULL) || node 322 third_party/libxml/src/schematron.c xmlSchematronPErr(ctxt, node, node 331 third_party/libxml/src/schematron.c xmlSchematronPErrMemory(ctxt, "allocating schema test", node); node 336 third_party/libxml/src/schematron.c ret->node = node; node 390 third_party/libxml/src/schematron.c xmlSchematronPatternPtr pat, xmlNodePtr node, node 396 third_party/libxml/src/schematron.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL) || node 406 third_party/libxml/src/schematron.c xmlSchematronPErr(ctxt, node, node 414 third_party/libxml/src/schematron.c xmlSchematronPErrMemory(ctxt, "allocating schema rule", node); node 418 third_party/libxml/src/schematron.c ret->node = node; node 483 third_party/libxml/src/schematron.c xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) node 487 third_party/libxml/src/schematron.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL) || (name == NULL)) node 492 third_party/libxml/src/schematron.c xmlSchematronPErrMemory(ctxt, "allocating schema pattern", node); node 1243 third_party/libxml/src/schematron.c xmlNodePtr node = NULL; node 1250 third_party/libxml/src/schematron.c ctxt->xctxt->node = cur; node 1257 third_party/libxml/src/schematron.c node = ret->nodesetval->nodeTab[0]; node 1260 third_party/libxml/src/schematron.c return(node); node 1294 third_party/libxml/src/schematron.c xmlNodePtr child, node; node 1309 third_party/libxml/src/schematron.c node = cur; node 1311 third_party/libxml/src/schematron.c node = xmlSchematronGetNode(ctxt, cur, path); node 1312 third_party/libxml/src/schematron.c if (node == NULL) node 1313 third_party/libxml/src/schematron.c node = cur; node 1317 third_party/libxml/src/schematron.c if ((node->ns == NULL) || (node->ns->prefix == NULL)) node 1318 third_party/libxml/src/schematron.c ret = xmlStrcat(ret, node->name); node 1320 third_party/libxml/src/schematron.c ret = xmlStrcat(ret, node->ns->prefix); node 1322 third_party/libxml/src/schematron.c ret = xmlStrcat(ret, node->name); node 1396 third_party/libxml/src/schematron.c if (test->node != NULL) node 1397 third_party/libxml/src/schematron.c report = xmlSchematronFormatReport(ctxt, test->node, cur); node 1608 third_party/libxml/src/schematron.c ctxt->xctxt->node = cur; node 238 third_party/libxml/src/testC14N.c xmlNodePtr node; node 262 third_party/libxml/src/testC14N.c node = doc->children; node 263 third_party/libxml/src/testC14N.c while(node != NULL && !xmlStrEqual(node->name, (const xmlChar *)"XPath")) { node 264 third_party/libxml/src/testC14N.c node = node->next; node 267 third_party/libxml/src/testC14N.c if(node == NULL) { node 273 third_party/libxml/src/testC14N.c expr = xmlNodeGetContent(node); node 291 third_party/libxml/src/testC14N.c ns = node->nsDef; node 90 third_party/libxml/src/testXPath.c ctxt->node = xmlDocGetRootElement(document); node 2192 third_party/libxml/src/testapi.c htmlNodePtr node; /* an htmlNodePtr in a tree */ node 2200 third_party/libxml/src/testapi.c node = gen_const_htmlNodePtr(n_node, 0); node 2203 third_party/libxml/src/testapi.c ret_val = htmlNodeStatus((const htmlNodePtr)node, legacy); node 2206 third_party/libxml/src/testapi.c des_const_htmlNodePtr(n_node, (const htmlNodePtr)node, 0); node 7251 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 7261 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 7264 third_party/libxml/src/testapi.c xmlDebugDumpNode(output, node, depth); node 7267 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 7297 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node list */ node 7307 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 7310 third_party/libxml/src/testapi.c xmlDebugDumpNodeList(output, node, depth); node 7313 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 7343 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 7353 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 7356 third_party/libxml/src/testapi.c xmlDebugDumpOneNode(output, node, depth); node 7359 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 7427 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node to count */ node 7432 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 7434 third_party/libxml/src/testapi.c ret_val = xmlLsCountNode(node); node 7437 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 7462 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node to dump */ node 7469 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 7471 third_party/libxml/src/testapi.c xmlLsOneNode(output, node); node 7474 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 7521 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 7533 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 7536 third_party/libxml/src/testapi.c ret_val = xmlShellBase(ctxt, arg, node, node2); node 7541 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 7576 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 7588 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 7591 third_party/libxml/src/testapi.c ret_val = xmlShellCat(ctxt, arg, node, node2); node 7596 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 7631 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 7643 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 7646 third_party/libxml/src/testapi.c ret_val = xmlShellDir(ctxt, arg, node, node2); node 7651 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 7741 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 7753 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 7756 third_party/libxml/src/testapi.c ret_val = xmlShellList(ctxt, arg, node, node2); node 7761 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 7796 third_party/libxml/src/testapi.c xmlNodePtr node; /* unused */ node 7808 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 7811 third_party/libxml/src/testapi.c ret_val = xmlShellLoad(ctxt, filename, node, node2); node 7816 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 7883 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 7895 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 7898 third_party/libxml/src/testapi.c ret_val = xmlShellPwd(ctxt, buffer, node, node2); node 7903 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 7938 third_party/libxml/src/testapi.c xmlNodePtr node; /* unused */ node 7950 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 7953 third_party/libxml/src/testapi.c ret_val = xmlShellSave(ctxt, filename, node, node2); node 7958 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 7993 third_party/libxml/src/testapi.c xmlNodePtr node; /* unused */ node 8005 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 8008 third_party/libxml/src/testapi.c ret_val = xmlShellValidate(ctxt, dtd, node, node2); node 8013 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 8048 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node in the tree */ node 8060 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 8063 third_party/libxml/src/testapi.c ret_val = xmlShellWrite(ctxt, filename, node, node2); node 8068 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 14101 third_party/libxml/src/testapi.c xmlNodePtr node; /* the context node */ node 14118 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 14124 third_party/libxml/src/testapi.c ret_val = xmlParseInNodeContext(node, (const char *)data, datalen, options, lst); node 14127 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 14264 third_party/libxml/src/testapi.c xmlNodePtr node; /* an XML node within the tree */ node 14271 third_party/libxml/src/testapi.c node = gen_const_xmlNodePtr(n_node, 1); node 14273 third_party/libxml/src/testapi.c ret_val = xmlParserFindNodeInfo((const xmlParserCtxtPtr)ctx, (const xmlNodePtr)node); node 14277 third_party/libxml/src/testapi.c des_const_xmlNodePtr(n_node, (const xmlNodePtr)node, 1); node 14310 third_party/libxml/src/testapi.c xmlNodePtr node; /* an XML node pointer */ node 14317 third_party/libxml/src/testapi.c node = gen_const_xmlNodePtr(n_node, 1); node 14319 third_party/libxml/src/testapi.c ret_val = xmlParserFindNodeInfoIndex((const xmlParserNodeInfoSeqPtr)seq, (const xmlNodePtr)node); node 14323 third_party/libxml/src/testapi.c des_const_xmlNodePtr(n_node, (const xmlNodePtr)node, 1); node 16869 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 16876 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 16878 third_party/libxml/src/testapi.c ret_val = xmlPatternMatch(comp, node); node 16882 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 19237 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 19245 third_party/libxml/src/testapi.c node = gen_const_xmlNodePtr(n_node, 0); node 19248 third_party/libxml/src/testapi.c ret_val = xmlCopyNode((const xmlNodePtr)node, extended); node 19251 third_party/libxml/src/testapi.c des_const_xmlNodePtr(n_node, (const xmlNodePtr)node, 0); node 19276 third_party/libxml/src/testapi.c xmlNodePtr node; /* the first node in the list. */ node 19281 third_party/libxml/src/testapi.c node = gen_const_xmlNodePtr(n_node, 0); node 19283 third_party/libxml/src/testapi.c ret_val = xmlCopyNodeList((const xmlNodePtr)node); node 19286 third_party/libxml/src/testapi.c des_const_xmlNodePtr(n_node, (const xmlNodePtr)node, 0); node 19450 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node to start with */ node 19468 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 19473 third_party/libxml/src/testapi.c ret_val = xmlDOMWrapAdoptNode(ctxt, sourceDoc, node, destDoc, destParent, options); node 19474 third_party/libxml/src/testapi.c if ((node != NULL) && (node->parent == NULL)) {xmlUnlinkNode(node);xmlFreeNode(node);node = NULL;} node 19479 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 19518 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node to start with */ node 19542 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 19549 third_party/libxml/src/testapi.c ret_val = xmlDOMWrapCloneNode(ctxt, sourceDoc, node, resNode, destDoc, destParent, deep, options); node 19554 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 19655 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node to be removed. */ node 19667 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 2); node 19670 third_party/libxml/src/testapi.c ret_val = xmlDOMWrapRemoveNode(ctxt, doc, node, options); node 19675 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 2); node 19704 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 19715 third_party/libxml/src/testapi.c node = gen_const_xmlNodePtr(n_node, 0); node 19719 third_party/libxml/src/testapi.c ret_val = xmlDocCopyNode((const xmlNodePtr)node, doc, extended); node 19722 third_party/libxml/src/testapi.c des_const_xmlNodePtr(n_node, (const xmlNodePtr)node, 0); node 19752 third_party/libxml/src/testapi.c xmlNodePtr node; /* the first node in the list. */ node 19759 third_party/libxml/src/testapi.c node = gen_const_xmlNodePtr(n_node, 1); node 19761 third_party/libxml/src/testapi.c ret_val = xmlDocCopyNodeList(doc, (const xmlNodePtr)node); node 19765 third_party/libxml/src/testapi.c des_const_xmlNodePtr(n_node, (const xmlNodePtr)node, 1); node 20390 third_party/libxml/src/testapi.c xmlNodePtr node; /* valid node */ node 20395 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 20397 third_party/libxml/src/testapi.c ret_val = xmlGetLineNo(node); node 20400 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 20422 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 20430 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 20433 third_party/libxml/src/testapi.c ret_val = xmlGetNoNsProp(node, (const xmlChar *)name); node 20436 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 20462 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 20467 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 20469 third_party/libxml/src/testapi.c ret_val = xmlGetNodePath(node); node 20472 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 20505 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 20516 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 20520 third_party/libxml/src/testapi.c ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace); node 20523 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 20551 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 20559 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 20562 third_party/libxml/src/testapi.c ret_val = xmlGetProp(node, (const xmlChar *)name); node 20565 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 20590 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 20601 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 20605 third_party/libxml/src/testapi.c ret_val = xmlHasNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace); node 20608 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 20636 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 20644 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 20647 third_party/libxml/src/testapi.c ret_val = xmlHasProp(node, (const xmlChar *)name); node 20650 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 20675 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 20680 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 20682 third_party/libxml/src/testapi.c ret_val = xmlIsBlankNode(node); node 20685 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 21530 third_party/libxml/src/testapi.c xmlNodePtr node; /* the element carrying the namespace */ node 21541 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 21545 third_party/libxml/src/testapi.c ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix); node 21546 third_party/libxml/src/testapi.c if ((node == NULL) && (ret_val != NULL)) xmlFreeNs(ret_val); node 21549 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 21577 third_party/libxml/src/testapi.c xmlNodePtr node; /* the holding node */ node 21591 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 21596 third_party/libxml/src/testapi.c ret_val = xmlNewNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); node 21599 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 21630 third_party/libxml/src/testapi.c xmlNodePtr node; /* the holding node */ node 21644 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 21649 third_party/libxml/src/testapi.c ret_val = xmlNewNsPropEatName(node, ns, name, (const xmlChar *)value); node 21652 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 21724 third_party/libxml/src/testapi.c xmlNodePtr node; /* the holding node */ node 21735 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 21739 third_party/libxml/src/testapi.c ret_val = xmlNewProp(node, (const xmlChar *)name, (const xmlChar *)value); node 21742 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 21940 third_party/libxml/src/testapi.c xmlNodePtr node; /* the current node */ node 21945 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 21947 third_party/libxml/src/testapi.c ret_val = xmlNextElementSibling(node); node 21950 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 22357 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 22362 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 22364 third_party/libxml/src/testapi.c ret_val = xmlNodeIsText(node); node 22367 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 22723 third_party/libxml/src/testapi.c xmlNodePtr node; /* the current node */ node 22728 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 22730 third_party/libxml/src/testapi.c ret_val = xmlPreviousElementSibling(node); node 22733 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 23179 third_party/libxml/src/testapi.c xmlNodePtr node; /* the current node */ node 23189 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 23192 third_party/libxml/src/testapi.c ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace); node 23196 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 23225 third_party/libxml/src/testapi.c xmlNodePtr node; /* the current node */ node 23235 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 23238 third_party/libxml/src/testapi.c ret_val = xmlSearchNsByHref(doc, node, (const xmlChar *)href); node 23242 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 23365 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node in the document */ node 23373 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 23376 third_party/libxml/src/testapi.c xmlSetNs(node, ns); node 23378 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 23404 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 23418 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 23423 third_party/libxml/src/testapi.c ret_val = xmlSetNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); node 23426 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 23459 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 23470 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 23474 third_party/libxml/src/testapi.c ret_val = xmlSetProp(node, (const xmlChar *)name, (const xmlChar *)value); node 23477 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 23669 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 23680 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 23684 third_party/libxml/src/testapi.c ret_val = xmlTextConcat(node, (const xmlChar *)content, len); node 23687 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 23758 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 23769 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 23773 third_party/libxml/src/testapi.c ret_val = xmlUnsetNsProp(node, ns, (const xmlChar *)name); node 23776 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 23806 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node */ node 23814 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 23817 third_party/libxml/src/testapi.c ret_val = xmlUnsetProp(node, (const xmlChar *)name); node 23820 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 27278 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node in an XML document */ node 27285 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 27287 third_party/libxml/src/testapi.c ret_val = xmlXIncludeProcessNode(ctxt, node); node 27291 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 33817 third_party/libxml/src/testapi.c xmlNodePtr node; /* the top node of the subtree to save */ node 33824 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 33826 third_party/libxml/src/testapi.c ret_val = xmlSaveTree(ctxt, node); node 33830 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 35267 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node containing the value */ node 35278 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 3); node 35280 third_party/libxml/src/testapi.c ret_val = xmlSchemaValPredefTypeNode(type, (const xmlChar *)value, val, node); node 35286 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 3); node 35322 third_party/libxml/src/testapi.c xmlNodePtr node; /* the node containing the value */ node 35333 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 3); node 35335 third_party/libxml/src/testapi.c ret_val = xmlSchemaValPredefTypeNodeNoNorm(type, (const xmlChar *)value, val, node); node 35341 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 3); node 42991 third_party/libxml/src/testapi.c xmlNodePtr node; /* xmlNodePtr or NULL for doc->children */ node 43001 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 43004 third_party/libxml/src/testapi.c ret_val = xmlNewTextWriterTree(doc, node, compression); node 43008 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 45643 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 45648 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 45650 third_party/libxml/src/testapi.c ret_val = xmlXPathCastNodeToNumber(node); node 45653 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 45677 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 45682 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 0); node 45684 third_party/libxml/src/testapi.c ret_val = xmlXPathCastNodeToString(node); node 45687 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 0); node 48686 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 48693 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 48695 third_party/libxml/src/testapi.c ret_val = xmlXPathNodeLeading(nodes, node); node 48699 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 48727 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 48734 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 48736 third_party/libxml/src/testapi.c ret_val = xmlXPathNodeLeadingSorted(nodes, node); node 48740 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 48806 third_party/libxml/src/testapi.c xmlNodePtr node; /* the hosting node */ node 48816 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 48819 third_party/libxml/src/testapi.c xmlXPathNodeSetAddNs(cur, node, ns); node 48822 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 49084 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 49091 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 49093 third_party/libxml/src/testapi.c ret_val = xmlXPathNodeTrailing(nodes, node); node 49097 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 49125 third_party/libxml/src/testapi.c xmlNodePtr node; /* a node */ node 49132 third_party/libxml/src/testapi.c node = gen_xmlNodePtr(n_node, 1); node 49134 third_party/libxml/src/testapi.c ret_val = xmlXPathNodeTrailingSorted(nodes, node); node 49138 third_party/libxml/src/testapi.c des_xmlNodePtr(n_node, node, 1); node 82 third_party/libxml/src/tree.c xmlTreeErr(int code, xmlNodePtr node, const char *extra) node 102 third_party/libxml/src/tree.c __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra); node 718 third_party/libxml/src/tree.c xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { node 721 third_party/libxml/src/tree.c if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) node 747 third_party/libxml/src/tree.c if (node != NULL) { node 748 third_party/libxml/src/tree.c if (node->nsDef == NULL) { node 749 third_party/libxml/src/tree.c node->nsDef = cur; node 751 third_party/libxml/src/tree.c xmlNsPtr prev = node->nsDef; node 780 third_party/libxml/src/tree.c xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { node 781 third_party/libxml/src/tree.c if (node == NULL) { node 788 third_party/libxml/src/tree.c node->ns = ns; node 1248 third_party/libxml/src/tree.c xmlNodePtr node; node 1269 third_party/libxml/src/tree.c node = xmlNewDocTextLen(doc, q, cur - q); node 1270 third_party/libxml/src/tree.c if (node == NULL) return(ret); node 1272 third_party/libxml/src/tree.c last = ret = node; node 1274 third_party/libxml/src/tree.c last->next = node; node 1275 third_party/libxml/src/tree.c node->prev = last; node 1276 third_party/libxml/src/tree.c last = node; node 1354 third_party/libxml/src/tree.c node = xmlNewDocText(doc, ent->content); node 1355 third_party/libxml/src/tree.c last = ret = node; node 1357 third_party/libxml/src/tree.c node = xmlNewDocText(doc, ent->content); node 1358 third_party/libxml/src/tree.c last = xmlAddNextSibling(last, node); node 1366 third_party/libxml/src/tree.c node = xmlNewReference(doc, val); node 1367 third_party/libxml/src/tree.c if (node == NULL) { node 1375 third_party/libxml/src/tree.c (const xmlChar*)node->content); node 1385 third_party/libxml/src/tree.c last = ret = node; node 1387 third_party/libxml/src/tree.c last = xmlAddNextSibling(last, node); node 1401 third_party/libxml/src/tree.c node = xmlNewDocText(doc, buf); node 1402 third_party/libxml/src/tree.c if (node != NULL) { node 1404 third_party/libxml/src/tree.c last = ret = node; node 1406 third_party/libxml/src/tree.c last = xmlAddNextSibling(last, node); node 1421 third_party/libxml/src/tree.c node = xmlNewDocTextLen(doc, q, cur - q); node 1422 third_party/libxml/src/tree.c if (node == NULL) return(ret); node 1424 third_party/libxml/src/tree.c ret = node; node 1426 third_party/libxml/src/tree.c xmlAddNextSibling(last, node); node 1445 third_party/libxml/src/tree.c xmlNodePtr node; node 1466 third_party/libxml/src/tree.c node = xmlNewDocTextLen(doc, q, cur - q); node 1467 third_party/libxml/src/tree.c if (node == NULL) return(ret); node 1469 third_party/libxml/src/tree.c last = ret = node; node 1471 third_party/libxml/src/tree.c last->next = node; node 1472 third_party/libxml/src/tree.c node->prev = last; node 1473 third_party/libxml/src/tree.c last = node; node 1539 third_party/libxml/src/tree.c node = xmlNewDocText(doc, ent->content); node 1540 third_party/libxml/src/tree.c last = ret = node; node 1542 third_party/libxml/src/tree.c node = xmlNewDocText(doc, ent->content); node 1543 third_party/libxml/src/tree.c last = xmlAddNextSibling(last, node); node 1551 third_party/libxml/src/tree.c node = xmlNewReference(doc, val); node 1552 third_party/libxml/src/tree.c if (node == NULL) { node 1560 third_party/libxml/src/tree.c (const xmlChar*)node->content); node 1569 third_party/libxml/src/tree.c last = ret = node; node 1571 third_party/libxml/src/tree.c last = xmlAddNextSibling(last, node); node 1585 third_party/libxml/src/tree.c node = xmlNewDocText(doc, buf); node 1586 third_party/libxml/src/tree.c if (node != NULL) { node 1588 third_party/libxml/src/tree.c last = ret = node; node 1590 third_party/libxml/src/tree.c last = xmlAddNextSibling(last, node); node 1604 third_party/libxml/src/tree.c node = xmlNewDocTextLen(doc, q, cur - q); node 1605 third_party/libxml/src/tree.c if (node == NULL) return(ret); node 1607 third_party/libxml/src/tree.c last = ret = node; node 1609 third_party/libxml/src/tree.c last = xmlAddNextSibling(last, node); node 1630 third_party/libxml/src/tree.c xmlNodePtr node = list; node 1637 third_party/libxml/src/tree.c while (node != NULL) { node 1638 third_party/libxml/src/tree.c if ((node->type == XML_TEXT_NODE) || node 1639 third_party/libxml/src/tree.c (node->type == XML_CDATA_SECTION_NODE)) { node 1641 third_party/libxml/src/tree.c ret = xmlStrcat(ret, node->content); node 1645 third_party/libxml/src/tree.c buffer = xmlEncodeEntitiesReentrant(doc, node->content); node 1651 third_party/libxml/src/tree.c } else if (node->type == XML_ENTITY_REF_NODE) { node 1653 third_party/libxml/src/tree.c ent = xmlGetDocEntity(doc, node->name); node 1670 third_party/libxml/src/tree.c ret = xmlStrcat(ret, node->content); node 1678 third_party/libxml/src/tree.c ret = xmlStrcat(ret, node->name); node 1688 third_party/libxml/src/tree.c node->type); node 1691 third_party/libxml/src/tree.c node = node->next; node 1712 third_party/libxml/src/tree.c xmlNodePtr node = list; node 1719 third_party/libxml/src/tree.c while (node != NULL) { node 1720 third_party/libxml/src/tree.c if ((node->type == XML_TEXT_NODE) || node 1721 third_party/libxml/src/tree.c (node->type == XML_CDATA_SECTION_NODE)) { node 1723 third_party/libxml/src/tree.c ret = xmlStrcat(ret, node->content); node 1727 third_party/libxml/src/tree.c buffer = xmlEncodeSpecialChars(doc, node->content); node 1733 third_party/libxml/src/tree.c } else if (node->type == XML_ENTITY_REF_NODE) { node 1735 third_party/libxml/src/tree.c ent = xmlGetDocEntity(doc, node->name); node 1753 third_party/libxml/src/tree.c ret = xmlStrcat(ret, node->content); node 1761 third_party/libxml/src/tree.c ret = xmlStrcat(ret, node->name); node 1771 third_party/libxml/src/tree.c node->type); node 1774 third_party/libxml/src/tree.c node = node->next; node 1781 third_party/libxml/src/tree.c xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, node 1788 third_party/libxml/src/tree.c if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) { node 1790 third_party/libxml/src/tree.c ((node->doc == NULL) || node 1791 third_party/libxml/src/tree.c (!(xmlDictOwns(node->doc->dict, name))))) node 1802 third_party/libxml/src/tree.c ((node == NULL) || (node->doc == NULL) || node 1803 third_party/libxml/src/tree.c (!(xmlDictOwns(node->doc->dict, name))))) node 1811 third_party/libxml/src/tree.c cur->parent = node; node 1812 third_party/libxml/src/tree.c if (node != NULL) { node 1813 third_party/libxml/src/tree.c doc = node->doc; node 1849 third_party/libxml/src/tree.c if (node != NULL) { node 1850 third_party/libxml/src/tree.c if (node->properties == NULL) { node 1851 third_party/libxml/src/tree.c node->properties = cur; node 1853 third_party/libxml/src/tree.c xmlAttrPtr prev = node->properties; node 1862 third_party/libxml/src/tree.c if ((value != NULL) && (node != NULL) && node 1863 third_party/libxml/src/tree.c (xmlIsID(node->doc, node, cur) == 1)) node 1864 third_party/libxml/src/tree.c xmlAddID(NULL, node->doc, value, cur); node 1883 third_party/libxml/src/tree.c xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { node 1893 third_party/libxml/src/tree.c return xmlNewPropInternal(node, NULL, name, value, 0); node 1908 third_party/libxml/src/tree.c xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, node 1919 third_party/libxml/src/tree.c return xmlNewPropInternal(node, ns, name, value, 0); node 1933 third_party/libxml/src/tree.c xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, node 1944 third_party/libxml/src/tree.c return xmlNewPropInternal(node, ns, name, value, 1); node 3509 third_party/libxml/src/tree.c xmlPreviousElementSibling(xmlNodePtr node) { node 3510 third_party/libxml/src/tree.c if (node == NULL) node 3512 third_party/libxml/src/tree.c switch (node->type) { node 3522 third_party/libxml/src/tree.c node = node->prev; node 3527 third_party/libxml/src/tree.c while (node != NULL) { node 3528 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) node 3529 third_party/libxml/src/tree.c return(node); node 3530 third_party/libxml/src/tree.c node = node->prev; node 3548 third_party/libxml/src/tree.c xmlNextElementSibling(xmlNodePtr node) { node 3549 third_party/libxml/src/tree.c if (node == NULL) node 3551 third_party/libxml/src/tree.c switch (node->type) { node 3562 third_party/libxml/src/tree.c node = node->next; node 3567 third_party/libxml/src/tree.c while (node != NULL) { node 3568 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) node 3569 third_party/libxml/src/tree.c return(node); node 3570 third_party/libxml/src/tree.c node = node->next; node 3916 third_party/libxml/src/tree.c xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent); node 4078 third_party/libxml/src/tree.c xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, node 4082 third_party/libxml/src/tree.c if (node == NULL) return(NULL); node 4083 third_party/libxml/src/tree.c switch (node->type) { node 4096 third_party/libxml/src/tree.c return((xmlNodePtr) xmlCopyPropInternal(doc, parent, (xmlAttrPtr) node)); node 4098 third_party/libxml/src/tree.c return((xmlNodePtr) xmlCopyNamespaceList((xmlNsPtr) node)); node 4106 third_party/libxml/src/tree.c return((xmlNodePtr) xmlCopyDoc((xmlDocPtr) node, extended)); node 4126 third_party/libxml/src/tree.c ret->type = node->type; node 4130 third_party/libxml/src/tree.c if (node->name == xmlStringText) node 4132 third_party/libxml/src/tree.c else if (node->name == xmlStringTextNoenc) node 4134 third_party/libxml/src/tree.c else if (node->name == xmlStringComment) node 4136 third_party/libxml/src/tree.c else if (node->name != NULL) { node 4138 third_party/libxml/src/tree.c ret->name = xmlDictLookup(doc->dict, node->name, -1); node 4140 third_party/libxml/src/tree.c ret->name = xmlStrdup(node->name); node 4142 third_party/libxml/src/tree.c if ((node->type != XML_ELEMENT_NODE) && node 4143 third_party/libxml/src/tree.c (node->content != NULL) && node 4144 third_party/libxml/src/tree.c (node->type != XML_ENTITY_REF_NODE) && node 4145 third_party/libxml/src/tree.c (node->type != XML_XINCLUDE_END) && node 4146 third_party/libxml/src/tree.c (node->type != XML_XINCLUDE_START)) { node 4147 third_party/libxml/src/tree.c ret->content = xmlStrdup(node->content); node 4149 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) node 4150 third_party/libxml/src/tree.c ret->line = node->line; node 4171 third_party/libxml/src/tree.c if (((node->type == XML_ELEMENT_NODE) || node 4172 third_party/libxml/src/tree.c (node->type == XML_XINCLUDE_START)) && (node->nsDef != NULL)) node 4173 third_party/libxml/src/tree.c ret->nsDef = xmlCopyNamespaceList(node->nsDef); node 4175 third_party/libxml/src/tree.c if (node->ns != NULL) { node 4178 third_party/libxml/src/tree.c ns = xmlSearchNs(doc, ret, node->ns->prefix); node 4185 third_party/libxml/src/tree.c ns = xmlSearchNs(node->doc, node, node->ns->prefix); node 4192 third_party/libxml/src/tree.c ret->ns = xmlNewReconciliedNs(doc, ret, node->ns); node 4201 third_party/libxml/src/tree.c if (((node->type == XML_ELEMENT_NODE) || node 4202 third_party/libxml/src/tree.c (node->type == XML_XINCLUDE_START)) && (node->properties != NULL)) node 4203 third_party/libxml/src/tree.c ret->properties = xmlCopyPropList(ret, node->properties); node 4204 third_party/libxml/src/tree.c if (node->type == XML_ENTITY_REF_NODE) { node 4205 third_party/libxml/src/tree.c if ((doc == NULL) || (node->doc != doc)) { node 4214 third_party/libxml/src/tree.c ret->children = node->children; node 4217 third_party/libxml/src/tree.c } else if ((node->children != NULL) && (extended != 2)) { node 4218 third_party/libxml/src/tree.c ret->children = xmlStaticCopyNodeList(node->children, doc, ret); node 4231 third_party/libxml/src/tree.c xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) { node 4235 third_party/libxml/src/tree.c while (node != NULL) { node 4237 third_party/libxml/src/tree.c if (node->type == XML_DTD_NODE ) { node 4239 third_party/libxml/src/tree.c node = node->next; node 4243 third_party/libxml/src/tree.c q = (xmlNodePtr) xmlCopyDtd( (xmlDtdPtr) node ); node 4254 third_party/libxml/src/tree.c q = xmlStaticCopyNode(node, doc, parent, 1); node 4264 third_party/libxml/src/tree.c node = node->next; node 4281 third_party/libxml/src/tree.c xmlCopyNode(const xmlNodePtr node, int extended) { node 4284 third_party/libxml/src/tree.c ret = xmlStaticCopyNode(node, NULL, NULL, extended); node 4301 third_party/libxml/src/tree.c xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) { node 4304 third_party/libxml/src/tree.c ret = xmlStaticCopyNode(node, doc, NULL, extended); node 4317 third_party/libxml/src/tree.c xmlNodePtr xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) { node 4318 third_party/libxml/src/tree.c xmlNodePtr ret = xmlStaticCopyNodeList(node, doc, NULL); node 4331 third_party/libxml/src/tree.c xmlNodePtr xmlCopyNodeList(const xmlNodePtr node) { node 4332 third_party/libxml/src/tree.c xmlNodePtr ret = xmlStaticCopyNodeList(node, NULL, NULL); node 4496 third_party/libxml/src/tree.c xmlGetLineNo(xmlNodePtr node) node 4500 third_party/libxml/src/tree.c if (!node) node 4502 third_party/libxml/src/tree.c if ((node->type == XML_ELEMENT_NODE) || node 4503 third_party/libxml/src/tree.c (node->type == XML_TEXT_NODE) || node 4504 third_party/libxml/src/tree.c (node->type == XML_COMMENT_NODE) || node 4505 third_party/libxml/src/tree.c (node->type == XML_PI_NODE)) node 4506 third_party/libxml/src/tree.c result = (long) node->line; node 4507 third_party/libxml/src/tree.c else if ((node->prev != NULL) && node 4508 third_party/libxml/src/tree.c ((node->prev->type == XML_ELEMENT_NODE) || node 4509 third_party/libxml/src/tree.c (node->prev->type == XML_TEXT_NODE) || node 4510 third_party/libxml/src/tree.c (node->prev->type == XML_COMMENT_NODE) || node 4511 third_party/libxml/src/tree.c (node->prev->type == XML_PI_NODE))) node 4512 third_party/libxml/src/tree.c result = xmlGetLineNo(node->prev); node 4513 third_party/libxml/src/tree.c else if ((node->parent != NULL) && node 4514 third_party/libxml/src/tree.c (node->parent->type == XML_ELEMENT_NODE)) node 4515 third_party/libxml/src/tree.c result = xmlGetLineNo(node->parent); node 4531 third_party/libxml/src/tree.c xmlGetNodePath(xmlNodePtr node) node 4542 third_party/libxml/src/tree.c if (node == NULL) node 4559 third_party/libxml/src/tree.c cur = node; node 5739 third_party/libxml/src/tree.c xmlGetNsList(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node) node 5747 third_party/libxml/src/tree.c while (node != NULL) { node 5748 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) { node 5749 third_party/libxml/src/tree.c cur = node->nsDef; node 5785 third_party/libxml/src/tree.c node = node->parent; node 5840 third_party/libxml/src/tree.c xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { node 5843 third_party/libxml/src/tree.c xmlNodePtr orig = node; node 5845 third_party/libxml/src/tree.c if (node == NULL) return(NULL); node 5848 third_party/libxml/src/tree.c if ((doc == NULL) && (node->type == XML_ELEMENT_NODE)) { node 5863 third_party/libxml/src/tree.c cur->next = node->nsDef; node 5864 third_party/libxml/src/tree.c node->nsDef = cur; node 5868 third_party/libxml/src/tree.c doc = node->doc; node 5880 third_party/libxml/src/tree.c while (node != NULL) { node 5881 third_party/libxml/src/tree.c if ((node->type == XML_ENTITY_REF_NODE) || node 5882 third_party/libxml/src/tree.c (node->type == XML_ENTITY_NODE) || node 5883 third_party/libxml/src/tree.c (node->type == XML_ENTITY_DECL)) node 5885 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) { node 5886 third_party/libxml/src/tree.c cur = node->nsDef; node 5897 third_party/libxml/src/tree.c if (orig != node) { node 5898 third_party/libxml/src/tree.c cur = node->ns; node 5910 third_party/libxml/src/tree.c node = node->parent; node 5928 third_party/libxml/src/tree.c xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, node 5933 third_party/libxml/src/tree.c while ((node != NULL) && (node != ancestor)) { node 5934 third_party/libxml/src/tree.c if ((node->type == XML_ENTITY_REF_NODE) || node 5935 third_party/libxml/src/tree.c (node->type == XML_ENTITY_NODE) || node 5936 third_party/libxml/src/tree.c (node->type == XML_ENTITY_DECL)) node 5938 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) { node 5939 third_party/libxml/src/tree.c tst = node->nsDef; node 5951 third_party/libxml/src/tree.c node = node->parent; node 5953 third_party/libxml/src/tree.c if (node != ancestor) node 5969 third_party/libxml/src/tree.c xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) node 5972 third_party/libxml/src/tree.c xmlNodePtr orig = node; node 5975 third_party/libxml/src/tree.c if ((node == NULL) || (href == NULL)) node 5981 third_party/libxml/src/tree.c if ((doc == NULL) && (node->type == XML_ELEMENT_NODE)) { node 5996 third_party/libxml/src/tree.c cur->next = node->nsDef; node 5997 third_party/libxml/src/tree.c node->nsDef = cur; node 6001 third_party/libxml/src/tree.c doc = node->doc; node 6013 third_party/libxml/src/tree.c is_attr = (node->type == XML_ATTRIBUTE_NODE); node 6014 third_party/libxml/src/tree.c while (node != NULL) { node 6015 third_party/libxml/src/tree.c if ((node->type == XML_ENTITY_REF_NODE) || node 6016 third_party/libxml/src/tree.c (node->type == XML_ENTITY_NODE) || node 6017 third_party/libxml/src/tree.c (node->type == XML_ENTITY_DECL)) node 6019 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) { node 6020 third_party/libxml/src/tree.c cur = node->nsDef; node 6025 third_party/libxml/src/tree.c (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) node 6030 third_party/libxml/src/tree.c if (orig != node) { node 6031 third_party/libxml/src/tree.c cur = node->ns; node 6036 third_party/libxml/src/tree.c (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) node 6042 third_party/libxml/src/tree.c node = node->parent; node 6137 third_party/libxml/src/tree.c xmlNodePtr node = tree; node 6141 third_party/libxml/src/tree.c if ((node == NULL) || (node->type != XML_ELEMENT_NODE)) return(-1); node 6143 third_party/libxml/src/tree.c if (node->doc != doc) return(-1); node 6144 third_party/libxml/src/tree.c while (node != NULL) { node 6148 third_party/libxml/src/tree.c if (node->ns != NULL) { node 6169 third_party/libxml/src/tree.c if (oldNs[i] == node->ns) { node 6170 third_party/libxml/src/tree.c node->ns = newNs[i]; node 6178 third_party/libxml/src/tree.c n = xmlNewReconciliedNs(doc, tree, node->ns); node 6201 third_party/libxml/src/tree.c oldNs[nbCache++] = node->ns; node 6202 third_party/libxml/src/tree.c node->ns = n; node 6209 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) { node 6210 third_party/libxml/src/tree.c attr = node->properties; node 6277 third_party/libxml/src/tree.c if ((node->children != NULL) && (node->type != XML_ENTITY_REF_NODE)) { node 6279 third_party/libxml/src/tree.c node = node->children; node 6280 third_party/libxml/src/tree.c } else if ((node != tree) && (node->next != NULL)) { node 6282 third_party/libxml/src/tree.c node = node->next; node 6283 third_party/libxml/src/tree.c } else if (node != tree) { node 6285 third_party/libxml/src/tree.c while (node != tree) { node 6286 third_party/libxml/src/tree.c if (node->parent != NULL) node 6287 third_party/libxml/src/tree.c node = node->parent; node 6288 third_party/libxml/src/tree.c if ((node != tree) && (node->next != NULL)) { node 6289 third_party/libxml/src/tree.c node = node->next; node 6292 third_party/libxml/src/tree.c if (node->parent == NULL) { node 6293 third_party/libxml/src/tree.c node = NULL; node 6298 third_party/libxml/src/tree.c if (node == tree) node 6299 third_party/libxml/src/tree.c node = NULL; node 6312 third_party/libxml/src/tree.c xmlGetPropNodeInternal(xmlNodePtr node, const xmlChar *name, node 6317 third_party/libxml/src/tree.c if ((node == NULL) || (node->type != XML_ELEMENT_NODE) || (name == NULL)) node 6320 third_party/libxml/src/tree.c if (node->properties != NULL) { node 6321 third_party/libxml/src/tree.c prop = node->properties; node 6355 third_party/libxml/src/tree.c if ((node->doc != NULL) && (node->doc->intSubset != NULL)) { node 6356 third_party/libxml/src/tree.c xmlDocPtr doc = node->doc; node 6363 third_party/libxml/src/tree.c if ((node->ns != NULL) && (node->ns->prefix != NULL)) { node 6364 third_party/libxml/src/tree.c tmpstr = xmlStrdup(node->ns->prefix); node 6366 third_party/libxml/src/tree.c tmpstr = xmlStrcat(tmpstr, node->name); node 6371 third_party/libxml/src/tree.c elemQName = (xmlChar *) node->name; node 6389 third_party/libxml/src/tree.c nsList = xmlGetNsList(node->doc, node); node 6472 third_party/libxml/src/tree.c xmlHasProp(xmlNodePtr node, const xmlChar *name) { node 6476 third_party/libxml/src/tree.c if ((node == NULL) || (node->type != XML_ELEMENT_NODE) || (name == NULL)) node 6481 third_party/libxml/src/tree.c prop = node->properties; node 6494 third_party/libxml/src/tree.c doc = node->doc; node 6498 third_party/libxml/src/tree.c attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name); node 6500 third_party/libxml/src/tree.c attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name); node 6527 third_party/libxml/src/tree.c xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { node 6529 third_party/libxml/src/tree.c return(xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD)); node 6549 third_party/libxml/src/tree.c xmlGetProp(xmlNodePtr node, const xmlChar *name) { node 6552 third_party/libxml/src/tree.c prop = xmlHasProp(node, name); node 6574 third_party/libxml/src/tree.c xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) { node 6577 third_party/libxml/src/tree.c prop = xmlGetPropNodeInternal(node, name, NULL, xmlCheckDTD); node 6599 third_party/libxml/src/tree.c xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { node 6602 third_party/libxml/src/tree.c prop = xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD); node 6619 third_party/libxml/src/tree.c xmlUnsetProp(xmlNodePtr node, const xmlChar *name) { node 6622 third_party/libxml/src/tree.c prop = xmlGetPropNodeInternal(node, name, NULL, 0); node 6640 third_party/libxml/src/tree.c xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) { node 6643 third_party/libxml/src/tree.c prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0); node 6668 third_party/libxml/src/tree.c xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { node 6672 third_party/libxml/src/tree.c if ((node == NULL) || (name == NULL) || (node->type != XML_ELEMENT_NODE)) node 6682 third_party/libxml/src/tree.c ns = xmlSearchNs(node->doc, node, prefix); node 6686 third_party/libxml/src/tree.c return(xmlSetNsProp(node, ns, nqname, value)); node 6688 third_party/libxml/src/tree.c return(xmlSetNsProp(node, NULL, name, value)); node 6704 third_party/libxml/src/tree.c xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, node 6711 third_party/libxml/src/tree.c prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0); node 6717 third_party/libxml/src/tree.c xmlRemoveID(node->doc, prop); node 6729 third_party/libxml/src/tree.c xmlTreeErr(XML_TREE_NOT_UTF8, (xmlNodePtr) node->doc, node 6731 third_party/libxml/src/tree.c if (node->doc != NULL) node 6732 third_party/libxml/src/tree.c node->doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1"); node 6734 third_party/libxml/src/tree.c prop->children = xmlNewDocText(node->doc, value); node 6745 third_party/libxml/src/tree.c xmlAddID(NULL, node->doc, value, prop); node 6751 third_party/libxml/src/tree.c return(xmlNewPropInternal(node, ns, name, value, 0)); node 6764 third_party/libxml/src/tree.c xmlNodeIsText(xmlNodePtr node) { node 6765 third_party/libxml/src/tree.c if (node == NULL) return(0); node 6767 third_party/libxml/src/tree.c if (node->type == XML_TEXT_NODE) return(1); node 6781 third_party/libxml/src/tree.c xmlIsBlankNode(xmlNodePtr node) { node 6783 third_party/libxml/src/tree.c if (node == NULL) return(0); node 6785 third_party/libxml/src/tree.c if ((node->type != XML_TEXT_NODE) && node 6786 third_party/libxml/src/tree.c (node->type != XML_CDATA_SECTION_NODE)) node 6788 third_party/libxml/src/tree.c if (node->content == NULL) return(1); node 6789 third_party/libxml/src/tree.c cur = node->content; node 6810 third_party/libxml/src/tree.c xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { node 6811 third_party/libxml/src/tree.c if (node == NULL) return(-1); node 6813 third_party/libxml/src/tree.c if ((node->type != XML_TEXT_NODE) && node 6814 third_party/libxml/src/tree.c (node->type != XML_CDATA_SECTION_NODE) && node 6815 third_party/libxml/src/tree.c (node->type != XML_COMMENT_NODE) && node 6816 third_party/libxml/src/tree.c (node->type != XML_PI_NODE)) { node 6824 third_party/libxml/src/tree.c if ((node->content == (xmlChar *) &(node->properties)) || node 6825 third_party/libxml/src/tree.c ((node->doc != NULL) && (node->doc->dict != NULL) && node 6826 third_party/libxml/src/tree.c xmlDictOwns(node->doc->dict, node->content))) { node 6827 third_party/libxml/src/tree.c node->content = xmlStrncatNew(node->content, content, len); node 6829 third_party/libxml/src/tree.c node->content = xmlStrncat(node->content, content, len); node 6831 third_party/libxml/src/tree.c node->properties = NULL; node 6832 third_party/libxml/src/tree.c if (node->content == NULL) node 7870 third_party/libxml/src/tree.c xmlNodePtr node) node 7882 third_party/libxml/src/tree.c cur = node; node 8005 third_party/libxml/src/tree.c xmlNodePtr node, int options ATTRIBUTE_UNUSED) node 8011 third_party/libxml/src/tree.c if ((node == NULL) || (doc == NULL) || (node->doc != doc)) node 8015 third_party/libxml/src/tree.c if (node->parent == NULL) node 8018 third_party/libxml/src/tree.c switch (node->type) { node 8024 third_party/libxml/src/tree.c xmlUnlinkNode(node); node 8032 third_party/libxml/src/tree.c xmlUnlinkNode(node); node 8037 third_party/libxml/src/tree.c switch (node->type) { node 8039 third_party/libxml/src/tree.c if ((ctxt == NULL) && (node->nsDef != NULL)) { node 8040 third_party/libxml/src/tree.c ns = node->nsDef; node 8050 third_party/libxml/src/tree.c if (node->ns != NULL) { node 8056 third_party/libxml/src/tree.c if (node->ns == list[j]) { node 8057 third_party/libxml/src/tree.c node->ns = list[++j]; node 8071 third_party/libxml/src/tree.c ns = xmlDOMWrapStoreNs(doc, node->ns->href, node 8072 third_party/libxml/src/tree.c node->ns->prefix); node 8081 third_party/libxml/src/tree.c &nbList, node->ns, ns) == -1) node 8084 third_party/libxml/src/tree.c node->ns = ns; node 8086 third_party/libxml/src/tree.c if ((node->type == XML_ELEMENT_NODE) && node 8087 third_party/libxml/src/tree.c (node->properties != NULL)) { node 8088 third_party/libxml/src/tree.c node = (xmlNodePtr) node->properties; node 8096 third_party/libxml/src/tree.c if ((node->type == XML_ELEMENT_NODE) && node 8097 third_party/libxml/src/tree.c (node->children != NULL)) { node 8098 third_party/libxml/src/tree.c node = node->children; node 8102 third_party/libxml/src/tree.c if (node == NULL) node 8104 third_party/libxml/src/tree.c if (node->next != NULL) node 8105 third_party/libxml/src/tree.c node = node->next; node 8107 third_party/libxml/src/tree.c node = node->parent; node 8110 third_party/libxml/src/tree.c } while (node != NULL); node 8137 third_party/libxml/src/tree.c xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, node 8154 third_party/libxml/src/tree.c cur = node; node 8195 third_party/libxml/src/tree.c ret = xmlNsInScope(doc, node, prev, ns->prefix); node 8237 third_party/libxml/src/tree.c xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, node 8244 third_party/libxml/src/tree.c if ((doc == NULL) || (node == NULL)) node 8257 third_party/libxml/src/tree.c cur = node; node 8785 third_party/libxml/src/tree.c xmlNodePtr node, node 8828 third_party/libxml/src/tree.c cur = node; node 8845 third_party/libxml/src/tree.c (cur->doc == node->doc)) node 8849 third_party/libxml/src/tree.c if (cur->doc != node->doc) node 9051 third_party/libxml/src/tree.c if (cur == node) node 9150 third_party/libxml/src/tree.c xmlNodePtr node, node 9176 third_party/libxml/src/tree.c if ((node == NULL) || (resNode == NULL) || (destDoc == NULL)) node 9181 third_party/libxml/src/tree.c if (node->type != XML_ELEMENT_NODE) node 9186 third_party/libxml/src/tree.c if ((node->doc != NULL) && (sourceDoc != NULL) && node 9187 third_party/libxml/src/tree.c (node->doc != sourceDoc)) { node 9194 third_party/libxml/src/tree.c sourceDoc = node->doc; node 9207 third_party/libxml/src/tree.c cur = node; node 9569 third_party/libxml/src/tree.c if (cur == node) node 9804 third_party/libxml/src/tree.c xmlNodePtr node, node 9809 third_party/libxml/src/tree.c if ((node == NULL) || (destDoc == NULL) || node 9815 third_party/libxml/src/tree.c if ((node->doc != NULL) && (sourceDoc != NULL) && node 9816 third_party/libxml/src/tree.c (node->doc != sourceDoc)) { node 9823 third_party/libxml/src/tree.c sourceDoc = node->doc; node 9826 third_party/libxml/src/tree.c switch (node->type) { node 9844 third_party/libxml/src/tree.c if ((node->parent != NULL) && (destParent != node->parent)) node 9845 third_party/libxml/src/tree.c xmlUnlinkNode(node); node 9847 third_party/libxml/src/tree.c if (node->type == XML_ELEMENT_NODE) { node 9848 third_party/libxml/src/tree.c return (xmlDOMWrapAdoptBranch(ctxt, sourceDoc, node, node 9850 third_party/libxml/src/tree.c } else if (node->type == XML_ATTRIBUTE_NODE) { node 9852 third_party/libxml/src/tree.c (xmlAttrPtr) node, destDoc, destParent, options)); node 9854 third_party/libxml/src/tree.c xmlNodePtr cur = node; node 9864 third_party/libxml/src/tree.c switch (node->type) { node 9867 third_party/libxml/src/tree.c XML_TREE_ADOPT_STR_2(node->content) node 9873 third_party/libxml/src/tree.c node->content = NULL; node 9874 third_party/libxml/src/tree.c node->children = NULL; node 9875 third_party/libxml/src/tree.c node->last = NULL; node 9881 third_party/libxml/src/tree.c ent = xmlGetDocEntity(destDoc, node->name); node 9883 third_party/libxml/src/tree.c node->content = ent->content; node 9884 third_party/libxml/src/tree.c node->children = (xmlNodePtr) ent; node 9885 third_party/libxml/src/tree.c node->last = (xmlNodePtr) ent; node 9888 third_party/libxml/src/tree.c XML_TREE_ADOPT_STR(node->name) node 9891 third_party/libxml/src/tree.c XML_TREE_ADOPT_STR(node->name) node 9892 third_party/libxml/src/tree.c XML_TREE_ADOPT_STR_2(node->content) node 142 third_party/libxml/src/valid.c xmlNodePtr node, xmlParserErrors error, node 163 third_party/libxml/src/valid.c __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, node 185 third_party/libxml/src/valid.c xmlNodePtr node, xmlParserErrors error, node 206 third_party/libxml/src/valid.c __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, node 226 third_party/libxml/src/valid.c xmlNodePtr node, xmlParserErrors error, node 247 third_party/libxml/src/valid.c __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, node 268 third_party/libxml/src/valid.c xmlNodePtr node; /* pointer to the current node */ node 274 third_party/libxml/src/valid.c vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { node 299 third_party/libxml/src/valid.c ctxt->vstateTab[ctxt->vstateNr].node = node; node 311 third_party/libxml/src/valid.c node->name, NULL, NULL); node 325 third_party/libxml/src/valid.c ctxt->vstateTab[ctxt->vstateNr].node = NULL; node 353 third_party/libxml/src/valid.c xmlNodePtr node; /* pointer to the current node in the list */ node 362 third_party/libxml/src/valid.c #define NODE ctxt->vstate->node node 375 third_party/libxml/src/valid.c xmlNodePtr node, unsigned char depth, long occurs, node 408 third_party/libxml/src/valid.c (ctxt->vstateTab[i].node == node) && node 414 third_party/libxml/src/valid.c ctxt->vstateTab[ctxt->vstateNr].node = node; node 427 third_party/libxml/src/valid.c ctxt->vstate->node = ctxt->vstateTab[ctxt->vstateNr].node; node 462 third_party/libxml/src/valid.c ctxt->node = value; node 474 third_party/libxml/src/valid.c ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1]; node 476 third_party/libxml/src/valid.c ctxt->node = NULL; node 601 third_party/libxml/src/valid.c xmlValidPrintNode(state->node); node 4979 third_party/libxml/src/valid.c cur = ctxt->vstate->node; node 4985 third_party/libxml/src/valid.c if (cur != ctxt->vstate->node) node 4990 third_party/libxml/src/valid.c cur = ctxt->vstate->node; node 4996 third_party/libxml/src/valid.c if (cur != ctxt->vstate->node) node 5104 third_party/libxml/src/valid.c cur = ctxt->vstate->node; node 5110 third_party/libxml/src/valid.c if (cur != ctxt->vstate->node) node 5117 third_party/libxml/src/valid.c cur = ctxt->vstate->node; node 5123 third_party/libxml/src/valid.c if (cur != ctxt->vstate->node) node 5142 third_party/libxml/src/valid.c xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { node 5146 third_party/libxml/src/valid.c if (node == NULL) return; node 5148 third_party/libxml/src/valid.c cur = node; node 5736 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, node 5739 third_party/libxml/src/valid.c state->node->name, NULL, NULL); node 5750 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, node 5753 third_party/libxml/src/valid.c state->node->name, NULL, NULL); node 5759 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, node 5762 third_party/libxml/src/valid.c qname, state->node->name, NULL); node 5776 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, node 5779 third_party/libxml/src/valid.c state->node->name, qname, NULL); node 5828 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, node 5831 third_party/libxml/src/valid.c state->node->name, NULL, NULL); node 5844 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, node 5847 third_party/libxml/src/valid.c state->node->name, NULL, NULL); node 5901 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, node 5904 third_party/libxml/src/valid.c state->node->name, NULL,NULL); node 106 third_party/libxml/src/xinclude.c xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, node 111 third_party/libxml/src/xinclude.c __xmlRaiseError(NULL, NULL, NULL, ctxt, node, XML_FROM_XINCLUDE, node 127 third_party/libxml/src/xinclude.c xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, node 132 third_party/libxml/src/xinclude.c __xmlRaiseError(NULL, NULL, NULL, ctxt, node, XML_FROM_XINCLUDE, node 149 third_party/libxml/src/xinclude.c xmlXIncludeWarn(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, node 152 third_party/libxml/src/xinclude.c __xmlRaiseError(NULL, NULL, NULL, ctxt, node, XML_FROM_XINCLUDE, node 1690 third_party/libxml/src/xinclude.c xmlNodePtr node; node 1719 third_party/libxml/src/xinclude.c node = ctxt->incTab[nr]->inc; node 1720 third_party/libxml/src/xinclude.c while (node != NULL) { node 1722 third_party/libxml/src/xinclude.c if (node->type == XML_ELEMENT_NODE) { node 1723 third_party/libxml/src/xinclude.c curBase = xmlNodeGetBase(node->doc, node); node 1726 third_party/libxml/src/xinclude.c xmlNodeSetBase(node, base); node 1733 third_party/libxml/src/xinclude.c if (xmlStrEqual(curBase, node->doc->URL)) { node 1734 third_party/libxml/src/xinclude.c xmlNodeSetBase(node, base); node 1741 third_party/libxml/src/xinclude.c xmlBase = xmlGetNsProp(node, node 1754 third_party/libxml/src/xinclude.c xmlNodeSetBase(node, relBase); node 1763 third_party/libxml/src/xinclude.c node = node->next; node 1793 third_party/libxml/src/xinclude.c xmlNodePtr node; node 1841 third_party/libxml/src/xinclude.c node = xmlCopyNode(ctxt->txtTab[i], 1); node 1878 third_party/libxml/src/xinclude.c node = xmlNewText(NULL); node 1902 third_party/libxml/src/xinclude.c xmlNodeAddContentLen(node, &content[i], l); node 1909 third_party/libxml/src/xinclude.c xmlXIncludeAddTxt(ctxt, node, URL); node 1915 third_party/libxml/src/xinclude.c ctxt->incTab[nr]->inc = node; node 1982 third_party/libxml/src/xinclude.c xmlXIncludePreProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { node 1983 third_party/libxml/src/xinclude.c xmlXIncludeAddNode(ctxt, node); node 2254 third_party/libxml/src/xinclude.c xmlXIncludeTestNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { node 2255 third_party/libxml/src/xinclude.c if (node == NULL) node 2257 third_party/libxml/src/xinclude.c if (node->type != XML_ELEMENT_NODE) node 2259 third_party/libxml/src/xinclude.c if (node->ns == NULL) node 2261 third_party/libxml/src/xinclude.c if ((xmlStrEqual(node->ns->href, XINCLUDE_NS)) || node 2262 third_party/libxml/src/xinclude.c (xmlStrEqual(node->ns->href, XINCLUDE_OLD_NS))) { node 2263 third_party/libxml/src/xinclude.c if (xmlStrEqual(node->ns->href, XINCLUDE_OLD_NS)) { node 2266 third_party/libxml/src/xinclude.c xmlXIncludeWarn(ctxt, node, XML_XINCLUDE_DEPRECATED_NS, node 2273 third_party/libxml/src/xinclude.c if (xmlStrEqual(node->name, XINCLUDE_NODE)) { node 2274 third_party/libxml/src/xinclude.c xmlNodePtr child = node->children; node 2283 third_party/libxml/src/xinclude.c xmlXIncludeErr(ctxt, node, node 2296 third_party/libxml/src/xinclude.c xmlXIncludeErr(ctxt, node, XML_XINCLUDE_FALLBACKS_IN_INCLUDE, node 2303 third_party/libxml/src/xinclude.c if (xmlStrEqual(node->name, XINCLUDE_FALLBACK)) { node 2304 third_party/libxml/src/xinclude.c if ((node->parent == NULL) || node 2305 third_party/libxml/src/xinclude.c (node->parent->type != XML_ELEMENT_NODE) || node 2306 third_party/libxml/src/xinclude.c (node->parent->ns == NULL) || node 2307 third_party/libxml/src/xinclude.c ((!xmlStrEqual(node->parent->ns->href, XINCLUDE_NS)) && node 2308 third_party/libxml/src/xinclude.c (!xmlStrEqual(node->parent->ns->href, XINCLUDE_OLD_NS))) || node 2309 third_party/libxml/src/xinclude.c (!xmlStrEqual(node->parent->name, XINCLUDE_NODE))) { node 2310 third_party/libxml/src/xinclude.c xmlXIncludeErr(ctxt, node, node 2577 third_party/libxml/src/xinclude.c xmlXIncludeProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { node 2580 third_party/libxml/src/xinclude.c if ((node == NULL) || (node->doc == NULL) || (ctxt == NULL)) node 2582 third_party/libxml/src/xinclude.c ret = xmlXIncludeDoProcess(ctxt, node->doc, node); node 123 third_party/libxml/src/xlink.c xlinkIsLink (xmlDocPtr doc, xmlNodePtr node) { node 127 third_party/libxml/src/xlink.c if (node == NULL) return(XLINK_TYPE_NONE); node 128 third_party/libxml/src/xlink.c if (doc == NULL) doc = node->doc; node 133 third_party/libxml/src/xlink.c } else if ((node->ns != NULL) && node 134 third_party/libxml/src/xlink.c (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) { node 149 third_party/libxml/src/xlink.c type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE); node 154 third_party/libxml/src/xlink.c role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE); node 157 third_party/libxml/src/xlink.c xlink = xmlSearchNs(doc, node, XLINK_NAMESPACE); node 2068 third_party/libxml/src/xmllint.c xmlNodePtr node; node 2084 third_party/libxml/src/xmllint.c node = cur->nodesetval->nodeTab[i]; node 2085 third_party/libxml/src/xmllint.c xmlSaveTree(ctxt, node); node 2137 third_party/libxml/src/xmllint.c ctxt->node = xmlDocGetRootElement(doc); node 2464 third_party/libxml/src/xmllint.c xmlNodePtr node; node 2467 third_party/libxml/src/xmllint.c node = doc->children; node 2468 third_party/libxml/src/xmllint.c while ((node != NULL) && (node->last == NULL)) node = node->next; node 2469 third_party/libxml/src/xmllint.c if (node != NULL) { node 2470 third_party/libxml/src/xmllint.c nb = xmlValidGetValidElements(node->last, NULL, list, 256); node 3063 third_party/libxml/src/xmllint.c static void registerNode(xmlNodePtr node) node 3065 third_party/libxml/src/xmllint.c node->_private = malloc(sizeof(long)); node 3066 third_party/libxml/src/xmllint.c *(long*)node->_private = (long) 0x81726354; node 3070 third_party/libxml/src/xmllint.c static void deregisterNode(xmlNodePtr node) node 3072 third_party/libxml/src/xmllint.c assert(node->_private != NULL); node 3073 third_party/libxml/src/xmllint.c assert(*(long*)node->_private == (long) 0x81726354); node 3074 third_party/libxml/src/xmllint.c free(node->_private); node 133 third_party/libxml/src/xmlreader.c xmlNodePtr node; /* current node */ node 553 third_party/libxml/src/xmlreader.c if (reader->node == NULL) { node 556 third_party/libxml/src/xmlreader.c fprintf(stderr, "node %s\n", reader->node->name); node 653 third_party/libxml/src/xmlreader.c if ((ctxt->node != NULL) && (ctxt->input != NULL) && node 656 third_party/libxml/src/xmlreader.c ctxt->node->extra = NODE_IS_EMPTY; node 718 third_party/libxml/src/xmlreader.c if ((ctxt->node != NULL) && (ctxt->input != NULL) && node 721 third_party/libxml/src/xmlreader.c ctxt->node->extra = NODE_IS_EMPTY; node 915 third_party/libxml/src/xmlreader.c xmlNodePtr node = reader->node; node 920 third_party/libxml/src/xmlreader.c if ((node->ns == NULL) || (node->ns->prefix == NULL)) { node 922 third_party/libxml/src/xmlreader.c reader->ctxt->myDoc, node, node->name); node 927 third_party/libxml/src/xmlreader.c qname = xmlStrdup(node->ns->prefix); node 929 third_party/libxml/src/xmlreader.c qname = xmlStrcat(qname, node->name); node 931 third_party/libxml/src/xmlreader.c reader->ctxt->myDoc, node, qname); node 945 third_party/libxml/src/xmlreader.c node); node 950 third_party/libxml/src/xmlreader.c node = xmlTextReaderExpand(reader); node 951 third_party/libxml/src/xmlreader.c if (node == NULL) { node 957 third_party/libxml/src/xmlreader.c node); node 958 third_party/libxml/src/xmlreader.c reader->rngFullNode = node; node 1006 third_party/libxml/src/xmlreader.c xmlNodePtr node = reader->node; node 1011 third_party/libxml/src/xmlreader.c if ((node->ns == NULL) || (node->ns->prefix == NULL)) { node 1013 third_party/libxml/src/xmlreader.c reader->ctxt->myDoc, node, node->name); node 1018 third_party/libxml/src/xmlreader.c qname = xmlStrdup(node->ns->prefix); node 1020 third_party/libxml/src/xmlreader.c qname = xmlStrcat(qname, node->name); node 1022 third_party/libxml/src/xmlreader.c reader->ctxt->myDoc, node, qname); node 1034 third_party/libxml/src/xmlreader.c if (node == reader->rngFullNode) node 1040 third_party/libxml/src/xmlreader.c node); node 1057 third_party/libxml/src/xmlreader.c xmlNodePtr oldnode = reader->node; node 1058 third_party/libxml/src/xmlreader.c xmlNodePtr node = reader->node; node 1062 third_party/libxml/src/xmlreader.c if (node->type == XML_ENTITY_REF_NODE) { node 1067 third_party/libxml/src/xmlreader.c if ((node->children == NULL) && (ctxt->sax != NULL) && node 1069 third_party/libxml/src/xmlreader.c node->children = (xmlNodePtr) node 1070 third_party/libxml/src/xmlreader.c ctxt->sax->getEntity(ctxt, node->name); node 1073 third_party/libxml/src/xmlreader.c if ((node->children != NULL) && node 1074 third_party/libxml/src/xmlreader.c (node->children->type == XML_ENTITY_DECL) && node 1075 third_party/libxml/src/xmlreader.c (node->children->children != NULL)) { node 1076 third_party/libxml/src/xmlreader.c xmlTextReaderEntPush(reader, node); node 1077 third_party/libxml/src/xmlreader.c node = node->children->children; node 1083 third_party/libxml/src/xmlreader.c if (node == oldnode) node 1085 third_party/libxml/src/xmlreader.c node = node->next; node 1088 third_party/libxml/src/xmlreader.c } else if (node->type == XML_ELEMENT_NODE) { node 1089 third_party/libxml/src/xmlreader.c reader->node = node; node 1091 third_party/libxml/src/xmlreader.c } else if ((node->type == XML_TEXT_NODE) || node 1092 third_party/libxml/src/xmlreader.c (node->type == XML_CDATA_SECTION_NODE)) { node 1093 third_party/libxml/src/xmlreader.c xmlTextReaderValidateCData(reader, node->content, node 1094 third_party/libxml/src/xmlreader.c xmlStrlen(node->content)); node 1101 third_party/libxml/src/xmlreader.c if (node->children != NULL) { node 1102 third_party/libxml/src/xmlreader.c node = node->children; node 1104 third_party/libxml/src/xmlreader.c } else if (node->type == XML_ELEMENT_NODE) { node 1107 third_party/libxml/src/xmlreader.c if (node->next != NULL) { node 1108 third_party/libxml/src/xmlreader.c node = node->next; node 1112 third_party/libxml/src/xmlreader.c node = node->parent; node 1113 third_party/libxml/src/xmlreader.c if (node->type == XML_ELEMENT_NODE) { node 1116 third_party/libxml/src/xmlreader.c while ((tmp = node->last) != NULL) { node 1124 third_party/libxml/src/xmlreader.c reader->node = node; node 1127 third_party/libxml/src/xmlreader.c if ((node->type == XML_ENTITY_DECL) && node 1128 third_party/libxml/src/xmlreader.c (reader->ent != NULL) && (reader->ent->children == node)) { node 1129 third_party/libxml/src/xmlreader.c node = xmlTextReaderEntPop(reader); node 1131 third_party/libxml/src/xmlreader.c if (node == oldnode) node 1133 third_party/libxml/src/xmlreader.c if (node->next != NULL) { node 1134 third_party/libxml/src/xmlreader.c node = node->next; node 1137 third_party/libxml/src/xmlreader.c } while ((node != NULL) && (node != oldnode)); node 1138 third_party/libxml/src/xmlreader.c } while ((node != NULL) && (node != oldnode)); node 1139 third_party/libxml/src/xmlreader.c reader->node = oldnode; node 1179 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL) || (reader->ctxt == NULL)) node 1184 third_party/libxml/src/xmlreader.c if (xmlTextReaderGetSuccessor(reader->node) != NULL) node 1210 third_party/libxml/src/xmlreader.c xmlTextReaderCollectSiblings(xmlNodePtr node) node 1219 third_party/libxml/src/xmlreader.c for ( ; node != NULL; node = node->next) { node 1220 third_party/libxml/src/xmlreader.c switch (node->type) { node 1223 third_party/libxml/src/xmlreader.c xmlBufferCat(buffer, node->content); node 1228 third_party/libxml/src/xmlreader.c tmp = xmlTextReaderCollectSiblings(node->children); node 1286 third_party/libxml/src/xmlreader.c } while ((reader->ctxt->node == NULL) && node 1289 third_party/libxml/src/xmlreader.c if (reader->ctxt->node == NULL) { node 1291 third_party/libxml/src/xmlreader.c reader->node = reader->ctxt->myDoc->children; node 1293 third_party/libxml/src/xmlreader.c if (reader->node == NULL){ node 1301 third_party/libxml/src/xmlreader.c reader->node = reader->ctxt->myDoc->children; node 1303 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 1304 third_party/libxml/src/xmlreader.c reader->node = reader->ctxt->nodeTab[0]; node 1313 third_party/libxml/src/xmlreader.c oldnode = reader->node; node 1316 third_party/libxml/src/xmlreader.c if (reader->node == NULL) { node 1328 third_party/libxml/src/xmlreader.c while ((reader->node != NULL) && (reader->node->next == NULL) && node 1331 third_party/libxml/src/xmlreader.c (reader->node->children == NULL) || node 1332 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ENTITY_REF_NODE) || node 1333 third_party/libxml/src/xmlreader.c ((reader->node->children != NULL) && node 1334 third_party/libxml/src/xmlreader.c (reader->node->children->type == XML_TEXT_NODE) && node 1335 third_party/libxml/src/xmlreader.c (reader->node->children->next == NULL)) || node 1336 third_party/libxml/src/xmlreader.c (reader->node->type == XML_DTD_NODE) || node 1337 third_party/libxml/src/xmlreader.c (reader->node->type == XML_DOCUMENT_NODE) || node 1338 third_party/libxml/src/xmlreader.c (reader->node->type == XML_HTML_DOCUMENT_NODE)) && node 1339 third_party/libxml/src/xmlreader.c ((reader->ctxt->node == NULL) || node 1340 third_party/libxml/src/xmlreader.c (reader->ctxt->node == reader->node) || node 1341 third_party/libxml/src/xmlreader.c (reader->ctxt->node == reader->node->parent)) && node 1349 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 1353 third_party/libxml/src/xmlreader.c if ((reader->node->children != NULL) && node 1354 third_party/libxml/src/xmlreader.c (reader->node->type != XML_ENTITY_REF_NODE) && node 1355 third_party/libxml/src/xmlreader.c (reader->node->type != XML_XINCLUDE_START) && node 1356 third_party/libxml/src/xmlreader.c (reader->node->type != XML_DTD_NODE)) { node 1357 third_party/libxml/src/xmlreader.c reader->node = reader->node->children; node 1363 third_party/libxml/src/xmlreader.c if (reader->node->next != NULL) { node 1365 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ELEMENT_NODE) && node 1366 third_party/libxml/src/xmlreader.c (reader->node->children == NULL) && node 1367 third_party/libxml/src/xmlreader.c ((reader->node->extra & NODE_IS_EMPTY) == 0) node 1377 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ELEMENT_NODE)) node 1381 third_party/libxml/src/xmlreader.c (reader->node->extra & NODE_IS_SPRESERVED)) node 1383 third_party/libxml/src/xmlreader.c reader->node = reader->node->next; node 1394 third_party/libxml/src/xmlreader.c (reader->node->prev != NULL) && node 1395 third_party/libxml/src/xmlreader.c (reader->node->prev->type != XML_DTD_NODE)) { node 1396 third_party/libxml/src/xmlreader.c xmlNodePtr tmp = reader->node->prev; node 1406 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ELEMENT_NODE) && node 1407 third_party/libxml/src/xmlreader.c (reader->node->children == NULL) && node 1408 third_party/libxml/src/xmlreader.c ((reader->node->extra & NODE_IS_EMPTY) == 0)) {; node 1413 third_party/libxml/src/xmlreader.c if ((reader->validate) && (reader->node->type == XML_ELEMENT_NODE)) node 1417 third_party/libxml/src/xmlreader.c (reader->node->extra & NODE_IS_SPRESERVED)) node 1419 third_party/libxml/src/xmlreader.c reader->node = reader->node->parent; node 1420 third_party/libxml/src/xmlreader.c if ((reader->node == NULL) || node 1421 third_party/libxml/src/xmlreader.c (reader->node->type == XML_DOCUMENT_NODE) || node 1423 third_party/libxml/src/xmlreader.c (reader->node->type == XML_DOCB_DOCUMENT_NODE) || node 1425 third_party/libxml/src/xmlreader.c (reader->node->type == XML_HTML_DOCUMENT_NODE)) { node 1432 third_party/libxml/src/xmlreader.c reader->node = NULL; node 1456 third_party/libxml/src/xmlreader.c (reader->node->last != NULL) && node 1457 third_party/libxml/src/xmlreader.c ((reader->node->last->extra & NODE_IS_PRESERVED) == 0)) { node 1458 third_party/libxml/src/xmlreader.c xmlNodePtr tmp = reader->node->last; node 1471 third_party/libxml/src/xmlreader.c if ((reader->node != NULL) && node 1472 third_party/libxml/src/xmlreader.c (reader->node->next == NULL) && node 1473 third_party/libxml/src/xmlreader.c ((reader->node->type == XML_TEXT_NODE) || node 1474 third_party/libxml/src/xmlreader.c (reader->node->type == XML_CDATA_SECTION_NODE))) { node 1483 third_party/libxml/src/xmlreader.c if ((reader->xinclude) && (reader->node != NULL) && node 1484 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ELEMENT_NODE) && node 1485 third_party/libxml/src/xmlreader.c (reader->node->ns != NULL) && node 1486 third_party/libxml/src/xmlreader.c ((xmlStrEqual(reader->node->ns->href, XINCLUDE_NS)) || node 1487 third_party/libxml/src/xmlreader.c (xmlStrEqual(reader->node->ns->href, XINCLUDE_OLD_NS)))) { node 1498 third_party/libxml/src/xmlreader.c xmlXIncludeProcessNode(reader->xincctxt, reader->node); node 1500 third_party/libxml/src/xmlreader.c if ((reader->node != NULL) && (reader->node->type == XML_XINCLUDE_START)) { node 1504 third_party/libxml/src/xmlreader.c if ((reader->node != NULL) && (reader->node->type == XML_XINCLUDE_END)) { node 1512 third_party/libxml/src/xmlreader.c if ((reader->node != NULL) && node 1513 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ENTITY_REF_NODE) && node 1519 third_party/libxml/src/xmlreader.c if ((reader->node->children == NULL) && (reader->ctxt->sax != NULL) && node 1521 third_party/libxml/src/xmlreader.c reader->node->children = (xmlNodePtr) node 1522 third_party/libxml/src/xmlreader.c reader->ctxt->sax->getEntity(reader->ctxt, reader->node->name); node 1525 third_party/libxml/src/xmlreader.c if ((reader->node->children != NULL) && node 1526 third_party/libxml/src/xmlreader.c (reader->node->children->type == XML_ENTITY_DECL) && node 1527 third_party/libxml/src/xmlreader.c (reader->node->children->children != NULL)) { node 1528 third_party/libxml/src/xmlreader.c xmlTextReaderEntPush(reader, reader->node); node 1529 third_party/libxml/src/xmlreader.c reader->node = reader->node->children->children; node 1532 third_party/libxml/src/xmlreader.c } else if ((reader->node != NULL) && node 1533 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ENTITY_REF_NODE) && node 1538 third_party/libxml/src/xmlreader.c if ((reader->node != NULL) && node 1539 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ENTITY_DECL) && node 1540 third_party/libxml/src/xmlreader.c (reader->ent != NULL) && (reader->ent->children == reader->node)) { node 1541 third_party/libxml/src/xmlreader.c reader->node = xmlTextReaderEntPop(reader); node 1546 third_party/libxml/src/xmlreader.c if ((reader->validate) && (reader->node != NULL)) { node 1547 third_party/libxml/src/xmlreader.c xmlNodePtr node = reader->node; node 1549 third_party/libxml/src/xmlreader.c if ((node->type == XML_ELEMENT_NODE) && node 1553 third_party/libxml/src/xmlreader.c } else if ((node->type == XML_TEXT_NODE) || node 1554 third_party/libxml/src/xmlreader.c (node->type == XML_CDATA_SECTION_NODE)) { node 1555 third_party/libxml/src/xmlreader.c xmlTextReaderValidateCData(reader, node->content, node 1556 third_party/libxml/src/xmlreader.c xmlStrlen(node->content)); node 1565 third_party/libxml/src/xmlreader.c if (xmlPatternMatch(reader->patternTab[i], reader->node) == 1) { node 1612 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 1615 third_party/libxml/src/xmlreader.c return(reader->node); node 1620 third_party/libxml/src/xmlreader.c return(reader->node); node 1642 third_party/libxml/src/xmlreader.c cur = reader->node; node 1653 third_party/libxml/src/xmlreader.c } while (reader->node != cur); node 1672 third_party/libxml/src/xmlreader.c xmlNodePtr node, cur_node; node 1681 third_party/libxml/src/xmlreader.c for (cur_node = reader->node->children; cur_node != NULL; node 1683 third_party/libxml/src/xmlreader.c node = xmlDocCopyNode(cur_node, doc, 1); node 1685 third_party/libxml/src/xmlreader.c if (xmlNodeDump(buff2, doc, node, 0, 0) == -1) { node 1686 third_party/libxml/src/xmlreader.c xmlFreeNode(node); node 1692 third_party/libxml/src/xmlreader.c xmlFreeNode(node); node 1718 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 1722 third_party/libxml/src/xmlreader.c node = reader->node; node 1727 third_party/libxml/src/xmlreader.c node = xmlDocCopyNode(node, doc, 1); node 1729 third_party/libxml/src/xmlreader.c if (xmlNodeDump(buff, doc, node, 0, 0) == -1) { node 1730 third_party/libxml/src/xmlreader.c xmlFreeNode(node); node 1738 third_party/libxml/src/xmlreader.c xmlFreeNode(node); node 1757 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 1759 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 1762 third_party/libxml/src/xmlreader.c node = (reader->curnode != NULL) ? reader->curnode : reader->node; node 1763 third_party/libxml/src/xmlreader.c switch (node->type) { node 1765 third_party/libxml/src/xmlreader.c if (node->content != NULL) node 1766 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->content)); node 1770 third_party/libxml/src/xmlreader.c return xmlTextReaderCollectSiblings(node->children); node 1806 third_party/libxml/src/xmlreader.c if ((reader->node == NULL) || (reader->node->type == XML_ELEMENT_NODE)) node 1836 third_party/libxml/src/xmlreader.c if ((reader->node == NULL) || (reader->node->type == XML_ELEMENT_NODE)) node 1857 third_party/libxml/src/xmlreader.c if (reader->node == NULL) { node 1863 third_party/libxml/src/xmlreader.c reader->node = reader->doc->children; node 1871 third_party/libxml/src/xmlreader.c if (reader->node->next != 0) { node 1873 third_party/libxml/src/xmlreader.c reader->node = reader->node->next; node 1880 third_party/libxml/src/xmlreader.c if ((reader->node->type == XML_ELEMENT_NODE) || node 1881 third_party/libxml/src/xmlreader.c (reader->node->type == XML_ATTRIBUTE_NODE)) { node 1888 third_party/libxml/src/xmlreader.c if (reader->node->next != 0) { node 1889 third_party/libxml/src/xmlreader.c reader->node = reader->node->next; node 1894 third_party/libxml/src/xmlreader.c if (reader->node->parent != 0) { node 1895 third_party/libxml/src/xmlreader.c if (reader->node->parent->type == XML_DOCUMENT_NODE) { node 1900 third_party/libxml/src/xmlreader.c reader->node = reader->node->parent; node 1928 third_party/libxml/src/xmlreader.c if (reader->node == NULL) { node 1934 third_party/libxml/src/xmlreader.c reader->node = reader->doc->children; node 1940 third_party/libxml/src/xmlreader.c (reader->node->type != XML_DTD_NODE) && node 1941 third_party/libxml/src/xmlreader.c (reader->node->type != XML_XINCLUDE_START) && node 1942 third_party/libxml/src/xmlreader.c (reader->node->type != XML_ENTITY_REF_NODE)) { node 1943 third_party/libxml/src/xmlreader.c if (reader->node->children != NULL) { node 1944 third_party/libxml/src/xmlreader.c reader->node = reader->node->children; node 1950 third_party/libxml/src/xmlreader.c if (reader->node->type == XML_ATTRIBUTE_NODE) { node 1956 third_party/libxml/src/xmlreader.c if (reader->node->next != NULL) { node 1957 third_party/libxml/src/xmlreader.c reader->node = reader->node->next; node 1962 third_party/libxml/src/xmlreader.c if (reader->node->parent != NULL) { node 1963 third_party/libxml/src/xmlreader.c if ((reader->node->parent->type == XML_DOCUMENT_NODE) || node 1964 third_party/libxml/src/xmlreader.c (reader->node->parent->type == XML_HTML_DOCUMENT_NODE)) { node 1969 third_party/libxml/src/xmlreader.c reader->node = reader->node->parent; node 1978 third_party/libxml/src/xmlreader.c if ((reader->node->type == XML_XINCLUDE_START) || node 1979 third_party/libxml/src/xmlreader.c (reader->node->type == XML_XINCLUDE_END)) node 2008 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2011 third_party/libxml/src/xmlreader.c if (reader->node->next != NULL) { node 2012 third_party/libxml/src/xmlreader.c reader->node = reader->node->next; node 2092 third_party/libxml/src/xmlreader.c ret->node = NULL; node 2266 third_party/libxml/src/xmlreader.c reader->node = NULL; node 2304 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2309 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2312 third_party/libxml/src/xmlreader.c ns = reader->node->nsDef; node 2319 third_party/libxml/src/xmlreader.c cur = reader->node->properties; node 2329 third_party/libxml/src/xmlreader.c ret = xmlNodeListGetString(reader->node->doc, cur->children, 1); node 2353 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2359 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2368 third_party/libxml/src/xmlreader.c ns = reader->node->nsDef; node 2377 third_party/libxml/src/xmlreader.c return(xmlGetNoNsProp(reader->node, name)); node 2384 third_party/libxml/src/xmlreader.c ns = reader->node->nsDef; node 2393 third_party/libxml/src/xmlreader.c ns = xmlSearchNs(reader->node->doc, reader->node, prefix); node 2395 third_party/libxml/src/xmlreader.c ret = xmlGetNsProp(reader->node, localname, ns->href); node 2424 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2430 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2437 third_party/libxml/src/xmlreader.c ns = reader->node->nsDef; node 2448 third_party/libxml/src/xmlreader.c return(xmlGetNsProp(reader->node, localName, namespaceURI)); node 2472 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2475 third_party/libxml/src/xmlreader.c reader->node = NULL; node 2520 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2523 third_party/libxml/src/xmlreader.c ns = xmlSearchNs(reader->node->doc, reader->node, prefix); node 2548 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2551 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2556 third_party/libxml/src/xmlreader.c ns = reader->node->nsDef; node 2565 third_party/libxml/src/xmlreader.c cur = reader->node->properties; node 2598 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2602 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2611 third_party/libxml/src/xmlreader.c ns = reader->node->nsDef; node 2622 third_party/libxml/src/xmlreader.c prop = reader->node->properties; node 2643 third_party/libxml/src/xmlreader.c ns = reader->node->nsDef; node 2653 third_party/libxml/src/xmlreader.c prop = reader->node->properties; node 2697 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 2703 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2705 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2707 third_party/libxml/src/xmlreader.c node = reader->node; node 2713 third_party/libxml/src/xmlreader.c ns = reader->node->nsDef; node 2725 third_party/libxml/src/xmlreader.c prop = node->properties; node 2756 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2758 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2761 third_party/libxml/src/xmlreader.c if (reader->node->nsDef != NULL) { node 2762 third_party/libxml/src/xmlreader.c reader->curnode = (xmlNodePtr) reader->node->nsDef; node 2765 third_party/libxml/src/xmlreader.c if (reader->node->properties != NULL) { node 2766 third_party/libxml/src/xmlreader.c reader->curnode = (xmlNodePtr) reader->node->properties; node 2785 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2787 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2798 third_party/libxml/src/xmlreader.c if (reader->node->properties != NULL) { node 2799 third_party/libxml/src/xmlreader.c reader->curnode = (xmlNodePtr) reader->node->properties; node 2824 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2826 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 2849 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2861 third_party/libxml/src/xmlreader.c reader->faketext = xmlNewDocText(reader->node->doc, node 2925 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 2929 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2933 third_party/libxml/src/xmlreader.c node = reader->curnode; node 2935 third_party/libxml/src/xmlreader.c node = reader->node; node 2937 third_party/libxml/src/xmlreader.c if (node->type != XML_ELEMENT_NODE) node 2943 third_party/libxml/src/xmlreader.c attr = node->properties; node 2948 third_party/libxml/src/xmlreader.c ns = node->nsDef; node 2968 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 2972 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 2975 third_party/libxml/src/xmlreader.c node = reader->curnode; node 2977 third_party/libxml/src/xmlreader.c node = reader->node; node 2978 third_party/libxml/src/xmlreader.c switch (node->type) { node 2988 third_party/libxml/src/xmlreader.c if (xmlIsBlankNode(reader->node)) { node 2989 third_party/libxml/src/xmlreader.c if (xmlNodeGetSpacePreserve(reader->node)) node 3040 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3042 third_party/libxml/src/xmlreader.c if (reader->node->type != XML_ELEMENT_NODE) node 3046 third_party/libxml/src/xmlreader.c if (reader->node->children != NULL) node 3056 third_party/libxml/src/xmlreader.c return((reader->node->extra & NODE_IS_EMPTY) != 0); node 3070 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3071 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3074 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3076 third_party/libxml/src/xmlreader.c node = reader->node; node 3077 third_party/libxml/src/xmlreader.c if (node->type == XML_NAMESPACE_DECL) { node 3078 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; node 3084 third_party/libxml/src/xmlreader.c if ((node->type != XML_ELEMENT_NODE) && node 3085 third_party/libxml/src/xmlreader.c (node->type != XML_ATTRIBUTE_NODE)) node 3087 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->name)); node 3101 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3102 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3105 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3107 third_party/libxml/src/xmlreader.c node = reader->node; node 3108 third_party/libxml/src/xmlreader.c if (node->type == XML_NAMESPACE_DECL) { node 3109 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; node 3115 third_party/libxml/src/xmlreader.c if ((node->type != XML_ELEMENT_NODE) && node 3116 third_party/libxml/src/xmlreader.c (node->type != XML_ATTRIBUTE_NODE)) node 3118 third_party/libxml/src/xmlreader.c return(node->name); node 3132 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3135 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3138 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3140 third_party/libxml/src/xmlreader.c node = reader->node; node 3141 third_party/libxml/src/xmlreader.c switch (node->type) { node 3144 third_party/libxml/src/xmlreader.c if ((node->ns == NULL) || node 3145 third_party/libxml/src/xmlreader.c (node->ns->prefix == NULL)) node 3146 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->name)); node 3148 third_party/libxml/src/xmlreader.c ret = xmlStrdup(node->ns->prefix); node 3150 third_party/libxml/src/xmlreader.c ret = xmlStrcat(ret, node->name); node 3158 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->name)); node 3160 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->name)); node 3172 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->name)); node 3175 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->name)); node 3177 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; node 3208 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3210 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3213 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3215 third_party/libxml/src/xmlreader.c node = reader->node; node 3216 third_party/libxml/src/xmlreader.c switch (node->type) { node 3219 third_party/libxml/src/xmlreader.c if ((node->ns == NULL) || node 3220 third_party/libxml/src/xmlreader.c (node->ns->prefix == NULL)) node 3221 third_party/libxml/src/xmlreader.c return(node->name); node 3222 third_party/libxml/src/xmlreader.c return(CONSTQSTR(node->ns->prefix, node->name)); node 3229 third_party/libxml/src/xmlreader.c return(CONSTSTR(node->name)); node 3231 third_party/libxml/src/xmlreader.c return(CONSTSTR(node->name)); node 3243 third_party/libxml/src/xmlreader.c return(CONSTSTR(node->name)); node 3246 third_party/libxml/src/xmlreader.c return(CONSTSTR(node->name)); node 3248 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; node 3276 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3277 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3280 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3282 third_party/libxml/src/xmlreader.c node = reader->node; node 3283 third_party/libxml/src/xmlreader.c if (node->type == XML_NAMESPACE_DECL) { node 3284 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; node 3289 third_party/libxml/src/xmlreader.c if ((node->type != XML_ELEMENT_NODE) && node 3290 third_party/libxml/src/xmlreader.c (node->type != XML_ATTRIBUTE_NODE)) node 3292 third_party/libxml/src/xmlreader.c if ((node->ns != NULL) && (node->ns->prefix != NULL)) node 3293 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->ns->prefix)); node 3308 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3309 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3312 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3314 third_party/libxml/src/xmlreader.c node = reader->node; node 3315 third_party/libxml/src/xmlreader.c if (node->type == XML_NAMESPACE_DECL) { node 3316 third_party/libxml/src/xmlreader.c xmlNsPtr ns = (xmlNsPtr) node; node 3321 third_party/libxml/src/xmlreader.c if ((node->type != XML_ELEMENT_NODE) && node 3322 third_party/libxml/src/xmlreader.c (node->type != XML_ATTRIBUTE_NODE)) node 3324 third_party/libxml/src/xmlreader.c if ((node->ns != NULL) && (node->ns->prefix != NULL)) node 3325 third_party/libxml/src/xmlreader.c return(CONSTSTR(node->ns->prefix)); node 3340 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3341 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3344 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3346 third_party/libxml/src/xmlreader.c node = reader->node; node 3347 third_party/libxml/src/xmlreader.c if (node->type == XML_NAMESPACE_DECL) node 3349 third_party/libxml/src/xmlreader.c if ((node->type != XML_ELEMENT_NODE) && node 3350 third_party/libxml/src/xmlreader.c (node->type != XML_ATTRIBUTE_NODE)) node 3352 third_party/libxml/src/xmlreader.c if (node->ns != NULL) node 3353 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->ns->href)); node 3368 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3369 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3372 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3374 third_party/libxml/src/xmlreader.c node = reader->node; node 3375 third_party/libxml/src/xmlreader.c if (node->type == XML_NAMESPACE_DECL) node 3377 third_party/libxml/src/xmlreader.c if ((node->type != XML_ELEMENT_NODE) && node 3378 third_party/libxml/src/xmlreader.c (node->type != XML_ATTRIBUTE_NODE)) node 3380 third_party/libxml/src/xmlreader.c if (node->ns != NULL) node 3381 third_party/libxml/src/xmlreader.c return(CONSTSTR(node->ns->href)); node 3396 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3398 third_party/libxml/src/xmlreader.c return(xmlNodeGetBase(NULL, reader->node)); node 3415 third_party/libxml/src/xmlreader.c if ((reader == NULL) || (reader->node == NULL)) node 3417 third_party/libxml/src/xmlreader.c tmp = xmlNodeGetBase(NULL, reader->node); node 3437 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 3459 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3462 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 3465 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3467 third_party/libxml/src/xmlreader.c node = reader->node; node 3469 third_party/libxml/src/xmlreader.c if ((node->type == XML_ELEMENT_NODE) && node 3470 third_party/libxml/src/xmlreader.c ((node->properties != NULL) || (node->nsDef != NULL))) node 3486 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3489 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 3492 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3494 third_party/libxml/src/xmlreader.c node = reader->node; node 3496 third_party/libxml/src/xmlreader.c switch (node->type) { node 3521 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3524 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 3527 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3529 third_party/libxml/src/xmlreader.c node = reader->node; node 3531 third_party/libxml/src/xmlreader.c switch (node->type) { node 3533 third_party/libxml/src/xmlreader.c return(xmlStrdup(((xmlNsPtr) node)->href)); node 3535 third_party/libxml/src/xmlreader.c xmlAttrPtr attr = (xmlAttrPtr) node; node 3548 third_party/libxml/src/xmlreader.c if (node->content != NULL) node 3549 third_party/libxml/src/xmlreader.c return (xmlStrdup(node->content)); node 3567 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 3570 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 3573 third_party/libxml/src/xmlreader.c node = reader->curnode; node 3575 third_party/libxml/src/xmlreader.c node = reader->node; node 3577 third_party/libxml/src/xmlreader.c switch (node->type) { node 3579 third_party/libxml/src/xmlreader.c return(((xmlNsPtr) node)->href); node 3581 third_party/libxml/src/xmlreader.c xmlAttrPtr attr = (xmlAttrPtr) node; node 3596 third_party/libxml/src/xmlreader.c xmlNodeBufGetContent(reader->buffer, node); node 3605 third_party/libxml/src/xmlreader.c return(node->content); node 3657 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 3659 third_party/libxml/src/xmlreader.c return(xmlNodeGetLang(reader->node)); node 3677 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 3679 third_party/libxml/src/xmlreader.c tmp = xmlNodeGetLang(reader->node); node 3879 third_party/libxml/src/xmlreader.c return(reader->node); node 3902 third_party/libxml/src/xmlreader.c cur = reader->node; node 4459 third_party/libxml/src/xmlreader.c xmlNodePtr node; node 4462 third_party/libxml/src/xmlreader.c if (reader->node == NULL) node 4465 third_party/libxml/src/xmlreader.c node = reader->curnode; node 4467 third_party/libxml/src/xmlreader.c node = reader->node; node 4469 third_party/libxml/src/xmlreader.c if (XML_NAMESPACE_DECL == node->type) node 4586 third_party/libxml/src/xmlreader.c if (ctx->node != NULL) { node 4587 third_party/libxml/src/xmlreader.c ret = xmlGetLineNo(ctx->node); node 4623 third_party/libxml/src/xmlreader.c if (ctx->node != NULL) { node 4624 third_party/libxml/src/xmlreader.c ret = xmlNodeGetBase(NULL,ctx->node); node 4999 third_party/libxml/src/xmlreader.c reader->node = NULL; node 5169 third_party/libxml/src/xmlreader.c ret->node = NULL; node 5368 third_party/libxml/src/xmlreader.c reader->node = NULL; node 6417 third_party/libxml/src/xmlregexp.c #define IS_NILLABLE(node) ((node)->info & XML_EXP_NILABLE) node 119 third_party/libxml/src/xmlsave.c xmlSaveErr(int code, xmlNodePtr node, const char *extra) node 139 third_party/libxml/src/xmlsave.c __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra); node 1100 third_party/libxml/src/xmlsave.c xhtmlIsEmpty(xmlNodePtr node) { node 1101 third_party/libxml/src/xmlsave.c if (node == NULL) node 1103 third_party/libxml/src/xmlsave.c if (node->type != XML_ELEMENT_NODE) node 1105 third_party/libxml/src/xmlsave.c if ((node->ns != NULL) && (!xmlStrEqual(node->ns->href, XHTML_NS_NAME))) node 1107 third_party/libxml/src/xmlsave.c if (node->children != NULL) node 1109 third_party/libxml/src/xmlsave.c switch (node->name[0]) { node 1111 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "area")) node 1115 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "br")) node 1117 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "base")) node 1119 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "basefont")) node 1123 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "col")) node 1127 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "frame")) node 1131 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "hr")) node 1135 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "img")) node 1137 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "input")) node 1139 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "isindex")) node 1143 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "link")) node 1147 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "meta")) node 1151 third_party/libxml/src/xmlsave.c if (xmlStrEqual(node->name, BAD_CAST "param")) node 1780 third_party/libxml/src/xmlsave.c xmlSaveTree(xmlSaveCtxtPtr ctxt, xmlNodePtr node) node 1784 third_party/libxml/src/xmlsave.c if ((ctxt == NULL) || (node == NULL)) return(-1); node 1785 third_party/libxml/src/xmlsave.c xmlNodeDumpOutputInternal(ctxt, node); node 316 third_party/libxml/src/xmlschemas.c #define IS_SCHEMA(node, type) \ node 317 third_party/libxml/src/xmlschemas.c ((node != NULL) && (node->ns != NULL) && \ node 318 third_party/libxml/src/xmlschemas.c (xmlStrEqual(node->name, (const xmlChar *) type)) && \ node 319 third_party/libxml/src/xmlschemas.c (xmlStrEqual(node->ns->href, xmlSchemaNs))) node 527 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 543 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 650 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 670 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 686 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 706 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 740 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 783 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 881 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 940 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 982 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 1053 third_party/libxml/src/xmlschemas.c xmlNodePtr node); node 1056 third_party/libxml/src/xmlschemas.c xmlNodePtr node); node 1064 third_party/libxml/src/xmlschemas.c xmlNodePtr node); node 1074 third_party/libxml/src/xmlschemas.c xmlNodePtr node, xmlSchemaTypeType type, node 1097 third_party/libxml/src/xmlschemas.c xmlNodePtr node); node 1196 third_party/libxml/src/xmlschemas.c return (((xmlSchemaElementPtr) item)->node); node 1198 third_party/libxml/src/xmlschemas.c return (((xmlSchemaAttributePtr) item)->node); node 1201 third_party/libxml/src/xmlschemas.c return (((xmlSchemaTypePtr) item)->node); node 1204 third_party/libxml/src/xmlschemas.c return (((xmlSchemaWildcardPtr) item)->node); node 1206 third_party/libxml/src/xmlschemas.c return (((xmlSchemaParticlePtr) item)->node); node 1210 third_party/libxml/src/xmlschemas.c return (((xmlSchemaModelGroupPtr) item)->node); node 1212 third_party/libxml/src/xmlschemas.c return (((xmlSchemaModelGroupDefPtr) item)->node); node 1214 third_party/libxml/src/xmlschemas.c return (((xmlSchemaAttributeGroupPtr) item)->node); node 1218 third_party/libxml/src/xmlschemas.c return (((xmlSchemaIDCPtr) item)->node); node 1220 third_party/libxml/src/xmlschemas.c return(((xmlSchemaQNameRefPtr) item)->node); node 1226 third_party/libxml/src/xmlschemas.c return (((xmlSchemaAttributeUsePtr) item)->node); node 1868 third_party/libxml/src/xmlschemas.c const char *extra, xmlNodePtr node) node 1872 third_party/libxml/src/xmlschemas.c __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL, node 1888 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, node 1902 third_party/libxml/src/xmlschemas.c __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, node 1921 third_party/libxml/src/xmlschemas.c xmlSchemaPErr2(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, node 1928 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(ctxt, node, error, msg, str1, str2); node 1950 third_party/libxml/src/xmlschemas.c xmlSchemaPErrExt(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, node 1968 third_party/libxml/src/xmlschemas.c __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, node 1990 third_party/libxml/src/xmlschemas.c const char *extra, xmlNodePtr node) node 1996 third_party/libxml/src/xmlschemas.c __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL, node 2001 third_party/libxml/src/xmlschemas.c xmlSchemaPSimpleInternalErr(xmlNodePtr node, node 2004 third_party/libxml/src/xmlschemas.c __xmlSimpleError(XML_FROM_SCHEMASP, XML_SCHEMAP_INTERNAL, node, node 2025 third_party/libxml/src/xmlschemas.c int error, xmlNodePtr node, int line, const char *msg, node 2052 third_party/libxml/src/xmlschemas.c if ((node == NULL) && node 2055 third_party/libxml/src/xmlschemas.c node = vctxt->inode->node; node 2060 third_party/libxml/src/xmlschemas.c if ((node == NULL) && node 2071 third_party/libxml/src/xmlschemas.c node = NULL; node 2082 third_party/libxml/src/xmlschemas.c node, XML_FROM_SCHEMASV, node 2099 third_party/libxml/src/xmlschemas.c node, XML_FROM_SCHEMASP, error, node 2123 third_party/libxml/src/xmlschemas.c int error, xmlNodePtr node, const char *msg, node 2126 third_party/libxml/src/xmlschemas.c xmlSchemaErr4Line(actxt, XML_ERR_ERROR, error, node, 0, node 2132 third_party/libxml/src/xmlschemas.c int error, xmlNodePtr node, const char *msg, node 2136 third_party/libxml/src/xmlschemas.c xmlSchemaErr4Line(actxt, XML_ERR_ERROR, error, node, 0, node 2142 third_party/libxml/src/xmlschemas.c int error, xmlNodePtr node, const char *msg, node 2145 third_party/libxml/src/xmlschemas.c xmlSchemaErr4(actxt, error, node, msg, str1, str2, NULL, NULL); node 2151 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 2156 third_party/libxml/src/xmlschemas.c if ((node != NULL) && node 2157 third_party/libxml/src/xmlschemas.c (node->type != XML_ELEMENT_NODE) && node 2158 third_party/libxml/src/xmlschemas.c (node->type != XML_ATTRIBUTE_NODE)) node 2168 third_party/libxml/src/xmlschemas.c if (node != NULL) { node 2172 third_party/libxml/src/xmlschemas.c if (node->type == XML_ATTRIBUTE_NODE) { node 2173 third_party/libxml/src/xmlschemas.c xmlNodePtr elem = node->parent; node 2188 third_party/libxml/src/xmlschemas.c if (node->ns != NULL) node 2190 third_party/libxml/src/xmlschemas.c node->ns->href, node->name)); node 2193 third_party/libxml/src/xmlschemas.c NULL, node->name)); node 2296 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 2304 third_party/libxml/src/xmlschemas.c if ((node == NULL) && (item != NULL) && node 2306 third_party/libxml/src/xmlschemas.c node = WXS_ITEM_NODE(item); node 2310 third_party/libxml/src/xmlschemas.c xmlSchemaFormatNodeForError(&msg, actxt, node); node 2313 third_party/libxml/src/xmlschemas.c xmlSchemaErr4(actxt, error, node, node 2321 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 2327 third_party/libxml/src/xmlschemas.c xmlSchemaCustomErr4(actxt, error, node, item, node 2336 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 2345 third_party/libxml/src/xmlschemas.c xmlSchemaFormatNodeForError(&msg, actxt, node); node 2350 third_party/libxml/src/xmlschemas.c xmlSchemaErr4Line(actxt, XML_ERR_WARNING, error, node, 0, node 2384 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 2386 third_party/libxml/src/xmlschemas.c if (node != NULL) node 2387 third_party/libxml/src/xmlschemas.c return (node->type); node 2425 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 2432 third_party/libxml/src/xmlschemas.c xmlSchemaFormatNodeForError(&msg, actxt, node); node 2434 third_party/libxml/src/xmlschemas.c if (displayValue || (xmlSchemaEvalErrorNodeType(actxt, node) == node 2467 third_party/libxml/src/xmlschemas.c if (displayValue || (xmlSchemaEvalErrorNodeType(actxt, node) == node 2469 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL); node 2471 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); node 2478 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 2480 third_party/libxml/src/xmlschemas.c if (node != NULL) { node 2481 third_party/libxml/src/xmlschemas.c if (node->ns != NULL) node 2482 third_party/libxml/src/xmlschemas.c return (xmlSchemaFormatQName(str, node->ns->href, node->name)); node 2484 third_party/libxml/src/xmlschemas.c return (xmlSchemaFormatQName(str, NULL, node->name)); node 2494 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 2498 third_party/libxml/src/xmlschemas.c xmlSchemaFormatNodeForError(&msg, actxt, node); node 2500 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, node 2501 third_party/libxml/src/xmlschemas.c xmlSchemaFormatErrorNodeQName(&str, (xmlSchemaNodeInfoPtr) ni, node), node 2510 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 2522 third_party/libxml/src/xmlschemas.c xmlSchemaFormatNodeForError(&msg, actxt, node); node 2603 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); node 2610 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 2621 third_party/libxml/src/xmlschemas.c int nodeType = xmlSchemaEvalErrorNodeType(actxt, node); node 2623 third_party/libxml/src/xmlschemas.c xmlSchemaFormatNodeForError(&msg, actxt, node); node 2668 third_party/libxml/src/xmlschemas.c xmlSchemaErr3(actxt, error, node, (const char *) msg, node 2671 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, node 2677 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, value, node 2682 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, value, node 2687 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, value, node 2692 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, value, node 2697 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, value, node 2702 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, value, node 2707 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char*) msg, value, node 2712 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char*) msg, value, node 2716 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL); node 2719 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); node 2724 third_party/libxml/src/xmlschemas.c xmlSchemaErr(actxt, error, node, (const char *) msg, str1, str2); node 2962 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 2980 third_party/libxml/src/xmlschemas.c xmlSchemaErr4(ACTXT_CAST ctxt, error, node, node 3004 third_party/libxml/src/xmlschemas.c xmlSchemaFormatItemForReport(&des, NULL, WXS_BASIC_CAST type, type->node); node 3005 third_party/libxml/src/xmlschemas.c xmlSchemaPErrExt(ctxt, type->node, error, NULL, NULL, NULL, node 3034 third_party/libxml/src/xmlschemas.c type->node); node 3035 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(ctxt, type->node, error, node 3085 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 3095 third_party/libxml/src/xmlschemas.c xmlSchemaFormatNodeForError(&msg, ACTXT_CAST ctxt, node); node 3101 third_party/libxml/src/xmlschemas.c if (node->type == XML_ATTRIBUTE_NODE) node 3132 third_party/libxml/src/xmlschemas.c if (node->type == XML_ATTRIBUTE_NODE) node 3144 third_party/libxml/src/xmlschemas.c if (node->type == XML_ATTRIBUTE_NODE) node 3145 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(ctxt, node, error, (const char *) msg, value, NULL); node 3147 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(ctxt, node, error, (const char *) msg, NULL, NULL); node 3151 third_party/libxml/src/xmlschemas.c xmlSchemaPErrExt(ctxt, node, error, NULL, NULL, NULL, node 3279 third_party/libxml/src/xmlschemas.c xmlSchemaNewAnnot(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node) node 3285 third_party/libxml/src/xmlschemas.c xmlSchemaPErrMemory(ctxt, "allocating annotation", node); node 3289 third_party/libxml/src/xmlschemas.c ret->content = node; node 4605 third_party/libxml/src/xmlschemas.c xmlSchemaGetPropNode(xmlNodePtr node, const char *name) node 4609 third_party/libxml/src/xmlschemas.c if ((node == NULL) || (name == NULL)) node 4611 third_party/libxml/src/xmlschemas.c prop = node->properties; node 4632 third_party/libxml/src/xmlschemas.c xmlSchemaGetPropNodeNs(xmlNodePtr node, const char *uri, const char *name) node 4636 third_party/libxml/src/xmlschemas.c if ((node == NULL) || (name == NULL)) node 4638 third_party/libxml/src/xmlschemas.c prop = node->properties; node 4650 third_party/libxml/src/xmlschemas.c xmlSchemaGetNodeContent(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node) node 4655 third_party/libxml/src/xmlschemas.c val = xmlNodeGetContent(node); node 4664 third_party/libxml/src/xmlschemas.c xmlSchemaGetNodeContentNoDict(xmlNodePtr node) node 4666 third_party/libxml/src/xmlschemas.c return((const xmlChar*) xmlNodeGetContent(node)); node 4680 third_party/libxml/src/xmlschemas.c xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, node 4686 third_party/libxml/src/xmlschemas.c val = xmlGetNoNsProp(node, BAD_CAST name); node 5108 third_party/libxml/src/xmlschemas.c xmlNodePtr node ATTRIBUTE_UNUSED) node 5145 third_party/libxml/src/xmlschemas.c xmlNodePtr node, int topLevel) node 5159 third_party/libxml/src/xmlschemas.c ret->node = node; node 5185 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 5199 third_party/libxml/src/xmlschemas.c ret->node = node; node 5258 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 5275 third_party/libxml/src/xmlschemas.c ret->node = node; node 5308 third_party/libxml/src/xmlschemas.c xmlNodePtr node, int topLevel) node 5324 third_party/libxml/src/xmlschemas.c ret->node = node; node 5350 third_party/libxml/src/xmlschemas.c xmlNodePtr node, int topLevel) node 5366 third_party/libxml/src/xmlschemas.c ret->node = node; node 5399 third_party/libxml/src/xmlschemas.c ret->node = NULL; node 5447 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 5463 third_party/libxml/src/xmlschemas.c ret->node = node; node 5487 third_party/libxml/src/xmlschemas.c xmlNodePtr node, int min, int max) node 5505 third_party/libxml/src/xmlschemas.c ret->node = node; node 5536 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 5552 third_party/libxml/src/xmlschemas.c ret->node = node; node 5596 third_party/libxml/src/xmlschemas.c int category, xmlNodePtr node) node 5614 third_party/libxml/src/xmlschemas.c ret->node = node; node 5637 third_party/libxml/src/xmlschemas.c xmlSchemaTypeType type, xmlNodePtr node) node 5651 third_party/libxml/src/xmlschemas.c ret->node = node; node 5994 third_party/libxml/src/xmlschemas.c xmlGetMaxOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, node 6001 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "maxOccurs"); node 6059 third_party/libxml/src/xmlschemas.c xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, node 6066 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "minOccurs"); node 6115 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 6120 third_party/libxml/src/xmlschemas.c value = xmlNodeGetContent(node); node 6137 third_party/libxml/src/xmlschemas.c ownerItem, node, node 6161 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 6166 third_party/libxml/src/xmlschemas.c val = xmlSchemaGetProp(ctxt, node, name); node 6186 third_party/libxml/src/xmlschemas.c (xmlNodePtr) xmlSchemaGetPropNode(node, name), node 6200 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 6205 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 6210 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 6215 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 6220 third_party/libxml/src/xmlschemas.c xmlNodePtr node); node 6223 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr node); node 6392 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 6419 third_party/libxml/src/xmlschemas.c xmlNodePtr n = (attr != NULL) ? (xmlNodePtr) attr : node; node 6492 third_party/libxml/src/xmlschemas.c xmlSchemaParseAnnotation(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int needed) node 6507 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (node == NULL)) node 6510 third_party/libxml/src/xmlschemas.c ret = xmlSchemaNewAnnot(ctxt, node); node 6513 third_party/libxml/src/xmlschemas.c attr = node->properties; node 6525 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 6529 third_party/libxml/src/xmlschemas.c child = node->children; node 6590 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, "(appinfo | documentation)*"); node 6612 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 6618 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 6623 third_party/libxml/src/xmlschemas.c xmlSchemaPErrMemory(ctxt, "allocating facet", node); node 6626 third_party/libxml/src/xmlschemas.c facet->node = node; node 6627 third_party/libxml/src/xmlschemas.c value = xmlSchemaGetProp(ctxt, node, "value"); node 6629 third_party/libxml/src/xmlschemas.c xmlSchemaPErr2(ctxt, node, child, XML_SCHEMAP_FACET_NO_VALUE, node 6630 third_party/libxml/src/xmlschemas.c "Facet %s has no value\n", node->name, NULL); node 6634 third_party/libxml/src/xmlschemas.c if (IS_SCHEMA(node, "minInclusive")) { node 6636 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "minExclusive")) { node 6638 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "maxInclusive")) { node 6640 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "maxExclusive")) { node 6642 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "totalDigits")) { node 6644 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "fractionDigits")) { node 6646 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "pattern")) { node 6648 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "enumeration")) { node 6650 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "whiteSpace")) { node 6652 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "length")) { node 6654 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "maxLength")) { node 6656 third_party/libxml/src/xmlschemas.c } else if (IS_SCHEMA(node, "minLength")) { node 6659 third_party/libxml/src/xmlschemas.c xmlSchemaPErr2(ctxt, node, child, XML_SCHEMAP_UNKNOWN_FACET_TYPE, node 6660 third_party/libxml/src/xmlschemas.c "Unknown facet type %s\n", node->name, NULL); node 6664 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 6670 third_party/libxml/src/xmlschemas.c fixed = xmlSchemaGetProp(ctxt, node, "fixed"); node 6676 third_party/libxml/src/xmlschemas.c child = node->children; node 6683 third_party/libxml/src/xmlschemas.c xmlSchemaPErr2(ctxt, node, child, XML_SCHEMAP_UNKNOWN_FACET_CHILD, node 6685 third_party/libxml/src/xmlschemas.c node->name, NULL); node 6707 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 6715 third_party/libxml/src/xmlschemas.c pc = xmlSchemaGetProp(ctxt, node, "processContents"); node 6726 third_party/libxml/src/xmlschemas.c NULL, node, node 6735 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "namespace"); node 6816 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 6839 third_party/libxml/src/xmlschemas.c xmlSchemaGetPropNode(node, "maxOccurs"), node 6849 third_party/libxml/src/xmlschemas.c xmlSchemaGetPropNode(node, "minOccurs"), node 6872 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 6881 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 6886 third_party/libxml/src/xmlschemas.c attr = node->properties; node 6903 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 6907 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, node 6909 third_party/libxml/src/xmlschemas.c min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, node 6911 third_party/libxml/src/xmlschemas.c xmlSchemaPCheckParticleCorrect_2(ctxt, NULL, node, min, max); node 6915 third_party/libxml/src/xmlschemas.c wild = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY, node); node 6918 third_party/libxml/src/xmlschemas.c xmlSchemaParseWildcardNs(ctxt, schema, wild, node); node 6922 third_party/libxml/src/xmlschemas.c child = node->children; node 6930 third_party/libxml/src/xmlschemas.c NULL, node, child, node 6943 third_party/libxml/src/xmlschemas.c particle = xmlSchemaAddParticle(ctxt, node, min, max); node 6964 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 6970 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 6972 third_party/libxml/src/xmlschemas.c name = xmlSchemaGetProp(ctxt, node, "name"); node 6974 third_party/libxml/src/xmlschemas.c xmlSchemaPErr2(ctxt, node, child, XML_SCHEMAP_NOTATION_NO_NAME, node 6979 third_party/libxml/src/xmlschemas.c ctxt->targetNamespace, node); node 6982 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 6984 third_party/libxml/src/xmlschemas.c child = node->children; node 6992 third_party/libxml/src/xmlschemas.c NULL, node, child, node 7012 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr node) node 7018 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 7022 third_party/libxml/src/xmlschemas.c node); node 7029 third_party/libxml/src/xmlschemas.c attr = node->properties; node 7044 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 7048 third_party/libxml/src/xmlschemas.c if (xmlSchemaParseWildcardNs(ctxt, schema, ret, node) != 0) node 7053 third_party/libxml/src/xmlschemas.c child = node->children; node 7061 third_party/libxml/src/xmlschemas.c NULL, node, child, node 7083 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 7102 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) node 7104 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "ref"); node 7110 third_party/libxml/src/xmlschemas.c if (xmlSchemaCheckReference(pctxt, schema, node, attr, tmpNs) != 0) node 7118 third_party/libxml/src/xmlschemas.c attr = node->properties; node 7223 third_party/libxml/src/xmlschemas.c NULL, node, NULL, node 7247 third_party/libxml/src/xmlschemas.c node, NULL, node 7251 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "name"); node 7254 third_party/libxml/src/xmlschemas.c NULL, node, "name", NULL); node 7279 third_party/libxml/src/xmlschemas.c use = xmlSchemaAddAttributeUse(pctxt, node); node 7286 third_party/libxml/src/xmlschemas.c attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0); node 7308 third_party/libxml/src/xmlschemas.c use = xmlSchemaAddAttributeUse(pctxt, node); node 7341 third_party/libxml/src/xmlschemas.c child = node->children; node 7352 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 7361 third_party/libxml/src/xmlschemas.c node, NULL, node 7369 third_party/libxml/src/xmlschemas.c node, NULL, node 7395 third_party/libxml/src/xmlschemas.c node, NULL, node 7410 third_party/libxml/src/xmlschemas.c prohib->node = node; node 7438 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 7443 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 7454 third_party/libxml/src/xmlschemas.c NULL, node, child, node 7464 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 7475 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 7488 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) node 7494 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "name"); node 7497 third_party/libxml/src/xmlschemas.c NULL, node, "name", NULL); node 7525 third_party/libxml/src/xmlschemas.c XML_SCHEMAP_NO_XSI, node, NULL, node 7531 third_party/libxml/src/xmlschemas.c pctxt->targetNamespace, node, 1); node 7539 third_party/libxml/src/xmlschemas.c attr = node->properties; node 7558 third_party/libxml/src/xmlschemas.c node, "type", &ret->typeNs, &ret->typeName); node 7560 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id"); node 7564 third_party/libxml/src/xmlschemas.c ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed"); node 7570 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "default"); node 7585 third_party/libxml/src/xmlschemas.c child = node->children; node 7597 third_party/libxml/src/xmlschemas.c NULL, node, child, node 7606 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 7628 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 7635 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) node 7638 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "ref"); node 7642 third_party/libxml/src/xmlschemas.c NULL, node, "ref", NULL); node 7647 third_party/libxml/src/xmlschemas.c if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0) node 7653 third_party/libxml/src/xmlschemas.c attr = node->properties; node 7669 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id"); node 7674 third_party/libxml/src/xmlschemas.c child = node->children; node 7685 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 7709 third_party/libxml/src/xmlschemas.c XML_SCHEMAP_SRC_REDEFINE, node, NULL, node 7726 third_party/libxml/src/xmlschemas.c ret->node = node; node 7738 third_party/libxml/src/xmlschemas.c ret->node = node; node 7759 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 7767 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) node 7770 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "name"); node 7774 third_party/libxml/src/xmlschemas.c NULL, node, "name", NULL); node 7786 third_party/libxml/src/xmlschemas.c name, pctxt->targetNamespace, node); node 7792 third_party/libxml/src/xmlschemas.c attr = node->properties; node 7808 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id"); node 7812 third_party/libxml/src/xmlschemas.c child = node->children; node 7837 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 7977 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 7987 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(ctxt, idc->node, node 7994 third_party/libxml/src/xmlschemas.c node = idc->node; node 7996 third_party/libxml/src/xmlschemas.c node = (xmlNodePtr) attr; node 8001 third_party/libxml/src/xmlschemas.c NULL, node, node 8059 third_party/libxml/src/xmlschemas.c NULL, node, node 8190 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 8200 third_party/libxml/src/xmlschemas.c attr = node->properties; node 8228 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "xpath"); node 8232 third_party/libxml/src/xmlschemas.c NULL, node, node 8251 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 8255 third_party/libxml/src/xmlschemas.c child = node->children; node 8267 third_party/libxml/src/xmlschemas.c NULL, node, child, node 8287 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 8300 third_party/libxml/src/xmlschemas.c attr = node->properties; node 8319 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "name"); node 8323 third_party/libxml/src/xmlschemas.c NULL, node, node 8333 third_party/libxml/src/xmlschemas.c idcCategory, node); node 8337 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 8342 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "refer"); node 8346 third_party/libxml/src/xmlschemas.c NULL, node, node 8360 third_party/libxml/src/xmlschemas.c xmlSchemaCheckReference(ctxt, schema, node, attr, node 8367 third_party/libxml/src/xmlschemas.c child = node->children; node 8375 third_party/libxml/src/xmlschemas.c NULL, node, child, node 8407 third_party/libxml/src/xmlschemas.c NULL, node, child, node 8414 third_party/libxml/src/xmlschemas.c NULL, node, child, node 8436 third_party/libxml/src/xmlschemas.c xmlNodePtr node, int *isElemRef, int topLevel) node 8449 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 8459 third_party/libxml/src/xmlschemas.c nameAttr = xmlSchemaGetPropNode(node, "name"); node 8460 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "ref"); node 8465 third_party/libxml/src/xmlschemas.c NULL, node, "name", NULL); node 8471 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 8472 third_party/libxml/src/xmlschemas.c child = node->children; node 8485 third_party/libxml/src/xmlschemas.c min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); node 8486 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, "(xs:nonNegativeInteger | unbounded)"); node 8487 third_party/libxml/src/xmlschemas.c xmlSchemaPCheckParticleCorrect_2(ctxt, NULL, node, min, max); node 8488 third_party/libxml/src/xmlschemas.c particle = xmlSchemaAddParticle(ctxt, node, min, max); node 8505 third_party/libxml/src/xmlschemas.c xmlSchemaCheckReference(ctxt, schema, node, attr, refNs); node 8516 third_party/libxml/src/xmlschemas.c attr = node->properties; node 8547 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, "(annotation?)"); node 8584 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "form"); node 8599 third_party/libxml/src/xmlschemas.c decl = xmlSchemaAddElement(ctxt, name, ns, node, topLevel); node 8606 third_party/libxml/src/xmlschemas.c attr = node->properties; node 8650 third_party/libxml/src/xmlschemas.c NULL, node, "substitutionGroup", node 8652 third_party/libxml/src/xmlschemas.c if (xmlGetBooleanProp(ctxt, node, "abstract", 0)) node 8657 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "final"); node 8680 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "block"); node 8706 third_party/libxml/src/xmlschemas.c if (xmlGetBooleanProp(ctxt, node, "nillable", 0)) node 8709 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "type"); node 8714 third_party/libxml/src/xmlschemas.c xmlSchemaCheckReference(ctxt, schema, node, node 8717 third_party/libxml/src/xmlschemas.c decl->value = xmlSchemaGetProp(ctxt, node, "default"); node 8718 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "fixed"); node 8746 third_party/libxml/src/xmlschemas.c NULL, node, child, node 8761 third_party/libxml/src/xmlschemas.c NULL, node, child, node 8790 third_party/libxml/src/xmlschemas.c NULL, node, child, node 8834 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 8841 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 8857 third_party/libxml/src/xmlschemas.c attr = node->properties; node 8871 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 8876 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "memberTypes"); node 8937 third_party/libxml/src/xmlschemas.c child = node->children; node 8972 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, "(annotation?, simpleType*)"); node 8982 third_party/libxml/src/xmlschemas.c NULL, node, node 9003 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 9009 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 9025 third_party/libxml/src/xmlschemas.c attr = node->properties; node 9040 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 9050 third_party/libxml/src/xmlschemas.c node, "itemType", &(type->baseNs), &(type->base)); node 9054 third_party/libxml/src/xmlschemas.c child = node->children; node 9069 third_party/libxml/src/xmlschemas.c NULL, node, node 9079 third_party/libxml/src/xmlschemas.c NULL, node, node 9086 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, "(annotation?, simpleType?)"); node 9090 third_party/libxml/src/xmlschemas.c (xmlSchemaGetPropNode(node, "itemType") == NULL)) { node 9093 third_party/libxml/src/xmlschemas.c NULL, node, node 9114 third_party/libxml/src/xmlschemas.c xmlNodePtr node, int topLevel) node 9122 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 9126 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "name"); node 9130 third_party/libxml/src/xmlschemas.c NULL, node, node 9151 third_party/libxml/src/xmlschemas.c NULL, node, node 9180 third_party/libxml/src/xmlschemas.c ctxt->targetNamespace, node, 0); node 9184 third_party/libxml/src/xmlschemas.c NULL, ctxt->targetNamespace, node, 0); node 9193 third_party/libxml/src/xmlschemas.c attr = node->properties; node 9213 third_party/libxml/src/xmlschemas.c attrValue, ctxt->targetNamespace, node, 1); node 9222 third_party/libxml/src/xmlschemas.c attr = node->properties; node 9240 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "final"); node 9249 third_party/libxml/src/xmlschemas.c attrValue = xmlSchemaGetProp(ctxt, node, "final"); node 9264 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 9272 third_party/libxml/src/xmlschemas.c child = node->children; node 9279 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 9295 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 9307 third_party/libxml/src/xmlschemas.c NULL, node, "This is a redefinition, thus the " node 9329 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 9337 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 9340 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "ref"); node 9344 third_party/libxml/src/xmlschemas.c NULL, node, "ref", NULL); node 9350 third_party/libxml/src/xmlschemas.c xmlSchemaCheckReference(ctxt, schema, node, attr, refNs); node 9351 third_party/libxml/src/xmlschemas.c min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); node 9352 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, node 9357 third_party/libxml/src/xmlschemas.c attr = node->properties; node 9373 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 9374 third_party/libxml/src/xmlschemas.c item = xmlSchemaAddParticle(ctxt, node, min, max); node 9383 third_party/libxml/src/xmlschemas.c xmlSchemaPCheckParticleCorrect_2(ctxt, item, node, min, max); node 9387 third_party/libxml/src/xmlschemas.c child = node->children; node 9399 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 9431 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 9438 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 9441 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "name"); node 9445 third_party/libxml/src/xmlschemas.c NULL, node, node 9453 third_party/libxml/src/xmlschemas.c ctxt->targetNamespace, node); node 9459 third_party/libxml/src/xmlschemas.c attr = node->properties; node 9473 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 9477 third_party/libxml/src/xmlschemas.c child = node->children; node 9501 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 9612 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 9623 third_party/libxml/src/xmlschemas.c res = xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 9638 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "targetNamespace"); node 9648 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "elementFormDefault"); node 9661 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "attributeFormDefault"); node 9674 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "finalDefault"); node 9692 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "blockDefault"); node 10082 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 10115 third_party/libxml/src/xmlschemas.c node = xmlDocGetRootElement(bucket->doc); node 10116 third_party/libxml/src/xmlschemas.c ret = xmlSchemaParseSchemaElement(pctxt, schema, node); node 10120 third_party/libxml/src/xmlschemas.c if (node->children == NULL) node 10123 third_party/libxml/src/xmlschemas.c ret = xmlSchemaParseSchemaTopLevel(pctxt, schema, node->children); node 10688 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 10697 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) node 10703 third_party/libxml/src/xmlschemas.c attr = node->properties; node 10721 third_party/libxml/src/xmlschemas.c if (xmlSchemaPValAttr(pctxt, NULL, node, node 10726 third_party/libxml/src/xmlschemas.c NULL, node, node 10732 third_party/libxml/src/xmlschemas.c if (xmlSchemaPValAttr(pctxt, NULL, node, node 10737 third_party/libxml/src/xmlschemas.c NULL, node, node 10745 third_party/libxml/src/xmlschemas.c child = node->children; node 10756 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 10777 third_party/libxml/src/xmlschemas.c NULL, node, node 10791 third_party/libxml/src/xmlschemas.c NULL, node, node 10803 third_party/libxml/src/xmlschemas.c schemaLocation, node); node 10805 third_party/libxml/src/xmlschemas.c schemaLocation, NULL, NULL, 0, node, thisTargetNamespace, node 10821 third_party/libxml/src/xmlschemas.c node, NULL, node 10836 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 10842 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL) || node 10851 third_party/libxml/src/xmlschemas.c attr = node->properties; node 10865 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id"); node 10873 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "schemaLocation"); node 10882 third_party/libxml/src/xmlschemas.c base = xmlNodeGetBase(node->doc, node); node 10884 third_party/libxml/src/xmlschemas.c uri = xmlBuildURI(*schemaLocation, node->doc->URL); node 10899 third_party/libxml/src/xmlschemas.c NULL, node, "schemaLocation", NULL); node 10909 third_party/libxml/src/xmlschemas.c NULL, node, node 10915 third_party/libxml/src/xmlschemas.c NULL, node, node 10932 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 10941 third_party/libxml/src/xmlschemas.c if ((pctxt == NULL) || (schema == NULL) || (node == NULL)) node 10949 third_party/libxml/src/xmlschemas.c node, (xmlChar **) (&schemaLocation), type); node 10956 third_party/libxml/src/xmlschemas.c NULL, 0, node, pctxt->targetNamespace, NULL, &bucket); node 10979 third_party/libxml/src/xmlschemas.c node, NULL, node 10996 third_party/libxml/src/xmlschemas.c node, NULL, node 11016 third_party/libxml/src/xmlschemas.c node, NULL, node 11027 third_party/libxml/src/xmlschemas.c NULL, node, node 11045 third_party/libxml/src/xmlschemas.c node, NULL, node 11074 third_party/libxml/src/xmlschemas.c child = node->children; node 11123 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11127 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11139 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 11146 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseIncludeOrRedefine(pctxt, schema, node, node 11155 third_party/libxml/src/xmlschemas.c xmlNodePtr node) node 11159 third_party/libxml/src/xmlschemas.c res = xmlSchemaParseIncludeOrRedefine(pctxt, schema, node, node 11193 third_party/libxml/src/xmlschemas.c xmlNodePtr node, xmlSchemaTypeType type, node 11202 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 11207 third_party/libxml/src/xmlschemas.c item = xmlSchemaAddModelGroup(ctxt, schema, type, node); node 11213 third_party/libxml/src/xmlschemas.c min = xmlGetMinOccurs(ctxt, node, 0, 1, 1, "(0 | 1)"); node 11214 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 1, 1, 1, "1"); node 11217 third_party/libxml/src/xmlschemas.c min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); node 11218 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, node 11221 third_party/libxml/src/xmlschemas.c xmlSchemaPCheckParticleCorrect_2(ctxt, NULL, node, min, max); node 11225 third_party/libxml/src/xmlschemas.c particle = xmlSchemaAddParticle(ctxt, node, min, max); node 11232 third_party/libxml/src/xmlschemas.c attr = node->properties; node 11251 third_party/libxml/src/xmlschemas.c attr = node->properties; node 11269 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 11273 third_party/libxml/src/xmlschemas.c child = node->children; node 11321 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11428 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11459 third_party/libxml/src/xmlschemas.c xmlNodePtr node, xmlSchemaTypeType parentType) node 11465 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 11474 third_party/libxml/src/xmlschemas.c attr = node->properties; node 11491 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 11504 third_party/libxml/src/xmlschemas.c if (xmlSchemaPValAttrQName(ctxt, schema, NULL, node, "base", node 11510 third_party/libxml/src/xmlschemas.c NULL, node, "base", NULL); node 11517 third_party/libxml/src/xmlschemas.c NULL, node, "base", NULL); node 11530 third_party/libxml/src/xmlschemas.c NULL, node, "This is a redefinition, but the QName " node 11547 third_party/libxml/src/xmlschemas.c child = node->children; node 11569 third_party/libxml/src/xmlschemas.c NULL, node, child, node 11580 third_party/libxml/src/xmlschemas.c NULL, node, child, node 11724 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11730 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11739 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11763 third_party/libxml/src/xmlschemas.c xmlNodePtr node, xmlSchemaTypeType parentType) node 11769 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 11778 third_party/libxml/src/xmlschemas.c attr = node->properties; node 11793 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 11798 third_party/libxml/src/xmlschemas.c if ((xmlSchemaPValAttrQName(ctxt, schema, NULL, node, node 11803 third_party/libxml/src/xmlschemas.c NULL, node, "base", NULL); node 11808 third_party/libxml/src/xmlschemas.c child = node->children; node 11870 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11877 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11898 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr node, node 11905 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL) || node 11915 third_party/libxml/src/xmlschemas.c attr = node->properties; node 11929 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 11934 third_party/libxml/src/xmlschemas.c child = node->children; node 11946 third_party/libxml/src/xmlschemas.c NULL, node, NULL, NULL, node 11952 third_party/libxml/src/xmlschemas.c NULL, node, NULL, NULL, node 11969 third_party/libxml/src/xmlschemas.c NULL, node, child, NULL, node 11988 third_party/libxml/src/xmlschemas.c xmlSchemaPtr schema, xmlNodePtr node, node 11995 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL) || node 12004 third_party/libxml/src/xmlschemas.c attr = node->properties; node 12020 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 12025 third_party/libxml/src/xmlschemas.c if (xmlGetBooleanProp(ctxt, node, "mixed", 0)) { node 12029 third_party/libxml/src/xmlschemas.c child = node->children; node 12041 third_party/libxml/src/xmlschemas.c NULL, node, NULL, node 12047 third_party/libxml/src/xmlschemas.c NULL, node, NULL, node 12064 third_party/libxml/src/xmlschemas.c NULL, node, child, node 12083 third_party/libxml/src/xmlschemas.c xmlNodePtr node, int topLevel) node 12096 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (schema == NULL) || (node == NULL)) node 12102 third_party/libxml/src/xmlschemas.c attr = xmlSchemaGetPropNode(node, "name"); node 12105 third_party/libxml/src/xmlschemas.c XML_SCHEMAP_S4S_ATTR_MISSING, NULL, node, "name", NULL); node 12122 third_party/libxml/src/xmlschemas.c ctxt->targetNamespace, node, 0); node 12126 third_party/libxml/src/xmlschemas.c NULL, ctxt->targetNamespace, node, 0); node 12131 third_party/libxml/src/xmlschemas.c type->node = node; node 12142 third_party/libxml/src/xmlschemas.c name, ctxt->targetNamespace, node, 1); node 12145 third_party/libxml/src/xmlschemas.c type->node = node; node 12153 third_party/libxml/src/xmlschemas.c attr = node->properties; node 12160 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id"); node 12254 third_party/libxml/src/xmlschemas.c child = node->children; node 12337 third_party/libxml/src/xmlschemas.c NULL, node, child, node 12347 third_party/libxml/src/xmlschemas.c NULL, node, "This is a redefinition, thus the " node 13144 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST type, type->node, node 13150 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST type, type->node, node 13194 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST elemDecl, elemDecl->node, node 13282 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST type, type->node, "memberTypes", node 13667 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(ctxt, completeWild->node, node 13905 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(ctxt, completeWild->node, XML_SCHEMAP_INTERSECTION_NOT_EXPRESSIBLE, node 15007 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST typeDef, typeDef->node, node 15035 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST typeDef, typeDef->node, node 15749 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 15775 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 15803 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST type, type->node, node 15822 third_party/libxml/src/xmlschemas.c ret = xmlSchemaVCheckCVCSimpleType(ACTXT_CAST pctxt, node, node 15825 third_party/libxml/src/xmlschemas.c ret = xmlSchemaVCheckCVCSimpleType(ACTXT_CAST pctxt, node, node 16369 third_party/libxml/src/xmlschemas.c type->node, WXS_BASIC_CAST type, node 16380 third_party/libxml/src/xmlschemas.c type->node, WXS_BASIC_CAST type, node 16597 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST type, type->node, node 17125 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST fac1, fac1->node, \ node 17134 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST fac1, fac1->node, \ node 17140 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST fac, fac->node, \ node 17972 third_party/libxml/src/xmlschemas.c if (type->node != NULL) { node 17975 third_party/libxml/src/xmlschemas.c type->node->doc->URL, node 17976 third_party/libxml/src/xmlschemas.c xmlGetLineNo(type->node)); node 18199 third_party/libxml/src/xmlschemas.c type->node, 0); node 18203 third_party/libxml/src/xmlschemas.c type->node, 0); node 18332 third_party/libxml/src/xmlschemas.c type->node, 1, 1); node 18340 third_party/libxml/src/xmlschemas.c XML_SCHEMA_TYPE_SEQUENCE, type->node); node 18457 third_party/libxml/src/xmlschemas.c type->node, 1, 1); node 18465 third_party/libxml/src/xmlschemas.c XML_SCHEMA_TYPE_SEQUENCE, type->node); node 18477 third_party/libxml/src/xmlschemas.c type->node, node 18673 third_party/libxml/src/xmlschemas.c ACTXT_CAST pctxt, facet->node, base, node 18680 third_party/libxml/src/xmlschemas.c XML_SCHEMAP_INTERNAL, facet->node, NULL, node 18694 third_party/libxml/src/xmlschemas.c ret, facet->node, WXS_BASIC_CAST facet, node 18719 third_party/libxml/src/xmlschemas.c ret, facet->node, WXS_BASIC_CAST typeDecl, node 18755 third_party/libxml/src/xmlschemas.c ret, facet->node, WXS_BASIC_CAST typeDecl, node 18780 third_party/libxml/src/xmlschemas.c ret, facet->node, WXS_BASIC_CAST typeDecl, node 19263 third_party/libxml/src/xmlschemas.c prohib->node, NULL, node 19361 third_party/libxml/src/xmlschemas.c attrGr->node, WXS_BASIC_CAST attrGr, node 19391 third_party/libxml/src/xmlschemas.c attrGr->node, WXS_BASIC_CAST attrGr, node 19433 third_party/libxml/src/xmlschemas.c NULL, ref->node, node 19500 third_party/libxml/src/xmlschemas.c attr->node, WXS_ATTR_TYPEDEF(attr), node 19677 third_party/libxml/src/xmlschemas.c xmlNodePtr node = NULL; node 19686 third_party/libxml/src/xmlschemas.c xmlSchemaPErr(pctxt, elemDecl->node, node 19693 third_party/libxml/src/xmlschemas.c if (elemDecl->node != NULL) { node 19695 third_party/libxml/src/xmlschemas.c node = (xmlNodePtr) xmlHasProp(elemDecl->node, node 19698 third_party/libxml/src/xmlschemas.c node = (xmlNodePtr) xmlHasProp(elemDecl->node, node 19701 third_party/libxml/src/xmlschemas.c vcret = xmlSchemaParseCheckCOSValidDefault(pctxt, node, node 20156 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST ause, ause->node, node 20230 third_party/libxml/src/xmlschemas.c use->node, WXS_ATTRUSE_TYPEDEF(use), node 20306 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST item, item->node, node 20349 third_party/libxml/src/xmlschemas.c WXS_BASIC_CAST idc, idc->node, node 20403 third_party/libxml/src/xmlschemas.c NULL, prohib->node, node 20451 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 20469 third_party/libxml/src/xmlschemas.c node = WXS_ITEM_NODE(redef->reference); node 20471 third_party/libxml/src/xmlschemas.c node = WXS_ITEM_NODE(item); node 20478 third_party/libxml/src/xmlschemas.c XML_SCHEMAP_SRC_REDEFINE, node, NULL, node 20569 third_party/libxml/src/xmlschemas.c xmlNodePtr node; node 20572 third_party/libxml/src/xmlschemas.c node = WXS_ITEM_NODE(redef->reference); node 20574 third_party/libxml/src/xmlschemas.c node = WXS_ITEM_NODE(redef->item); node 20579 third_party/libxml/src/xmlschemas.c node, NULL, node 21564 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 21590 third_party/libxml/src/xmlschemas.c location, node); node 21597 third_party/libxml/src/xmlschemas.c location, NULL, NULL, 0, node, NULL, nsName, node 21606 third_party/libxml/src/xmlschemas.c node, NULL, node 21760 third_party/libxml/src/xmlschemas.c iattr->node, NULL, node 21770 third_party/libxml/src/xmlschemas.c iattr->node, nsname, location); node 21824 third_party/libxml/src/xmlschemas.c if ((vctxt->inode->node == NULL) || node 21825 third_party/libxml/src/xmlschemas.c (vctxt->inode->node->doc == NULL)) { node 21830 third_party/libxml/src/xmlschemas.c ns = xmlSearchNs(vctxt->inode->node->doc, node 21831 third_party/libxml/src/xmlschemas.c vctxt->inode->node, prefix); node 21844 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 21869 third_party/libxml/src/xmlschemas.c else if (node != NULL) { node 21870 third_party/libxml/src/xmlschemas.c xmlNsPtr ns = xmlSearchNs(node->doc, node, prefix); node 23050 third_party/libxml/src/xmlschemas.c ntItem->node = vctxt->node; node 23461 third_party/libxml/src/xmlschemas.c xmlSchemaPSVIIDCNodePtr node, parNode = NULL, *dupls, *parNodes; /* node-table entries. */ node 23528 third_party/libxml/src/xmlschemas.c node = bind->nodeTable[i]; node 23529 third_party/libxml/src/xmlschemas.c if (node == NULL) node 23540 third_party/libxml/src/xmlschemas.c node->keys[0]->val, node 23552 third_party/libxml/src/xmlschemas.c node->keys[k]->val, node 23579 third_party/libxml/src/xmlschemas.c node->keys[0]->val, node 23590 third_party/libxml/src/xmlschemas.c node->keys[k]->val, node 23660 third_party/libxml/src/xmlschemas.c parNodes[parBind->nbNodes++] = node; node 23943 third_party/libxml/src/xmlschemas.c attr->node = attrNode; node 24122 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 24207 third_party/libxml/src/xmlschemas.c xmlSchemaFacetErr(actxt, ret, node, node 24243 third_party/libxml/src/xmlschemas.c xmlSchemaFacetErr(actxt, ret, node, node 24295 third_party/libxml/src/xmlschemas.c xmlSchemaFacetErr(actxt, ret, node, node 24340 third_party/libxml/src/xmlschemas.c xmlSchemaFacetErr(actxt, ret, node, node 24437 third_party/libxml/src/xmlschemas.c xmlNodePtr node, node 24535 third_party/libxml/src/xmlschemas.c value, &val, node); node 24538 third_party/libxml/src/xmlschemas.c value, NULL, node); node 24545 third_party/libxml/src/xmlschemas.c ((xmlSchemaParserCtxtPtr) actxt)->schema, node, node 24552 third_party/libxml/src/xmlschemas.c value, &val, node); node 24555 third_party/libxml/src/xmlschemas.c value, NULL, node); node 24580 third_party/libxml/src/xmlschemas.c ret = xmlSchemaValidateFacets(actxt, node, type, node 24596 third_party/libxml/src/xmlschemas.c xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); node 24631 third_party/libxml/src/xmlschemas.c ret = xmlSchemaVCheckCVCSimpleType(actxt, node, itemType, node 24634 third_party/libxml/src/xmlschemas.c ret = xmlSchemaVCheckCVCSimpleType(actxt, node, itemType, node 24664 third_party/libxml/src/xmlschemas.c ret = xmlSchemaValidateFacets(actxt, node, type, node 24682 third_party/libxml/src/xmlschemas.c xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); node 24716 third_party/libxml/src/xmlschemas.c ret = xmlSchemaVCheckCVCSimpleType(actxt, node, node 24719 third_party/libxml/src/xmlschemas.c ret = xmlSchemaVCheckCVCSimpleType(actxt, node, node 24743 third_party/libxml/src/xmlschemas.c ret = xmlSchemaValidateFacets(actxt, node, type, node 24756 third_party/libxml/src/xmlschemas.c xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); node 25423 third_party/libxml/src/xmlschemas.c if (ielem && ielem->node && ielem->node->doc) node 25424 third_party/libxml/src/xmlschemas.c defAttrOwnerElem = ielem->node; node 25605 third_party/libxml/src/xmlschemas.c iattr->node, iattr->typeDef, iattr->value, &(iattr->val), node 25610 third_party/libxml/src/xmlschemas.c iattr->node, iattr->typeDef, iattr->value, NULL, node 26179 third_party/libxml/src/xmlschemas.c (inode->node != NULL)) { node 26197 third_party/libxml/src/xmlschemas.c xmlAddChild(inode->node, textChild); node 27784 third_party/libxml/src/xmlschemas.c xmlNodePtr node, valRoot; node 27796 third_party/libxml/src/xmlschemas.c node = valRoot; node 27797 third_party/libxml/src/xmlschemas.c while (node != NULL) { node 27800 third_party/libxml/src/xmlschemas.c if (node->type == XML_ELEMENT_NODE) { node 27809 third_party/libxml/src/xmlschemas.c ielem->node = node; node 27810 third_party/libxml/src/xmlschemas.c ielem->nodeLine = node->line; node 27811 third_party/libxml/src/xmlschemas.c ielem->localName = node->name; node 27812 third_party/libxml/src/xmlschemas.c if (node->ns != NULL) node 27813 third_party/libxml/src/xmlschemas.c ielem->nsName = node->ns->href; node 27821 third_party/libxml/src/xmlschemas.c if (node->properties != NULL) { node 27822 third_party/libxml/src/xmlschemas.c attr = node->properties; node 27864 third_party/libxml/src/xmlschemas.c } else if ((node->type == XML_TEXT_NODE) || node 27865 third_party/libxml/src/xmlschemas.c (node->type == XML_CDATA_SECTION_NODE)) { node 27871 third_party/libxml/src/xmlschemas.c ret = xmlSchemaVPushText(vctxt, node->type, node->content, node 27882 third_party/libxml/src/xmlschemas.c } else if ((node->type == XML_ENTITY_NODE) || node 27883 third_party/libxml/src/xmlschemas.c (node->type == XML_ENTITY_REF_NODE)) { node 27902 third_party/libxml/src/xmlschemas.c if (node->children != NULL) { node 27903 third_party/libxml/src/xmlschemas.c node = node->children; node 27907 third_party/libxml/src/xmlschemas.c if (node->type == XML_ELEMENT_NODE) { node 27911 third_party/libxml/src/xmlschemas.c if (node != vctxt->inode->node) { node 27924 third_party/libxml/src/xmlschemas.c if (node == valRoot) node 27928 third_party/libxml/src/xmlschemas.c if (node->next != NULL) node 27929 third_party/libxml/src/xmlschemas.c node = node->next; node 27931 third_party/libxml/src/xmlschemas.c node = node->parent; node 28073 third_party/libxml/src/xmlschemas.c ctxt->node = elem; node 28095 third_party/libxml/src/xmlschemas.c ctxt->node = xmlDocGetRootElement(doc); node 28096 third_party/libxml/src/xmlschemas.c if (ctxt->node == NULL) { node 28103 third_party/libxml/src/xmlschemas.c ctxt->validationRoot = ctxt->node; node 202 third_party/libxml/src/xmlschemastypes.c xmlSchemaTypeErrMemory(xmlNodePtr node, const char *extra) node 204 third_party/libxml/src/xmlschemastypes.c __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra); node 350 third_party/libxml/src/xmlschemastypes.c xmlNodePtr node; node 360 third_party/libxml/src/xmlschemastypes.c xmlNodePtr node; node 2001 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPtr *ret, xmlNodePtr node) { node 2040 third_party/libxml/src/xmlschemastypes.c tmp = xmlSchemaValPredefTypeNode(type, cur, NULL, node); node 2126 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPtr * val, xmlNodePtr node, int flags, node 2648 third_party/libxml/src/xmlschemastypes.c value, val, node); node 2677 third_party/libxml/src/xmlschemastypes.c if (node != NULL) { node 2682 third_party/libxml/src/xmlschemastypes.c ns = xmlSearchNs(node->doc, node, prefix); node 2736 third_party/libxml/src/xmlschemastypes.c if ((ret == 0) && (node != NULL) && node 2737 third_party/libxml/src/xmlschemastypes.c (node->type == XML_ATTRIBUTE_NODE)) { node 2738 third_party/libxml/src/xmlschemastypes.c xmlAttrPtr attr = (xmlAttrPtr) node; node 2749 third_party/libxml/src/xmlschemastypes.c res = xmlAddID(NULL, node->doc, strip, attr); node 2752 third_party/libxml/src/xmlschemastypes.c res = xmlAddID(NULL, node->doc, value, attr); node 2770 third_party/libxml/src/xmlschemastypes.c if ((ret == 0) && (node != NULL) && node 2771 third_party/libxml/src/xmlschemastypes.c (node->type == XML_ATTRIBUTE_NODE)) { node 2772 third_party/libxml/src/xmlschemastypes.c xmlAttrPtr attr = (xmlAttrPtr) node; node 2777 third_party/libxml/src/xmlschemastypes.c xmlAddRef(NULL, node->doc, strip, attr); node 2780 third_party/libxml/src/xmlschemastypes.c xmlAddRef(NULL, node->doc, value, attr); node 2786 third_party/libxml/src/xmlschemastypes.c value, val, node); node 2791 third_party/libxml/src/xmlschemastypes.c if ((ret == 0) && (node != NULL) && node 2792 third_party/libxml/src/xmlschemastypes.c (node->type == XML_ATTRIBUTE_NODE)) { node 2793 third_party/libxml/src/xmlschemastypes.c xmlAttrPtr attr = (xmlAttrPtr) node; node 2802 third_party/libxml/src/xmlschemastypes.c if ((node == NULL) || (node->doc == NULL)) node 2809 third_party/libxml/src/xmlschemastypes.c ent = xmlGetDocEntity(node->doc, strip); node 2812 third_party/libxml/src/xmlschemastypes.c ent = xmlGetDocEntity(node->doc, value); node 2822 third_party/libxml/src/xmlschemastypes.c if ((ret == 0) && (node != NULL) && node 2823 third_party/libxml/src/xmlschemastypes.c (node->type == XML_ATTRIBUTE_NODE)) { node 2824 third_party/libxml/src/xmlschemastypes.c xmlAttrPtr attr = (xmlAttrPtr) node; node 2831 third_party/libxml/src/xmlschemastypes.c if ((node == NULL) || (node->doc == NULL)) node 2834 third_party/libxml/src/xmlschemastypes.c value, val, node); node 2839 third_party/libxml/src/xmlschemastypes.c if ((ret == 0) && (node != NULL) && node 2840 third_party/libxml/src/xmlschemastypes.c (node->type == XML_ATTRIBUTE_NODE)) { node 2841 third_party/libxml/src/xmlschemastypes.c xmlAttrPtr attr = (xmlAttrPtr) node; node 2851 third_party/libxml/src/xmlschemastypes.c if ((ret == 0) && (node != NULL)) { node 2858 third_party/libxml/src/xmlschemastypes.c ns = xmlSearchNs(node->doc, node, prefix); node 2869 third_party/libxml/src/xmlschemastypes.c if ((node == NULL) || (node->doc == NULL)) node 2872 third_party/libxml/src/xmlschemastypes.c ret = xmlValidateNotationUse(NULL, node->doc, value); node 2970 third_party/libxml/src/xmlschemastypes.c xmlSchemaTypeErrMemory(node, "allocating hexbin data"); node 3098 third_party/libxml/src/xmlschemastypes.c xmlSchemaTypeErrMemory(node, "allocating base64 data"); node 3345 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPtr *val, xmlNodePtr node) { node 3346 third_party/libxml/src/xmlschemastypes.c return(xmlSchemaValAtomicType(type, value, val, node, 0, node 3366 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPtr *val, xmlNodePtr node) { node 3367 third_party/libxml/src/xmlschemastypes.c return(xmlSchemaValAtomicType(type, value, val, node, 1, node 421 third_party/libxml/src/xmlwriter.c xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, int compression) node 460 third_party/libxml/src/xmlwriter.c ctxt->node = node; node 361 third_party/libxml/src/xpath.c ctxt->context->lastError.node = ctxt->context->debugNode; node 3323 third_party/libxml/src/xpath.c xmlXPathNodeSetDupNs(xmlNodePtr node, xmlNsPtr ns) { node 3328 third_party/libxml/src/xpath.c if ((node == NULL) || (node->type == XML_NAMESPACE_DECL)) node 3345 third_party/libxml/src/xpath.c cur->next = (xmlNsPtr) node; node 3488 third_party/libxml/src/xpath.c xmlXPathNodeSetAddNs(xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns) { node 3492 third_party/libxml/src/xpath.c if ((cur == NULL) || (ns == NULL) || (node == NULL) || node 3494 third_party/libxml/src/xpath.c (node->type != XML_ELEMENT_NODE)) node 3504 third_party/libxml/src/xpath.c (((xmlNsPtr)cur->nodeTab[i])->next == (xmlNsPtr) node) && node 3534 third_party/libxml/src/xpath.c cur->nodeTab[cur->nodeNr++] = xmlXPathNodeSetDupNs(node, ns); node 4104 third_party/libxml/src/xpath.c xmlNodePtr node; node 4107 third_party/libxml/src/xpath.c node = set->nodeTab[i]; node 4108 third_party/libxml/src/xpath.c if ((node != NULL) && node 4109 third_party/libxml/src/xpath.c (node->type == XML_NAMESPACE_DECL)) node 4110 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) node); node 4132 third_party/libxml/src/xpath.c xmlNodePtr node; node 4135 third_party/libxml/src/xpath.c node = set->nodeTab[i]; node 4136 third_party/libxml/src/xpath.c if ((node != NULL) && node 4137 third_party/libxml/src/xpath.c (node->type == XML_NAMESPACE_DECL)) node 4138 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) node); node 4513 third_party/libxml/src/xpath.c xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { node 4518 third_party/libxml/src/xpath.c if (node == NULL) node 4525 third_party/libxml/src/xpath.c (!xmlXPathNodeSetContains(nodes, node))) node 4531 third_party/libxml/src/xpath.c if (cur == node) node 4553 third_party/libxml/src/xpath.c xmlXPathNodeLeading (xmlNodeSetPtr nodes, xmlNodePtr node) { node 4555 third_party/libxml/src/xpath.c return(xmlXPathNodeLeadingSorted(nodes, node)); node 4617 third_party/libxml/src/xpath.c xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { node 4622 third_party/libxml/src/xpath.c if (node == NULL) node 4629 third_party/libxml/src/xpath.c (!xmlXPathNodeSetContains(nodes, node))) node 4635 third_party/libxml/src/xpath.c if (cur == node) node 4658 third_party/libxml/src/xpath.c xmlXPathNodeTrailing (xmlNodeSetPtr nodes, xmlNodePtr node) { node 4660 third_party/libxml/src/xpath.c return(xmlXPathNodeTrailingSorted(nodes, node)); node 5501 third_party/libxml/src/xpath.c xmlNodePtr node; node 5504 third_party/libxml/src/xpath.c node = tmpset->nodeTab[i]; node 5505 third_party/libxml/src/xpath.c if ((node != NULL) && node 5506 third_party/libxml/src/xpath.c (node->type == XML_NAMESPACE_DECL)) node 5508 third_party/libxml/src/xpath.c xmlXPathNodeSetFreeNs((xmlNsPtr) node); node 5606 third_party/libxml/src/xpath.c xmlXPathCastNodeToString (xmlNodePtr node) { node 5608 third_party/libxml/src/xpath.c if ((ret = xmlNodeGetContent(node)) == NULL) node 5761 third_party/libxml/src/xpath.c xmlXPathCastNodeToNumber (xmlNodePtr node) { node 5765 third_party/libxml/src/xpath.c if (node == NULL) node 5767 third_party/libxml/src/xpath.c strval = xmlXPathCastNodeToString(node); node 6002 third_party/libxml/src/xpath.c ret->node = NULL; node 6203 third_party/libxml/src/xpath.c xmlXPathNodeValHash(xmlNodePtr node) { node 6209 third_party/libxml/src/xpath.c if (node == NULL) node 6212 third_party/libxml/src/xpath.c if (node->type == XML_DOCUMENT_NODE) { node 6213 third_party/libxml/src/xpath.c tmp = xmlDocGetRootElement((xmlDocPtr) node); node 6215 third_party/libxml/src/xpath.c node = node->children; node 6217 third_party/libxml/src/xpath.c node = tmp; node 6219 third_party/libxml/src/xpath.c if (node == NULL) node 6223 third_party/libxml/src/xpath.c switch (node->type) { node 6228 third_party/libxml/src/xpath.c string = node->content; node 6236 third_party/libxml/src/xpath.c string = ((xmlNsPtr)node)->href; node 6244 third_party/libxml/src/xpath.c tmp = ((xmlAttrPtr) node)->children; node 6247 third_party/libxml/src/xpath.c tmp = node->children; node 6287 third_party/libxml/src/xpath.c if (tmp == node) node 6299 third_party/libxml/src/xpath.c if (tmp == node) { node 7529 third_party/libxml/src/xpath.c return(ctxt->context->node); node 7547 third_party/libxml/src/xpath.c if (ctxt->context->node == NULL) return(NULL); node 7548 third_party/libxml/src/xpath.c switch (ctxt->context->node->type) { node 7558 third_party/libxml/src/xpath.c return(ctxt->context->node->children); node 7566 third_party/libxml/src/xpath.c return(((xmlDocPtr) ctxt->context->node)->children); node 7598 third_party/libxml/src/xpath.c cur = ctxt->context->node; node 7750 third_party/libxml/src/xpath.c if (ctxt->context->node == NULL) node 7752 third_party/libxml/src/xpath.c if ((ctxt->context->node->type == XML_ATTRIBUTE_NODE) || node 7753 third_party/libxml/src/xpath.c (ctxt->context->node->type == XML_NAMESPACE_DECL)) node 7756 third_party/libxml/src/xpath.c if (ctxt->context->node == (xmlNodePtr) ctxt->context->doc) node 7758 third_party/libxml/src/xpath.c return(ctxt->context->node->children); node 7775 third_party/libxml/src/xpath.c if (cur == ctxt->context->node) return(NULL); node 7787 third_party/libxml/src/xpath.c if (cur == ctxt->context->node) return(NULL); node 7813 third_party/libxml/src/xpath.c if (ctxt->context->node == NULL) node 7815 third_party/libxml/src/xpath.c if ((ctxt->context->node->type == XML_ATTRIBUTE_NODE) || node 7816 third_party/libxml/src/xpath.c (ctxt->context->node->type == XML_NAMESPACE_DECL)) node 7818 third_party/libxml/src/xpath.c return(ctxt->context->node); node 7843 third_party/libxml/src/xpath.c if (ctxt->context->node == NULL) return(NULL); node 7844 third_party/libxml/src/xpath.c switch (ctxt->context->node->type) { node 7859 third_party/libxml/src/xpath.c if (ctxt->context->node->parent == NULL) node 7861 third_party/libxml/src/xpath.c if ((ctxt->context->node->parent->type == XML_ELEMENT_NODE) && node 7862 third_party/libxml/src/xpath.c ((ctxt->context->node->parent->name[0] == ' ') || node 7863 third_party/libxml/src/xpath.c (xmlStrEqual(ctxt->context->node->parent->name, node 7866 third_party/libxml/src/xpath.c return(ctxt->context->node->parent); node 7868 third_party/libxml/src/xpath.c xmlAttrPtr att = (xmlAttrPtr) ctxt->context->node; node 7881 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; node 7916 third_party/libxml/src/xpath.c if (ctxt->context->node == NULL) return(NULL); node 7917 third_party/libxml/src/xpath.c switch (ctxt->context->node->type) { node 7932 third_party/libxml/src/xpath.c if (ctxt->context->node->parent == NULL) node 7934 third_party/libxml/src/xpath.c if ((ctxt->context->node->parent->type == XML_ELEMENT_NODE) && node 7935 third_party/libxml/src/xpath.c ((ctxt->context->node->parent->name[0] == ' ') || node 7936 third_party/libxml/src/xpath.c (xmlStrEqual(ctxt->context->node->parent->name, node 7939 third_party/libxml/src/xpath.c return(ctxt->context->node->parent); node 7941 third_party/libxml/src/xpath.c xmlAttrPtr tmp = (xmlAttrPtr) ctxt->context->node; node 7954 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; node 7993 third_party/libxml/src/xpath.c xmlAttrPtr att = (xmlAttrPtr) ctxt->context->node; node 7998 third_party/libxml/src/xpath.c xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; node 8035 third_party/libxml/src/xpath.c return(ctxt->context->node); node 8053 third_party/libxml/src/xpath.c if ((ctxt->context->node->type == XML_ATTRIBUTE_NODE) || node 8054 third_party/libxml/src/xpath.c (ctxt->context->node->type == XML_NAMESPACE_DECL)) node 8059 third_party/libxml/src/xpath.c return(ctxt->context->node->next); node 8078 third_party/libxml/src/xpath.c if ((ctxt->context->node->type == XML_ATTRIBUTE_NODE) || node 8079 third_party/libxml/src/xpath.c (ctxt->context->node->type == XML_NAMESPACE_DECL)) node 8084 third_party/libxml/src/xpath.c return(ctxt->context->node->prev); node 8088 third_party/libxml/src/xpath.c return(ctxt->context->node->prev); node 8114 third_party/libxml/src/xpath.c cur = ctxt->context->node; node 8141 third_party/libxml/src/xpath.c xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) { node 8142 third_party/libxml/src/xpath.c if ((ancestor == NULL) || (node == NULL)) return(0); node 8144 third_party/libxml/src/xpath.c if (ancestor->doc != node->doc) return(0); node 8146 third_party/libxml/src/xpath.c if (ancestor == (xmlNodePtr) node->doc) return(1); node 8147 third_party/libxml/src/xpath.c if (node == (xmlNodePtr) ancestor->doc) return(0); node 8148 third_party/libxml/src/xpath.c while (node->parent != NULL) { node 8149 third_party/libxml/src/xpath.c if (node->parent == ancestor) node 8151 third_party/libxml/src/xpath.c node = node->parent; node 8174 third_party/libxml/src/xpath.c cur = ctxt->context->node; node 8195 third_party/libxml/src/xpath.c } while (xmlXPathIsAncestor(cur, ctxt->context->node)); node 8220 third_party/libxml/src/xpath.c cur = ctxt->context->node; node 8262 third_party/libxml/src/xpath.c if (ctxt->context->node->type != XML_ELEMENT_NODE) return(NULL); node 8267 third_party/libxml/src/xpath.c xmlGetNsList(ctxt->context->doc, ctxt->context->node); node 8299 third_party/libxml/src/xpath.c if (ctxt->context->node == NULL) node 8301 third_party/libxml/src/xpath.c if (ctxt->context->node->type != XML_ELEMENT_NODE) node 8304 third_party/libxml/src/xpath.c if (ctxt->context->node == (xmlNodePtr) ctxt->context->doc) node 8306 third_party/libxml/src/xpath.c return((xmlNodePtr)ctxt->context->node->properties); node 8336 third_party/libxml/src/xpath.c ctxt->context->node = (xmlNodePtr) ctxt->context->doc; node 8338 third_party/libxml/src/xpath.c ctxt->context->node)); node 8585 third_party/libxml/src/xpath.c ctxt->context->node)); node 8644 third_party/libxml/src/xpath.c ctxt->context->node)); node 8703 third_party/libxml/src/xpath.c ctxt->context->node)); node 8799 third_party/libxml/src/xpath.c xmlXPathCastNodeToString(ctxt->context->node))); node 8828 third_party/libxml/src/xpath.c if (ctxt->context->node == NULL) { node 8833 third_party/libxml/src/xpath.c content = xmlXPathCastNodeToString(ctxt->context->node); node 9199 third_party/libxml/src/xpath.c xmlXPathCastNodeToString(ctxt->context->node))); node 9425 third_party/libxml/src/xpath.c theLang = xmlNodeGetLang(ctxt->context->node); node 9456 third_party/libxml/src/xpath.c if (ctxt->context->node == NULL) { node 9459 third_party/libxml/src/xpath.c xmlChar* content = xmlNodeGetContent(ctxt->context->node); node 11571 third_party/libxml/src/xpath.c oldContextNode = xpctxt->node; node 11583 third_party/libxml/src/xpath.c xpctxt->node = contextNode; node 11653 third_party/libxml/src/xpath.c xpctxt->node = oldContextNode; node 11716 third_party/libxml/src/xpath.c oldContextNode = xpctxt->node; node 11727 third_party/libxml/src/xpath.c xpctxt->node = contextNode; node 11844 third_party/libxml/src/xpath.c xpctxt->node = oldContextNode; node 11928 third_party/libxml/src/xpath.c xmlXPathNodeSetAddNs(seq, xpctxt->node, (xmlNsPtr) cur); \ node 11933 third_party/libxml/src/xpath.c xpctxt->node, (xmlNsPtr) cur); \ node 12153 third_party/libxml/src/xpath.c oldContextNode = xpctxt->node; node 12180 third_party/libxml/src/xpath.c xpctxt->node = contextNode; node 12182 third_party/libxml/src/xpath.c xpctxt->node = contextSeq->nodeTab[contextIdx++]; node 12545 third_party/libxml/src/xpath.c xpctxt->node = oldContextNode; node 12636 third_party/libxml/src/xpath.c ctxt->context->node)); node 12645 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 12714 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 12735 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 12771 third_party/libxml/src/xpath.c ctxt->context->node)); node 12780 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 12883 third_party/libxml/src/xpath.c oldnode = ctxt->context->node; node 12900 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 12922 third_party/libxml/src/xpath.c ctxt->context->node = oldlocset->locTab[i]->user; node 12927 third_party/libxml/src/xpath.c ctxt->context->node); node 12930 third_party/libxml/src/xpath.c ctxt->context->node); node 12965 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 12981 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 12985 third_party/libxml/src/xpath.c ctxt->context->node = oldnode; node 12999 third_party/libxml/src/xpath.c oldnode = ctxt->context->node; node 13001 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13017 third_party/libxml/src/xpath.c ctxt->context->node = oldnode; node 13035 third_party/libxml/src/xpath.c ctxt->context->node = oldset->nodeTab[i]; node 13041 third_party/libxml/src/xpath.c ctxt->context->node); node 13044 third_party/libxml/src/xpath.c ctxt->context->node); node 13080 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13096 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13103 third_party/libxml/src/xpath.c ctxt->context->node = oldnode; node 13135 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 13145 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13161 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 13171 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13187 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 13193 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13206 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 13212 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13222 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 13229 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13248 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 13254 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13268 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 13274 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13307 third_party/libxml/src/xpath.c ctxt->context->node)); node 13316 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13429 third_party/libxml/src/xpath.c bak = ctxt->context->node; node 13436 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13442 third_party/libxml/src/xpath.c ctxt->context->node = bak; node 13562 third_party/libxml/src/xpath.c oldnode = ctxt->context->node; node 13580 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13604 third_party/libxml/src/xpath.c ctxt->context->node = oldlocset->locTab[i]->user; node 13608 third_party/libxml/src/xpath.c ctxt->context->node); node 13642 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13649 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13653 third_party/libxml/src/xpath.c ctxt->context->node = oldnode; node 13667 third_party/libxml/src/xpath.c oldnode = ctxt->context->node; node 13669 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13685 third_party/libxml/src/xpath.c ctxt->context->node = oldnode; node 13726 third_party/libxml/src/xpath.c ctxt->context->node = oldset->nodeTab[i]; node 13732 third_party/libxml/src/xpath.c ctxt->context->node); node 13735 third_party/libxml/src/xpath.c ctxt->context->node); node 13784 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13792 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13800 third_party/libxml/src/xpath.c ctxt->context->node = oldnode; node 13842 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13861 third_party/libxml/src/xpath.c ctxt->context->node = oldlocset->locTab[i]->user; node 13865 third_party/libxml/src/xpath.c ctxt->context->node); node 13910 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13916 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13926 third_party/libxml/src/xpath.c ctxt->context->node = oldset->nodeTab[i]; node 13931 third_party/libxml/src/xpath.c ctxt->context->node); node 13962 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 13971 third_party/libxml/src/xpath.c ctxt->context->node = NULL; node 14132 third_party/libxml/src/xpath.c xmlXPathNodeSetAddUnique((*resultSeq)->nodesetval, ctxt->node); node 14141 third_party/libxml/src/xpath.c } else if (ctxt->node != NULL) { node 14142 third_party/libxml/src/xpath.c switch (ctxt->node->type) { node 14150 third_party/libxml/src/xpath.c cur = ctxt->node; node 107 third_party/libxml/src/xpointer.c ctxt->context->lastError.node = ctxt->context->debugNode; node 244 third_party/libxml/src/xpointer.c xmlXPtrNewPoint(xmlNodePtr node, int indx) { node 247 third_party/libxml/src/xpointer.c if (node == NULL) node 259 third_party/libxml/src/xpointer.c ret->user = (void *) node; node 1037 third_party/libxml/src/xpointer.c ctxt->context->node = (xmlNodePtr)ctxt->context->doc; node 1698 third_party/libxml/src/xpointer.c xmlXPtrNbLocChildren(xmlNodePtr node) { node 1700 third_party/libxml/src/xpointer.c if (node == NULL) node 1702 third_party/libxml/src/xpointer.c switch (node->type) { node 1706 third_party/libxml/src/xpointer.c node = node->children; node 1707 third_party/libxml/src/xpointer.c while (node != NULL) { node 1708 third_party/libxml/src/xpointer.c if (node->type == XML_ELEMENT_NODE) node 1710 third_party/libxml/src/xpointer.c node = node->next; node 1721 third_party/libxml/src/xpointer.c ret = xmlStrlen(node->content); node 1829 third_party/libxml/src/xpointer.c xmlNodePtr node = tmp->user; node 1830 third_party/libxml/src/xpointer.c if (node != NULL) { node 1831 third_party/libxml/src/xpointer.c if (node->type == XML_ATTRIBUTE_NODE) { node 1837 third_party/libxml/src/xpointer.c point = xmlXPtrNewPoint(node, tmp->index); node 1919 third_party/libxml/src/xpointer.c xmlNodePtr node = tmp->user2; node 1920 third_party/libxml/src/xpointer.c if (node != NULL) { node 1921 third_party/libxml/src/xpointer.c if (node->type == XML_ATTRIBUTE_NODE) { node 1927 third_party/libxml/src/xpointer.c point = xmlXPtrNewPoint(node, tmp->index2); node 1929 third_party/libxml/src/xpointer.c point = xmlXPtrNewPoint(node, node 1930 third_party/libxml/src/xpointer.c xmlXPtrNbLocChildren(node)); node 1978 third_party/libxml/src/xpointer.c xmlNodePtr node = (xmlNodePtr) loc->user; node 1979 third_party/libxml/src/xpointer.c if (node == (xmlNodePtr) ctxt->context->doc) { node 1980 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, 0, node, node 1981 third_party/libxml/src/xpointer.c xmlXPtrGetArity(node))); node 1983 third_party/libxml/src/xpointer.c switch (node->type) { node 1986 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, 0, node, node 1987 third_party/libxml/src/xpointer.c xmlXPtrGetArity(node))); node 1997 third_party/libxml/src/xpointer.c int indx = xmlXPtrGetIndex(node); node 1999 third_party/libxml/src/xpointer.c node = node->parent; node 2000 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, indx - 1, node 2001 third_party/libxml/src/xpointer.c node, indx + 1)); node 2087 third_party/libxml/src/xpointer.c xmlNodePtr node = (xmlNodePtr) loc->user; node 2088 third_party/libxml/src/xpointer.c switch (node->type) { node 2093 third_party/libxml/src/xpointer.c if (node->content == NULL) { node 2094 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, 0, node, 0)); node 2096 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, 0, node, node 2097 third_party/libxml/src/xpointer.c xmlStrlen(node->content))); node 2106 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, 0, node, node 2107 third_party/libxml/src/xpointer.c xmlXPtrGetArity(node))); node 2115 third_party/libxml/src/xpointer.c xmlNodePtr node = (xmlNodePtr) loc->user; node 2117 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, loc->index, node 2120 third_party/libxml/src/xpointer.c switch (node->type) { node 2125 third_party/libxml/src/xpointer.c if (node->content == NULL) { node 2126 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, 0, node, 0)); node 2128 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, 0, node, node 2129 third_party/libxml/src/xpointer.c xmlStrlen(node->content))); node 2138 third_party/libxml/src/xpointer.c return(xmlXPtrNewRange(node, 0, node, node 2139 third_party/libxml/src/xpointer.c xmlXPtrGetArity(node))); node 2241 third_party/libxml/src/xpointer.c ctxt->context->node = NULL; node 2253 third_party/libxml/src/xpointer.c ctxt->context->node = oldset->nodeTab[i]; node 2254 third_party/libxml/src/xpointer.c tmp = xmlXPathNewNodeSet(ctxt->context->node); node 2280 third_party/libxml/src/xpointer.c ctxt->context->node = NULL; node 2287 third_party/libxml/src/xpointer.c ctxt->context->node = NULL; node 2356 third_party/libxml/src/xpointer.c xmlXPtrAdvanceChar(xmlNodePtr *node, int *indx, int bytes) { node 2361 third_party/libxml/src/xpointer.c if ((node == NULL) || (indx == NULL)) node 2363 third_party/libxml/src/xpointer.c cur = *node; node 2387 third_party/libxml/src/xpointer.c *node = NULL; node 2397 third_party/libxml/src/xpointer.c *node = cur; node 2420 third_party/libxml/src/xpointer.c *node = cur; node 2616 third_party/libxml/src/xpointer.c xmlXPtrGetLastChar(xmlNodePtr *node, int *indx) { node 2620 third_party/libxml/src/xpointer.c if ((node == NULL) || (indx == NULL)) node 2622 third_party/libxml/src/xpointer.c cur = *node; node 2648 third_party/libxml/src/xpointer.c *node = cur; node 2664 third_party/libxml/src/xpointer.c xmlXPtrGetStartPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) { node 2665 third_party/libxml/src/xpointer.c if ((obj == NULL) || (node == NULL) || (indx == NULL)) node 2670 third_party/libxml/src/xpointer.c *node = obj->user; node 2677 third_party/libxml/src/xpointer.c *node = obj->user; node 2700 third_party/libxml/src/xpointer.c xmlXPtrGetEndPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) { node 2701 third_party/libxml/src/xpointer.c if ((obj == NULL) || (node == NULL) || (indx == NULL)) node 2706 third_party/libxml/src/xpointer.c *node = obj->user; node 2713 third_party/libxml/src/xpointer.c *node = obj->user; node 2926 third_party/libxml/src/xpointer.c ctxt->context->node = NULL; node 2952 third_party/libxml/src/xpointer.c ctxt->context->node = oldset->locTab[i]->user; node 2953 third_party/libxml/src/xpointer.c tmp = xmlXPathNewNodeSet(ctxt->context->node); node 2981 third_party/libxml/src/xpointer.c ctxt->context->node = NULL; node 2988 third_party/libxml/src/xpointer.c ctxt->context->node = NULL; node 143 third_party/libxslt/libexslt/dynamic.c oldNode = ctxt->context->node; node 172 third_party/libxslt/libexslt/dynamic.c ctxt->context->node = nodeset->nodeTab[i]; node 254 third_party/libxslt/libexslt/dynamic.c ctxt->context->node = oldNode; node 643 third_party/libxslt/libexslt/functions.c xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr inst, node 686 third_party/libxslt/libexslt/functions.c oldXPContextNode = ctxt->xpathCtxt->node; node 693 third_party/libxslt/libexslt/functions.c ctxt->xpathCtxt->node = oldXPContextNode; node 727 third_party/libxslt/libexslt/functions.c xsltApplyOneTemplate (ctxt, ctxt->xpathCtxt->node, node 206 third_party/libxslt/libexslt/saxon.c cur = ctxt->context->node; node 38 third_party/libxslt/libexslt/strings.c xmlNodePtr node; node 83 third_party/libxslt/libexslt/strings.c node = xmlNewDocRawNode(container, NULL, node 85 third_party/libxslt/libexslt/strings.c xmlAddChild((xmlNodePtr) container, node); node 86 third_party/libxslt/libexslt/strings.c xmlXPathNodeSetAddUnique(ret->nodesetval, node); node 98 third_party/libxslt/libexslt/strings.c node = xmlNewDocRawNode(container, NULL, node 100 third_party/libxslt/libexslt/strings.c xmlAddChild((xmlNodePtr) container, node); node 101 third_party/libxslt/libexslt/strings.c xmlXPathNodeSetAddUnique(ret->nodesetval, node); node 109 third_party/libxslt/libexslt/strings.c node = xmlNewDocRawNode(container, NULL, node 111 third_party/libxslt/libexslt/strings.c xmlAddChild((xmlNodePtr) container, node); node 112 third_party/libxslt/libexslt/strings.c xmlXPathNodeSetAddUnique(ret->nodesetval, node); node 146 third_party/libxslt/libexslt/strings.c xmlNodePtr node; node 194 third_party/libxslt/libexslt/strings.c node = xmlNewDocRawNode(container, NULL, node 196 third_party/libxslt/libexslt/strings.c xmlAddChild((xmlNodePtr) container, node); node 197 third_party/libxslt/libexslt/strings.c xmlXPathNodeSetAddUnique(ret->nodesetval, node); node 210 third_party/libxslt/libexslt/strings.c node = xmlNewDocRawNode(container, NULL, node 212 third_party/libxslt/libexslt/strings.c xmlAddChild((xmlNodePtr) container, node); node 213 third_party/libxslt/libexslt/strings.c xmlXPathNodeSetAddUnique(ret->nodesetval, node); node 220 third_party/libxslt/libexslt/strings.c node = xmlNewDocRawNode(container, NULL, node 222 third_party/libxslt/libexslt/strings.c xmlAddChild((xmlNodePtr) container, node); node 223 third_party/libxslt/libexslt/strings.c xmlXPathNodeSetAddUnique(ret->nodesetval, node); node 1021 third_party/libxslt/libxslt/attributes.c xsltAttribute(xsltTransformContextPtr ctxt, xmlNodePtr node, node 1023 third_party/libxslt/libxslt/attributes.c xsltAttributeInternal(ctxt, node, inst, comp, 0); node 1039 third_party/libxslt/libxslt/attributes.c xsltApplyAttributeSet(xsltTransformContextPtr ctxt, xmlNodePtr node, node 1103 third_party/libxslt/libxslt/attributes.c xslHandleDebugger(attrs->attr->parent, node, NULL, node 1115 third_party/libxslt/libxslt/attributes.c xsltAttributeInternal(ctxt, node, attrs->attr, node 28 third_party/libxslt/libxslt/attributes.h xmlNodePtr node, node 359 third_party/libxslt/libxslt/attrvt.c xsltEvalAVT(xsltTransformContextPtr ctxt, void *avt, xmlNodePtr node) { node 366 third_party/libxslt/libxslt/attrvt.c if ((ctxt == NULL) || (avt == NULL) || (node == NULL)) node 2069 third_party/libxslt/libxslt/extensions.c xsltExtElementTest(xsltTransformContextPtr ctxt, xmlNodePtr node, node 2091 third_party/libxslt/libxslt/extensions.c if (node == NULL) { node 58 third_party/libxslt/libxslt/extra.c xsltDebug(xsltTransformContextPtr ctxt, xmlNodePtr node ATTRIBUTE_UNUSED, node 65 third_party/libxslt/libxslt/extra.h xmlNodePtr node, node 415 third_party/libxslt/libxslt/functions.c if (xpctxt->node == NULL) { node 472 third_party/libxslt/libxslt/functions.c if (xpctxt->node->type == XML_NAMESPACE_DECL) { node 478 third_party/libxslt/libxslt/functions.c if ((((xmlNsPtr) xpctxt->node)->next != NULL) && node 479 third_party/libxslt/libxslt/functions.c (((xmlNsPtr) xpctxt->node)->next->type == XML_ELEMENT_NODE)) node 481 third_party/libxslt/libxslt/functions.c tmpNode = (xmlNodePtr) ((xmlNsPtr) xpctxt->node)->next; node 484 third_party/libxslt/libxslt/functions.c tmpNode = xpctxt->node; node 663 third_party/libxslt/libxslt/functions.c cur = ctxt->context->node; node 957 third_party/libxslt/libxslt/functions.c valuePush(ctxt, xmlXPathNewNodeSet(tctxt->node)); /* current */ node 340 third_party/libxslt/libxslt/imports.c xsltFindElemSpaceHandling(xsltTransformContextPtr ctxt, xmlNodePtr node) { node 344 third_party/libxslt/libxslt/imports.c if ((ctxt == NULL) || (node == NULL)) node 348 third_party/libxslt/libxslt/imports.c if (node->ns != NULL) { node 350 third_party/libxslt/libxslt/imports.c xmlHashLookup2(style->stripSpaces, node->name, node->ns->href); node 354 third_party/libxslt/libxslt/imports.c node->ns->href); node 358 third_party/libxslt/libxslt/imports.c xmlHashLookup2(style->stripSpaces, node->name, NULL); node 64 third_party/libxslt/libxslt/imports.h xmlNodePtr node); node 646 third_party/libxslt/libxslt/keys.c oldContextNode = ctxt->node; node 658 third_party/libxslt/libxslt/keys.c ctxt->node = (xmlNodePtr) idoc->doc; node 662 third_party/libxslt/libxslt/keys.c xpctxt->node = (xmlNodePtr) idoc->doc; node 747 third_party/libxslt/libxslt/keys.c xpctxt->node = cur; node 851 third_party/libxslt/libxslt/keys.c ctxt->node = oldContextNode; node 93 third_party/libxslt/libxslt/namespaces.c xsltNamespaceAlias(xsltStylesheetPtr style, xmlNodePtr node) node 103 third_party/libxslt/libxslt/namespaces.c if ((style == NULL) || (node == NULL)) node 128 third_party/libxslt/libxslt/namespaces.c stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL); node 130 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 135 third_party/libxslt/libxslt/namespaces.c literalNs = xmlSearchNs(node->doc, node, NULL); node 137 third_party/libxslt/libxslt/namespaces.c literalNs = xmlSearchNs(node->doc, node, stylePrefix); node 139 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 149 third_party/libxslt/libxslt/namespaces.c resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL); node 151 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 156 third_party/libxslt/libxslt/namespaces.c targetNs = xmlSearchNs(node->doc, node, NULL); node 158 third_party/libxslt/libxslt/namespaces.c targetNs = xmlSearchNs(node->doc, node, resultPrefix); node 161 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 218 third_party/libxslt/libxslt/namespaces.c if ((style == NULL) || (node == NULL)) node 221 third_party/libxslt/libxslt/namespaces.c stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL); node 223 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 227 third_party/libxslt/libxslt/namespaces.c resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL); node 229 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 235 third_party/libxslt/libxslt/namespaces.c literalNs = xmlSearchNs(node->doc, node, NULL); node 241 third_party/libxslt/libxslt/namespaces.c literalNs = xmlSearchNs(node->doc, node, stylePrefix); node 244 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 258 third_party/libxslt/libxslt/namespaces.c targetNs = xmlSearchNs(node->doc, node, NULL); node 264 third_party/libxslt/libxslt/namespaces.c targetNs = xmlSearchNs(node->doc, node, resultPrefix); node 267 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 298 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, node 735 third_party/libxslt/libxslt/namespaces.c xsltCopyNamespaceList(xsltTransformContextPtr ctxt, xmlNodePtr node, node 748 third_party/libxslt/libxslt/namespaces.c if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) node 749 third_party/libxslt/libxslt/namespaces.c node = NULL; node 759 third_party/libxslt/libxslt/namespaces.c if (node != NULL) { node 760 third_party/libxslt/libxslt/namespaces.c if ((node->ns != NULL) && node 761 third_party/libxslt/libxslt/namespaces.c (xmlStrEqual(node->ns->prefix, cur->prefix)) && node 762 third_party/libxslt/libxslt/namespaces.c (xmlStrEqual(node->ns->href, cur->href))) { node 766 third_party/libxslt/libxslt/namespaces.c tmp = xmlSearchNs(node->doc, node, cur->prefix); node 777 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, cur->href, cur->prefix); node 796 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, URI, cur->prefix); node 798 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, cur->href, cur->prefix); node 34 third_party/libxslt/libxslt/namespaces.h xmlNodePtr node); node 57 third_party/libxslt/libxslt/namespaces.h xmlNodePtr node, node 536 third_party/libxslt/libxslt/numbers.c xmlNodePtr node, node 555 third_party/libxslt/libxslt/numbers.c switch (node->type) { node 557 third_party/libxslt/libxslt/numbers.c cur = node; node 560 third_party/libxslt/libxslt/numbers.c cur = ((xmlAttrPtr) node)->parent; node 565 third_party/libxslt/libxslt/numbers.c cur = node->parent; node 575 third_party/libxslt/libxslt/numbers.c if ((node->type == cur->type) && node 577 third_party/libxslt/libxslt/numbers.c xmlStrEqual(node->name, cur->name)) { node 578 third_party/libxslt/libxslt/numbers.c if ((node->ns == cur->ns) || node 579 third_party/libxslt/libxslt/numbers.c ((node->ns != NULL) && node 581 third_party/libxslt/libxslt/numbers.c (xmlStrEqual(node->ns->href, node 625 third_party/libxslt/libxslt/numbers.c xmlNodePtr node, node 649 third_party/libxslt/libxslt/numbers.c context->xpathCtxt->node = node; node 653 third_party/libxslt/libxslt/numbers.c for (ancestor = node; node 661 third_party/libxslt/libxslt/numbers.c if ((count == NULL && node->type == ancestor->type && node 662 third_party/libxslt/libxslt/numbers.c xmlStrEqual(node->name, ancestor->name)) || node 700 third_party/libxslt/libxslt/numbers.c xmlNodePtr node, node 713 third_party/libxslt/libxslt/numbers.c context->node = node; node 737 third_party/libxslt/libxslt/numbers.c xmlNodePtr node) node 746 third_party/libxslt/libxslt/numbers.c data->format = xsltEvalAttrValueTemplate(ctxt, data->node, node 766 third_party/libxslt/libxslt/numbers.c node, node 781 third_party/libxslt/libxslt/numbers.c node, node 787 third_party/libxslt/libxslt/numbers.c data->node); node 799 third_party/libxslt/libxslt/numbers.c node, node 805 third_party/libxslt/libxslt/numbers.c data->node); node 815 third_party/libxslt/libxslt/numbers.c node, node 820 third_party/libxslt/libxslt/numbers.c data->node); node 39 third_party/libxslt/libxslt/numbersInternals.h xmlNodePtr node; node 72 third_party/libxslt/libxslt/pattern.c xmlNodePtr node; node 479 third_party/libxslt/libxslt/pattern.c int step, xmlNodePtr node) { node 500 third_party/libxslt/libxslt/pattern.c states->states[states->nbstates++].node = node; node 502 third_party/libxslt/libxslt/pattern.c fprintf(stderr, "Push: %d, %s\n", step, node->name); node 522 third_party/libxslt/libxslt/pattern.c xmlNodePtr node, xmlNsPtr *nsList, int nsNr) { node 531 third_party/libxslt/libxslt/pattern.c doc = node->doc; node 546 third_party/libxslt/libxslt/pattern.c xmlNodePtr parent = node->parent; node 552 third_party/libxslt/libxslt/pattern.c oldnode = ctxt->xpathCtxt->node; node 556 third_party/libxslt/libxslt/pattern.c ctxt->xpathCtxt->node = node; node 561 third_party/libxslt/libxslt/pattern.c ctxt->xpathCtxt->node = oldnode; node 573 third_party/libxslt/libxslt/pattern.c if ((parent == NULL) || (node->doc == NULL) || isRVT) node 601 third_party/libxslt/libxslt/pattern.c if (list->nodesetval->nodeTab[j] == node) { node 628 third_party/libxslt/libxslt/pattern.c xmlNodePtr node, const xmlChar *mode, node 634 third_party/libxslt/libxslt/pattern.c if ((comp == NULL) || (node == NULL) || (ctxt == NULL)) { node 635 third_party/libxslt/libxslt/pattern.c xsltTransformError(ctxt, NULL, node, node 674 third_party/libxslt/libxslt/pattern.c if ((node->type == XML_DOCUMENT_NODE) || node 676 third_party/libxslt/libxslt/pattern.c (node->type == XML_DOCB_DOCUMENT_NODE) || node 678 third_party/libxslt/libxslt/pattern.c (node->type == XML_HTML_DOCUMENT_NODE)) node 680 third_party/libxslt/libxslt/pattern.c if ((node->type == XML_ELEMENT_NODE) && (node->name[0] == ' ')) node 684 third_party/libxslt/libxslt/pattern.c if (node->type != XML_ELEMENT_NODE) node 688 third_party/libxslt/libxslt/pattern.c if (step->value[0] != node->name[0]) node 690 third_party/libxslt/libxslt/pattern.c if (!xmlStrEqual(step->value, node->name)) node 694 third_party/libxslt/libxslt/pattern.c if (node->ns == NULL) { node 697 third_party/libxslt/libxslt/pattern.c } else if (node->ns->href != NULL) { node 700 third_party/libxslt/libxslt/pattern.c if (!xmlStrEqual(step->value2, node->ns->href)) node 705 third_party/libxslt/libxslt/pattern.c if (node->type != XML_ATTRIBUTE_NODE) node 708 third_party/libxslt/libxslt/pattern.c if (step->value[0] != node->name[0]) node 710 third_party/libxslt/libxslt/pattern.c if (!xmlStrEqual(step->value, node->name)) node 714 third_party/libxslt/libxslt/pattern.c if (node->ns == NULL) { node 718 third_party/libxslt/libxslt/pattern.c if (!xmlStrEqual(step->value2, node->ns->href)) node 723 third_party/libxslt/libxslt/pattern.c if ((node->type == XML_DOCUMENT_NODE) || node 724 third_party/libxslt/libxslt/pattern.c (node->type == XML_HTML_DOCUMENT_NODE) || node 726 third_party/libxslt/libxslt/pattern.c (node->type == XML_DOCB_DOCUMENT_NODE) || node 728 third_party/libxslt/libxslt/pattern.c (node->type == XML_NAMESPACE_DECL)) node 730 third_party/libxslt/libxslt/pattern.c node = node->parent; node 731 third_party/libxslt/libxslt/pattern.c if (node == NULL) node 735 third_party/libxslt/libxslt/pattern.c if (step->value[0] != node->name[0]) node 737 third_party/libxslt/libxslt/pattern.c if (!xmlStrEqual(step->value, node->name)) node 740 third_party/libxslt/libxslt/pattern.c if (node->ns == NULL) { node 743 third_party/libxslt/libxslt/pattern.c } else if (node->ns->href != NULL) { node 746 third_party/libxslt/libxslt/pattern.c if (!xmlStrEqual(step->value2, node->ns->href)) node 764 third_party/libxslt/libxslt/pattern.c if (node == NULL) node 766 third_party/libxslt/libxslt/pattern.c if ((node->type == XML_DOCUMENT_NODE) || node 767 third_party/libxslt/libxslt/pattern.c (node->type == XML_HTML_DOCUMENT_NODE) || node 769 third_party/libxslt/libxslt/pattern.c (node->type == XML_DOCB_DOCUMENT_NODE) || node 771 third_party/libxslt/libxslt/pattern.c (node->type == XML_NAMESPACE_DECL)) node 773 third_party/libxslt/libxslt/pattern.c node = node->parent; node 775 third_party/libxslt/libxslt/pattern.c xsltPatPushState(ctxt, &states, i, node); node 780 third_party/libxslt/libxslt/pattern.c xsltPatPushState(ctxt, &states, i - 1, node); node 783 third_party/libxslt/libxslt/pattern.c while (node != NULL) { node 784 third_party/libxslt/libxslt/pattern.c if ((node->type == XML_ELEMENT_NODE) && node 785 third_party/libxslt/libxslt/pattern.c (step->value[0] == node->name[0]) && node 786 third_party/libxslt/libxslt/pattern.c (xmlStrEqual(step->value, node->name))) { node 788 third_party/libxslt/libxslt/pattern.c if (node->ns == NULL) { node 791 third_party/libxslt/libxslt/pattern.c } else if (node->ns->href != NULL) { node 793 third_party/libxslt/libxslt/pattern.c (xmlStrEqual(step->value2, node->ns->href))) node 797 third_party/libxslt/libxslt/pattern.c node = node->parent; node 799 third_party/libxslt/libxslt/pattern.c if (node == NULL) node 801 third_party/libxslt/libxslt/pattern.c xsltPatPushState(ctxt, &states, i - 1, node); node 807 third_party/libxslt/libxslt/pattern.c if (node->type != XML_ELEMENT_NODE) node 810 third_party/libxslt/libxslt/pattern.c id = xmlGetID(node->doc, step->value); node 811 third_party/libxslt/libxslt/pattern.c if ((id == NULL) || (id->parent != node)) node 824 third_party/libxslt/libxslt/pattern.c if (list->nodeTab[indx] == node) node 831 third_party/libxslt/libxslt/pattern.c if (node->type != XML_ELEMENT_NODE) node 833 third_party/libxslt/libxslt/pattern.c if (node->ns == NULL) { node 836 third_party/libxslt/libxslt/pattern.c } else if (node->ns->href != NULL) { node 839 third_party/libxslt/libxslt/pattern.c if (!xmlStrEqual(step->value, node->ns->href)) node 844 third_party/libxslt/libxslt/pattern.c if (node->type != XML_ELEMENT_NODE) node 865 third_party/libxslt/libxslt/pattern.c return(xsltTestCompMatchDirect(ctxt, comp, node, node 869 third_party/libxslt/libxslt/pattern.c doc = node->doc; node 884 third_party/libxslt/libxslt/pattern.c (node->type == XML_ELEMENT_NODE) && node 885 third_party/libxslt/libxslt/pattern.c (node->parent != NULL)) { node 893 third_party/libxslt/libxslt/pattern.c (previous->parent == node->parent)) { node 898 third_party/libxslt/libxslt/pattern.c xmlNodePtr sibling = node; node 920 third_party/libxslt/libxslt/pattern.c sibling = node; node 948 third_party/libxslt/libxslt/pattern.c if (node->doc != NULL) { node 953 third_party/libxslt/libxslt/pattern.c sel->previousExtra, ptr) = node; node 965 third_party/libxslt/libxslt/pattern.c xmlNodePtr parent = node->parent; node 972 third_party/libxslt/libxslt/pattern.c if (siblings == node) { node 975 third_party/libxslt/libxslt/pattern.c } else if ((node->name != NULL) && node 977 third_party/libxslt/libxslt/pattern.c (node->name[0] == siblings->name[0]) && node 978 third_party/libxslt/libxslt/pattern.c (xmlStrEqual(node->name, siblings->name))) { node 988 third_party/libxslt/libxslt/pattern.c if ((parent == NULL) || (node->doc == NULL)) node 995 third_party/libxslt/libxslt/pattern.c (parent != (xmlNodePtr) node->doc)) node 1006 third_party/libxslt/libxslt/pattern.c if ((!isRVT) && (node->doc != NULL) && node 1009 third_party/libxslt/libxslt/pattern.c node; node 1017 third_party/libxslt/libxslt/pattern.c (node->type == XML_ELEMENT_NODE)) { node 1025 third_party/libxslt/libxslt/pattern.c (previous->parent == node->parent)) { node 1030 third_party/libxslt/libxslt/pattern.c xmlNodePtr sibling = node; node 1042 third_party/libxslt/libxslt/pattern.c sibling = node; node 1057 third_party/libxslt/libxslt/pattern.c if ((node->doc != NULL) && !isRVT) { node 1061 third_party/libxslt/libxslt/pattern.c sel->previousExtra, ptr) = node; node 1071 third_party/libxslt/libxslt/pattern.c xmlNodePtr parent = node->parent; node 1079 third_party/libxslt/libxslt/pattern.c if (siblings == node) { node 1085 third_party/libxslt/libxslt/pattern.c if ((parent == NULL) || (node->doc == NULL)) node 1092 third_party/libxslt/libxslt/pattern.c (parent != (xmlNodePtr) node->doc)) node 1103 third_party/libxslt/libxslt/pattern.c if ((node->doc != NULL) && (nocache == 0) && !isRVT) { node 1105 third_party/libxslt/libxslt/pattern.c node; node 1113 third_party/libxslt/libxslt/pattern.c oldNode = ctxt->node; node 1114 third_party/libxslt/libxslt/pattern.c ctxt->node = node; node 1129 third_party/libxslt/libxslt/pattern.c ctxt->node = oldNode; node 1136 third_party/libxslt/libxslt/pattern.c ctxt->node = oldNode; node 1140 third_party/libxslt/libxslt/pattern.c if (node->type != XML_PI_NODE) node 1143 third_party/libxslt/libxslt/pattern.c if (!xmlStrEqual(step->value, node->name)) node 1148 third_party/libxslt/libxslt/pattern.c if (node->type != XML_COMMENT_NODE) node 1152 third_party/libxslt/libxslt/pattern.c if ((node->type != XML_TEXT_NODE) && node 1153 third_party/libxslt/libxslt/pattern.c (node->type != XML_CDATA_SECTION_NODE)) node 1157 third_party/libxslt/libxslt/pattern.c switch (node->type) { node 1186 third_party/libxslt/libxslt/pattern.c node = states.states[states.nbstates].node; node 1188 third_party/libxslt/libxslt/pattern.c fprintf(stderr, "Pop: %d, %s\n", i, node->name); node 1204 third_party/libxslt/libxslt/pattern.c xsltTestCompMatchList(xsltTransformContextPtr ctxt, xmlNodePtr node, node 1208 third_party/libxslt/libxslt/pattern.c if ((ctxt == NULL) || (node == NULL)) node 1211 third_party/libxslt/libxslt/pattern.c ret = xsltTestCompMatch(ctxt, comp, node, NULL, NULL); node 1831 third_party/libxslt/libxslt/pattern.c xmlNodePtr node, xsltStylesheetPtr style, node 1838 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, NULL, node, node 1847 third_party/libxslt/libxslt/pattern.c ctxt->elem = node; node 1874 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, NULL, node, node 1894 third_party/libxslt/libxslt/pattern.c element->nsList = xmlGetNsList(doc, node); node 1915 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, style, node, node 1971 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, style, node, node 2006 third_party/libxslt/libxslt/pattern.c xmlNodePtr node, xsltStylesheetPtr style, node 2008 third_party/libxslt/libxslt/pattern.c return (xsltCompilePatternInternal(pattern, doc, node, style, runtime, 0)); node 2237 third_party/libxslt/libxslt/pattern.c xsltGetTemplate(xsltTransformContextPtr ctxt, xmlNodePtr node, node 2247 third_party/libxslt/libxslt/pattern.c if ((ctxt == NULL) || (node == NULL)) node 2263 third_party/libxslt/libxslt/pattern.c switch (node->type) { node 2265 third_party/libxslt/libxslt/pattern.c if (node->name[0] == ' ') node 2269 third_party/libxslt/libxslt/pattern.c name = node->name; node 2303 third_party/libxslt/libxslt/pattern.c if (xsltTestCompMatch(ctxt, list, node, node 2316 third_party/libxslt/libxslt/pattern.c switch (node->type) { node 2318 third_party/libxslt/libxslt/pattern.c if (node->name[0] == ' ') node 2322 third_party/libxslt/libxslt/pattern.c if (node->psvi != NULL) keyed = 1; node 2328 third_party/libxslt/libxslt/pattern.c attr = (xmlAttrPtr) node; node 2334 third_party/libxslt/libxslt/pattern.c if (node->psvi != NULL) keyed = 1; node 2341 third_party/libxslt/libxslt/pattern.c doc = (xmlDocPtr) node; node 2348 third_party/libxslt/libxslt/pattern.c if (node->psvi != NULL) keyed = 1; node 2352 third_party/libxslt/libxslt/pattern.c if (node->psvi != NULL) keyed = 1; node 2372 third_party/libxslt/libxslt/pattern.c if (xsltTestCompMatch(ctxt, list, node, node 2383 third_party/libxslt/libxslt/pattern.c if ((node->type == XML_DOCUMENT_NODE) || node 2384 third_party/libxslt/libxslt/pattern.c (node->type == XML_HTML_DOCUMENT_NODE) || node 2385 third_party/libxslt/libxslt/pattern.c (node->type == XML_TEXT_NODE)) { node 2389 third_party/libxslt/libxslt/pattern.c if (xsltTestCompMatch(ctxt, list, node, node 2397 third_party/libxslt/libxslt/pattern.c } else if ((node->type == XML_PI_NODE) || node 2398 third_party/libxslt/libxslt/pattern.c (node->type == XML_COMMENT_NODE)) { node 2402 third_party/libxslt/libxslt/pattern.c if (xsltTestCompMatch(ctxt, list, node, node 2417 third_party/libxslt/libxslt/pattern.c if (xsltTestCompMatch(ctxt, list, node, node 2435 third_party/libxslt/libxslt/pattern.c if (xsltComputeAllKeys(ctxt, node) == -1) node 2438 third_party/libxslt/libxslt/pattern.c switch (node->type) { node 2440 third_party/libxslt/libxslt/pattern.c if (node->psvi != NULL) keyed = 1; node 2443 third_party/libxslt/libxslt/pattern.c if (((xmlAttrPtr) node)->psvi != NULL) keyed = 1; node 2449 third_party/libxslt/libxslt/pattern.c if (node->psvi != NULL) keyed = 1; node 2453 third_party/libxslt/libxslt/pattern.c if (((xmlDocPtr) node)->psvi != NULL) keyed = 1; node 38 third_party/libxslt/libxslt/pattern.h xmlNodePtr node, node 45 third_party/libxslt/libxslt/pattern.h xmlNodePtr node, node 62 third_party/libxslt/libxslt/pattern.h xmlNodePtr node, node 71 third_party/libxslt/libxslt/pattern.h xmlNodePtr node, node 1426 third_party/libxslt/libxslt/preproc.c comp->numdata.node = cur; node 1964 third_party/libxslt/libxslt/preproc.c xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr node) { node 1970 third_party/libxslt/libxslt/preproc.c if (node != NULL) node 1971 third_party/libxslt/libxslt/preproc.c node->psvi = NULL; node 1974 third_party/libxslt/libxslt/preproc.c if (node == NULL) node 1976 third_party/libxslt/libxslt/preproc.c if (! IS_XSLT_ELEM_FAST(node)) node 1979 third_party/libxslt/libxslt/preproc.c node->psvi = NULL; node 1983 third_party/libxslt/libxslt/preproc.c xsltApplyTemplatesComp(style, node); node 1986 third_party/libxslt/libxslt/preproc.c xsltWithParamComp(style, node); node 1989 third_party/libxslt/libxslt/preproc.c xsltValueOfComp(style, node); node 1992 third_party/libxslt/libxslt/preproc.c xsltCopyComp(style, node); node 1995 third_party/libxslt/libxslt/preproc.c xsltCopyOfComp(style, node); node 1998 third_party/libxslt/libxslt/preproc.c xsltIfComp(style, node); node 2001 third_party/libxslt/libxslt/preproc.c xsltChooseComp(style, node); node 2004 third_party/libxslt/libxslt/preproc.c xsltWhenComp(style, node); node 2010 third_party/libxslt/libxslt/preproc.c xsltForEachComp(style, node); node 2013 third_party/libxslt/libxslt/preproc.c xsltApplyImportsComp(style, node); node 2016 third_party/libxslt/libxslt/preproc.c xsltAttributeComp(style, node); node 2019 third_party/libxslt/libxslt/preproc.c xsltElementComp(style, node); node 2022 third_party/libxslt/libxslt/preproc.c xsltSortComp(style, node); node 2025 third_party/libxslt/libxslt/preproc.c xsltCommentComp(style, node); node 2028 third_party/libxslt/libxslt/preproc.c xsltNumberComp(style, node); node 2031 third_party/libxslt/libxslt/preproc.c xsltProcessingInstructionComp(style, node); node 2034 third_party/libxslt/libxslt/preproc.c xsltCallTemplateComp(style, node); node 2037 third_party/libxslt/libxslt/preproc.c xsltParamComp(style, node); node 2040 third_party/libxslt/libxslt/preproc.c xsltVariableComp(style, node); node 2047 third_party/libxslt/libxslt/preproc.c node->psvi = (void *) xsltDocumentComp(style, node, node 2059 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, node, node 2061 third_party/libxslt/libxslt/preproc.c "the XSLT element '%s'.\n", node->name); node 2069 third_party/libxslt/libxslt/preproc.c if (IS_XSLT_NAME(node, "apply-templates")) { node 2070 third_party/libxslt/libxslt/preproc.c xsltApplyTemplatesComp(style, node); node 2071 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "with-param")) { node 2072 third_party/libxslt/libxslt/preproc.c xsltWithParamComp(style, node); node 2073 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "value-of")) { node 2074 third_party/libxslt/libxslt/preproc.c xsltValueOfComp(style, node); node 2075 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "copy")) { node 2076 third_party/libxslt/libxslt/preproc.c xsltCopyComp(style, node); node 2077 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "copy-of")) { node 2078 third_party/libxslt/libxslt/preproc.c xsltCopyOfComp(style, node); node 2079 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "if")) { node 2080 third_party/libxslt/libxslt/preproc.c xsltIfComp(style, node); node 2081 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "choose")) { node 2082 third_party/libxslt/libxslt/preproc.c xsltChooseComp(style, node); node 2083 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "when")) { node 2084 third_party/libxslt/libxslt/preproc.c xsltWhenComp(style, node); node 2085 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "otherwise")) { node 2088 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "for-each")) { node 2089 third_party/libxslt/libxslt/preproc.c xsltForEachComp(style, node); node 2090 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "apply-imports")) { node 2091 third_party/libxslt/libxslt/preproc.c xsltApplyImportsComp(style, node); node 2092 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "attribute")) { node 2093 third_party/libxslt/libxslt/preproc.c xsltAttributeComp(style, node); node 2094 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "element")) { node 2095 third_party/libxslt/libxslt/preproc.c xsltElementComp(style, node); node 2096 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "sort")) { node 2097 third_party/libxslt/libxslt/preproc.c xsltSortComp(style, node); node 2098 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "comment")) { node 2099 third_party/libxslt/libxslt/preproc.c xsltCommentComp(style, node); node 2100 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "number")) { node 2101 third_party/libxslt/libxslt/preproc.c xsltNumberComp(style, node); node 2102 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "processing-instruction")) { node 2103 third_party/libxslt/libxslt/preproc.c xsltProcessingInstructionComp(style, node); node 2104 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "call-template")) { node 2105 third_party/libxslt/libxslt/preproc.c xsltCallTemplateComp(style, node); node 2106 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "param")) { node 2107 third_party/libxslt/libxslt/preproc.c xsltParamComp(style, node); node 2108 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "variable")) { node 2109 third_party/libxslt/libxslt/preproc.c xsltVariableComp(style, node); node 2110 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "fallback")) { node 2113 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "document")) { node 2115 third_party/libxslt/libxslt/preproc.c node->psvi = (void *) xsltDocumentComp(style, node, node 2117 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "output")) { node 2120 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "preserve-space")) { node 2123 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "strip-space")) { node 2126 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "key")) { node 2129 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "message")) { node 2131 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "attribute-set")) { node 2134 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "namespace-alias")) { node 2137 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "decimal-format")) { node 2140 third_party/libxslt/libxslt/preproc.c } else if (IS_XSLT_NAME(node, "include")) { node 2148 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, node, node 2150 third_party/libxslt/libxslt/preproc.c "the XSLT element '%s'.\n", node->name); node 2159 third_party/libxslt/libxslt/preproc.c if (node->psvi != NULL) { node 2160 third_party/libxslt/libxslt/preproc.c ((xsltStylePreCompPtr) node->psvi)->inScopeNs = node 72 third_party/libxslt/libxslt/templates.c ctxt->xpathCtxt->node = ctxt->node; node 128 third_party/libxslt/libxslt/templates.c oldNode = ctxt->node; node 134 third_party/libxslt/libxslt/templates.c ctxt->xpathCtxt->node = ctxt->node; node 158 third_party/libxslt/libxslt/templates.c ctxt->node = oldNode; node 789 third_party/libxslt/libxslt/templates.c xsltApplyAttributeSet(ctxt, ctxt->node, (xmlNodePtr) attr, NULL); node 796 third_party/libxslt/libxslt/templates.c xsltApplyAttributeSet(ctxt, ctxt->node, (xmlNodePtr) attr, NULL); node 821 third_party/libxslt/libxslt/templates.c xsltTemplateProcess(xsltTransformContextPtr ctxt ATTRIBUTE_UNUSED, xmlNodePtr node) { node 822 third_party/libxslt/libxslt/templates.c if (node == NULL) node 34 third_party/libxslt/libxslt/templates.h xmlNodePtr node, node 39 third_party/libxslt/libxslt/templates.h xmlNodePtr node, node 56 third_party/libxslt/libxslt/templates.h xmlNodePtr node); node 71 third_party/libxslt/libxslt/templates.h xmlNodePtr node); node 86 third_party/libxslt/libxslt/transform.c xsltCopyNamespaceListInternal(xmlNodePtr node, xmlNsPtr cur); node 91 third_party/libxslt/libxslt/transform.c xmlNodePtr node, node 620 third_party/libxslt/libxslt/transform.c xmlNodePtr node, xmlNodePtr insert, int literal); node 1158 third_party/libxslt/libxslt/transform.c xsltShallowCopyElem(xsltTransformContextPtr ctxt, xmlNodePtr node, node 1163 third_party/libxslt/libxslt/transform.c if ((node->type == XML_DTD_NODE) || (insert == NULL)) node 1165 third_party/libxslt/libxslt/transform.c if ((node->type == XML_TEXT_NODE) || node 1166 third_party/libxslt/libxslt/transform.c (node->type == XML_CDATA_SECTION_NODE)) node 1167 third_party/libxslt/libxslt/transform.c return(xsltCopyText(ctxt, insert, node, 0)); node 1169 third_party/libxslt/libxslt/transform.c copy = xmlDocCopyNode(node, insert->doc, 0); node 1174 third_party/libxslt/libxslt/transform.c if (node->type == XML_ELEMENT_NODE) { node 1178 third_party/libxslt/libxslt/transform.c if (node->nsDef != NULL) { node 1184 third_party/libxslt/libxslt/transform.c xsltCopyNamespaceList(ctxt, copy, node->nsDef); node 1186 third_party/libxslt/libxslt/transform.c xsltCopyNamespaceListInternal(copy, node->nsDef); node 1196 third_party/libxslt/libxslt/transform.c if (node->ns != NULL) { node 1203 third_party/libxslt/libxslt/transform.c copy->ns = xsltGetNamespace(ctxt, node, node->ns, copy); node 1206 third_party/libxslt/libxslt/transform.c node, node->ns->href, node->ns->prefix, copy); node 1215 third_party/libxslt/libxslt/transform.c xsltGetSpecialNamespace(ctxt, node, NULL, NULL, copy); node 1219 third_party/libxslt/libxslt/transform.c xsltTransformError(ctxt, NULL, node, node 1220 third_party/libxslt/libxslt/transform.c "xsltShallowCopyElem: copy %s failed\n", node->name); node 1451 third_party/libxslt/libxslt/transform.c xmlNodePtr node, node 1456 third_party/libxslt/libxslt/transform.c if (node == NULL) node 1458 third_party/libxslt/libxslt/transform.c switch (node->type) { node 1471 third_party/libxslt/libxslt/transform.c int noenc = (node->name == xmlStringTextNoenc); node 1472 third_party/libxslt/libxslt/transform.c return(xsltCopyTextString(ctxt, insert, node->content, noenc)); node 1475 third_party/libxslt/libxslt/transform.c return(xsltCopyTextString(ctxt, insert, node->content, 0)); node 1478 third_party/libxslt/libxslt/transform.c xsltShallowCopyAttr(ctxt, invocNode, insert, (xmlAttrPtr) node)); node 1481 third_party/libxslt/libxslt/transform.c insert, (xmlNsPtr) node)); node 1494 third_party/libxslt/libxslt/transform.c if (XSLT_IS_RES_TREE_FRAG(node)) { node 1495 third_party/libxslt/libxslt/transform.c if (node->children != NULL) node 1497 third_party/libxslt/libxslt/transform.c node->children, insert, 0, 0); node 1502 third_party/libxslt/libxslt/transform.c copy = xmlDocCopyNode(node, insert->doc, 0); node 1513 third_party/libxslt/libxslt/transform.c if (node->type == XML_ELEMENT_NODE) { node 1527 third_party/libxslt/libxslt/transform.c (node->parent != NULL) && node 1528 third_party/libxslt/libxslt/transform.c (node->parent->type != XML_DOCUMENT_NODE) && node 1529 third_party/libxslt/libxslt/transform.c (node->parent->type != XML_HTML_DOCUMENT_NODE)) node 1541 third_party/libxslt/libxslt/transform.c nsList = xmlGetNsList(node->doc, node); node 1573 third_party/libxslt/libxslt/transform.c if (node->ns == *curns) { node 1584 third_party/libxslt/libxslt/transform.c } else if (node->nsDef != NULL) { node 1588 third_party/libxslt/libxslt/transform.c if (node->nsDef != NULL) { node 1590 third_party/libxslt/libxslt/transform.c xsltCopyNamespaceList(ctxt, copy, node->nsDef); node 1592 third_party/libxslt/libxslt/transform.c xsltCopyNamespaceListInternal(copy, node->nsDef); node 1598 third_party/libxslt/libxslt/transform.c if (node->ns != NULL) { node 1605 third_party/libxslt/libxslt/transform.c node->ns->href, node->ns->prefix, copy); node 1618 third_party/libxslt/libxslt/transform.c if (node->properties != NULL) { node 1620 third_party/libxslt/libxslt/transform.c copy, node->properties); node 1628 third_party/libxslt/libxslt/transform.c if (node->children != NULL) { node 1630 third_party/libxslt/libxslt/transform.c node->children, copy, isLRE, topElemVisited); node 1634 third_party/libxslt/libxslt/transform.c "xsltCopyTreeInternal: Copying of '%s' failed.\n", node->name); node 1655 third_party/libxslt/libxslt/transform.c xsltCopyTree(xsltTransformContextPtr ctxt, xmlNodePtr node, node 1658 third_party/libxslt/libxslt/transform.c return(xsltCopyTreeInternal(ctxt, node, node, insert, literal, 0)); node 1679 third_party/libxslt/libxslt/transform.c xsltApplyFallbacks(xsltTransformContextPtr ctxt, xmlNodePtr node, node 1685 third_party/libxslt/libxslt/transform.c if ((ctxt == NULL) || (node == NULL) || (inst == NULL) || node 1698 third_party/libxslt/libxslt/transform.c xsltApplySequenceConstructor(ctxt, node, child->children, node 1735 third_party/libxslt/libxslt/transform.c xsltDefaultProcessOneNode(xsltTransformContextPtr ctxt, xmlNodePtr node, node 1747 third_party/libxslt/libxslt/transform.c switch (node->type) { node 1756 third_party/libxslt/libxslt/transform.c node->content)); node 1758 third_party/libxslt/libxslt/transform.c copy = xsltCopyText(ctxt, ctxt->insert, node, 0); node 1760 third_party/libxslt/libxslt/transform.c xsltTransformError(ctxt, NULL, node, node 1766 third_party/libxslt/libxslt/transform.c if (node->content == NULL) { node 1773 third_party/libxslt/libxslt/transform.c node->content)); node 1776 third_party/libxslt/libxslt/transform.c copy = xsltCopyText(ctxt, ctxt->insert, node, 0); node 1778 third_party/libxslt/libxslt/transform.c xsltTransformError(ctxt, NULL, node, node 1783 third_party/libxslt/libxslt/transform.c cur = node->children; node 1787 third_party/libxslt/libxslt/transform.c xsltTransformError(ctxt, NULL, node, node 1802 third_party/libxslt/libxslt/transform.c xsltTransformError(ctxt, NULL, node, node 1813 third_party/libxslt/libxslt/transform.c cur = node->children; node 1866 third_party/libxslt/libxslt/transform.c cur = node->children; node 2005 third_party/libxslt/libxslt/transform.c oldNode = ctxt->node; node 2006 third_party/libxslt/libxslt/transform.c ctxt->node = contextNode; node 2008 third_party/libxslt/libxslt/transform.c ctxt->node = oldNode; node 2222 third_party/libxslt/libxslt/transform.c oldContextNode = ctxt->node; node 2864 third_party/libxslt/libxslt/transform.c ctxt->node = oldContextNode; node 2962 third_party/libxslt/libxslt/transform.c ctxt->node = contextNode; node 3210 third_party/libxslt/libxslt/transform.c xsltDocumentElem(xsltTransformContextPtr ctxt, xmlNodePtr node, node 3234 third_party/libxslt/libxslt/transform.c if ((ctxt == NULL) || (node == NULL) || (inst == NULL) || (comp == NULL)) node 3586 third_party/libxslt/libxslt/transform.c xsltApplySequenceConstructor(ctxt, node, inst->children, NULL); node 3697 third_party/libxslt/libxslt/transform.c xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr inst, node 3718 third_party/libxslt/libxslt/transform.c xsltCopy(xsltTransformContextPtr ctxt, xmlNodePtr node, node 3730 third_party/libxslt/libxslt/transform.c switch (node->type) { node 3739 third_party/libxslt/libxslt/transform.c if (node->type == XML_CDATA_SECTION_NODE) { node 3741 third_party/libxslt/libxslt/transform.c "xsltCopy: CDATA text %s\n", node->content)); node 3744 third_party/libxslt/libxslt/transform.c "xsltCopy: text %s\n", node->content)); node 3747 third_party/libxslt/libxslt/transform.c xsltCopyText(ctxt, ctxt->insert, node, 0); node 3762 third_party/libxslt/libxslt/transform.c "xsltCopy: node %s\n", node->name)); node 3764 third_party/libxslt/libxslt/transform.c copy = xsltShallowCopyElem(ctxt, node, ctxt->insert, 0); node 3767 third_party/libxslt/libxslt/transform.c xsltApplyAttributeSet(ctxt, node, inst, comp->use); node 3773 third_party/libxslt/libxslt/transform.c "xsltCopy: attribute %s\n", node->name)); node 3781 third_party/libxslt/libxslt/transform.c xsltShallowCopyAttr(ctxt, inst, ctxt->insert, (xmlAttrPtr) node); node 3787 third_party/libxslt/libxslt/transform.c "xsltCopy: PI %s\n", node->name)); node 3789 third_party/libxslt/libxslt/transform.c copy = xmlNewDocPI(ctxt->insert->doc, node->name, node 3790 third_party/libxslt/libxslt/transform.c node->content); node 3798 third_party/libxslt/libxslt/transform.c copy = xmlNewComment(node->content); node 3806 third_party/libxslt/libxslt/transform.c xsltShallowCopyNsNode(ctxt, inst, ctxt->insert, (xmlNsPtr)node); node 3814 third_party/libxslt/libxslt/transform.c switch (node->type) { node 3818 third_party/libxslt/libxslt/transform.c xsltApplySequenceConstructor(ctxt, ctxt->node, inst->children, node 3837 third_party/libxslt/libxslt/transform.c xsltText(xsltTransformContextPtr ctxt, xmlNodePtr node ATTRIBUTE_UNUSED, node 3874 third_party/libxslt/libxslt/transform.c xsltElement(xsltTransformContextPtr ctxt, xmlNodePtr node, node 4025 third_party/libxslt/libxslt/transform.c xsltApplyAttributeSet(ctxt, node, inst, comp->use); node 4035 third_party/libxslt/libxslt/transform.c xsltApplyAttributeSet(ctxt, node, inst, attrSets); node 4044 third_party/libxslt/libxslt/transform.c xsltApplySequenceConstructor(ctxt, ctxt->node, inst->children, node 4063 third_party/libxslt/libxslt/transform.c xsltComment(xsltTransformContextPtr ctxt, xmlNodePtr node, node 4069 third_party/libxslt/libxslt/transform.c value = xsltEvalTemplateString(ctxt, node, inst); node 4107 third_party/libxslt/libxslt/transform.c xsltProcessingInstruction(xsltTransformContextPtr ctxt, xmlNodePtr node, node 4137 third_party/libxslt/libxslt/transform.c value = xsltEvalTemplateString(ctxt, node, inst); node 4173 third_party/libxslt/libxslt/transform.c xsltCopyOf(xsltTransformContextPtr ctxt, xmlNodePtr node, node 4189 third_party/libxslt/libxslt/transform.c if ((ctxt == NULL) || (node == NULL) || (inst == NULL)) node 4225 third_party/libxslt/libxslt/transform.c oldXPContextNode = xpctxt->node; node 4231 third_party/libxslt/libxslt/transform.c xpctxt->node = node; node 4254 third_party/libxslt/libxslt/transform.c xpctxt->node = oldXPContextNode; node 4358 third_party/libxslt/libxslt/transform.c xsltValueOf(xsltTransformContextPtr ctxt, xmlNodePtr node, node 4375 third_party/libxslt/libxslt/transform.c if ((ctxt == NULL) || (node == NULL) || (inst == NULL)) node 4392 third_party/libxslt/libxslt/transform.c oldXPContextNode = xpctxt->node; node 4398 third_party/libxslt/libxslt/transform.c xpctxt->node = node; node 4421 third_party/libxslt/libxslt/transform.c xpctxt->node = oldXPContextNode; node 4474 third_party/libxslt/libxslt/transform.c xsltNumber(xsltTransformContextPtr ctxt, xmlNodePtr node, node 4488 third_party/libxslt/libxslt/transform.c if ((ctxt == NULL) || (node == NULL) || (inst == NULL) || (comp == NULL)) node 4492 third_party/libxslt/libxslt/transform.c comp->numdata.node = inst; node 4494 third_party/libxslt/libxslt/transform.c xsltNumberFormat(ctxt, &comp->numdata, node); node 4572 third_party/libxslt/libxslt/transform.c xsltCallTemplate(xsltTransformContextPtr ctxt, xmlNodePtr node, node 4624 third_party/libxslt/libxslt/transform.c xslHandleDebugger(cur, node, comp->templ, ctxt); node 4653 third_party/libxslt/libxslt/transform.c xsltApplyXSLTTemplate(ctxt, node, comp->templ->content, comp->templ, node 4675 third_party/libxslt/libxslt/transform.c xsltApplyTemplates(xsltTransformContextPtr ctxt, xmlNodePtr node, node 4700 third_party/libxslt/libxslt/transform.c if ((ctxt == NULL) || (node == NULL) || (inst == NULL) || (comp == NULL)) node 4704 third_party/libxslt/libxslt/transform.c if ((node != NULL) && (node->name != NULL)) node 4706 third_party/libxslt/libxslt/transform.c "xsltApplyTemplates: node: '%s'\n", node->name)); node 4713 third_party/libxslt/libxslt/transform.c oldContextNode = ctxt->node; node 4752 third_party/libxslt/libxslt/transform.c xpctxt->node = node; /* Set the "context node" */ node 4835 third_party/libxslt/libxslt/transform.c cur = node->children; node 4934 third_party/libxslt/libxslt/transform.c xslHandleDebugger(cur, node, NULL, ctxt); node 4963 third_party/libxslt/libxslt/transform.c xslHandleDebugger(cur, node, NULL, ctxt); node 5019 third_party/libxslt/libxslt/transform.c ctxt->node = cur; node 5054 third_party/libxslt/libxslt/transform.c ctxt->node = oldContextNode; node 5145 third_party/libxslt/libxslt/transform.c xpctxt->node = contextNode; node 5224 third_party/libxslt/libxslt/transform.c xpctxt->node = contextNode; node 5234 third_party/libxslt/libxslt/transform.c xpctxt->node = contextNode; node 5248 third_party/libxslt/libxslt/transform.c xsltApplySequenceConstructor(ctxt, ctxt->node, cur->children, node 5296 third_party/libxslt/libxslt/transform.c xmlNodePtr oldXPContextNode = xpctxt->node; node 5302 third_party/libxslt/libxslt/transform.c xpctxt->node = contextNode; node 5334 third_party/libxslt/libxslt/transform.c xpctxt->node = oldXPContextNode; node 5368 third_party/libxslt/libxslt/transform.c xmlNodePtr oldXPContextNode = xpctxt->node; node 5373 third_party/libxslt/libxslt/transform.c xpctxt->node = contextNode; node 5399 third_party/libxslt/libxslt/transform.c xpctxt->node = oldXPContextNode; node 5500 third_party/libxslt/libxslt/transform.c oldContextNode = ctxt->node; node 5514 third_party/libxslt/libxslt/transform.c xpctxt->node = contextNode; node 5566 third_party/libxslt/libxslt/transform.c xpctxt->node = contextNode; node 5618 third_party/libxslt/libxslt/transform.c ctxt->node = cur; node 5640 third_party/libxslt/libxslt/transform.c ctxt->node = oldContextNode; node 5719 third_party/libxslt/libxslt/transform.c xsltApplyStripSpaces(xsltTransformContextPtr ctxt, xmlNodePtr node) { node 5726 third_party/libxslt/libxslt/transform.c current = node; node 5755 third_party/libxslt/libxslt/transform.c if (node->type == XML_ENTITY_REF_NODE) { node 5757 third_party/libxslt/libxslt/transform.c xsltApplyStripSpaces(ctxt, node->children); node 5769 third_party/libxslt/libxslt/transform.c if (current == node) node 5845 third_party/libxslt/libxslt/transform.c xmlNodePtr root, node; node 6026 third_party/libxslt/libxslt/transform.c ctxt->node = (xmlNodePtr) doc; node 6038 third_party/libxslt/libxslt/transform.c ctxt->node = (xmlNodePtr) doc; node 6045 third_party/libxslt/libxslt/transform.c ctxt->xpathCtxt->node = NULL; /* TODO: Set the context node here? */ node 6049 third_party/libxslt/libxslt/transform.c xsltProcessOneNode(ctxt, ctxt->node, NULL); node 6156 third_party/libxslt/libxslt/transform.c node = res->children; node 6164 third_party/libxslt/libxslt/transform.c res->children->next = node; node 6165 third_party/libxslt/libxslt/transform.c node->prev = res->children; node 6168 third_party/libxslt/libxslt/transform.c res->children = node; node 51 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 58 third_party/libxslt/libxslt/transform.h xmlNodePtr node); node 86 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 92 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 97 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 102 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 107 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 112 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 117 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 122 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 127 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 132 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 137 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 142 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 147 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 152 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 157 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 162 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 167 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 172 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 198 third_party/libxslt/libxslt/transform.h xmlNodePtr node, node 840 third_party/libxslt/libxslt/variables.c oldXPContextNode = xpctxt->node; node 846 third_party/libxslt/libxslt/variables.c xpctxt->node = ctxt->node; node 851 third_party/libxslt/libxslt/variables.c if ((ctxt->node->type != XML_NAMESPACE_DECL) && node 852 third_party/libxslt/libxslt/variables.c ctxt->node->doc) node 853 third_party/libxslt/libxslt/variables.c xpctxt->doc = ctxt->node->doc; node 907 third_party/libxslt/libxslt/variables.c xpctxt->node = oldXPContextNode; node 972 third_party/libxslt/libxslt/variables.c xsltApplyOneTemplate(ctxt, ctxt->node, variable->tree, node 1091 third_party/libxslt/libxslt/variables.c oldXPContextNode = xpctxt->node; node 1097 third_party/libxslt/libxslt/variables.c xpctxt->node = ctxt->initialContextNode; node 1127 third_party/libxslt/libxslt/variables.c xpctxt->node = oldXPContextNode; node 1184 third_party/libxslt/libxslt/variables.c xsltApplyOneTemplate(ctxt, ctxt->node, elem->tree, NULL, NULL); node 1504 third_party/libxslt/libxslt/variables.c oldXPContextNode = xpctxt->node; node 1520 third_party/libxslt/libxslt/variables.c xpctxt->node = ctxt->initialContextNode; node 1536 third_party/libxslt/libxslt/variables.c xpctxt->node = oldXPContextNode; node 126 third_party/libxslt/libxslt/xslt.c xmlNodePtr node) node 128 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (node == NULL)) node 131 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_ELEM(node)) node 132 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, node, node 134 third_party/libxslt/libxslt/xslt.c node->name); node 136 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, node, node 138 third_party/libxslt/libxslt/xslt.c node->name); node 1056 third_party/libxslt/libxslt/xslt.c xmlNodePtr node) node 1064 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (template == NULL) || (node == NULL) || node 1067 third_party/libxslt/libxslt/xslt.c while (node != NULL) { node 1068 third_party/libxslt/libxslt/xslt.c if (node->type == XML_ELEMENT_NODE) { node 1069 third_party/libxslt/libxslt/xslt.c cur = node->nsDef; node 1125 third_party/libxslt/libxslt/xslt.c node = node->parent; node 2310 third_party/libxslt/libxslt/xslt.c xsltCompilerNodePush(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) node 2354 third_party/libxslt/libxslt/xslt.c inode->node = node; node 2414 third_party/libxslt/libxslt/xslt.c xsltCompilerNodePop(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) node 2425 third_party/libxslt/libxslt/xslt.c if (cctxt->inode->node != node) { node 2452 third_party/libxslt/libxslt/xslt.c if (node) { node 2453 third_party/libxslt/libxslt/xslt.c if (node->type == XML_ELEMENT_NODE) { node 2454 third_party/libxslt/libxslt/xslt.c name = node->name; node 2455 third_party/libxslt/libxslt/xslt.c if (node->ns != NULL) node 2456 third_party/libxslt/libxslt/xslt.c nsName = node->ns->href; node 2466 third_party/libxslt/libxslt/xslt.c if (cctxt->inode->node) { node 2467 third_party/libxslt/libxslt/xslt.c if (node->type == XML_ELEMENT_NODE) { node 2468 third_party/libxslt/libxslt/xslt.c infname = cctxt->inode->node->name; node 2469 third_party/libxslt/libxslt/xslt.c if (cctxt->inode->node->ns != NULL) node 2470 third_party/libxslt/libxslt/xslt.c infnsName = cctxt->inode->node->ns->href; node 2501 third_party/libxslt/libxslt/xslt.c xsltCompilerBuildInScopeNsList(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) node 2513 third_party/libxslt/libxslt/xslt.c while (node != NULL) { node 2514 third_party/libxslt/libxslt/xslt.c if (node->type == XML_ELEMENT_NODE) { node 2515 third_party/libxslt/libxslt/xslt.c ns = node->nsDef; node 2565 third_party/libxslt/libxslt/xslt.c node = node->parent; node 2613 third_party/libxslt/libxslt/xslt.c xmlNodePtr node, node 2645 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(cctxt->style->doc, node, NULL); node 2647 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(cctxt->style->doc, node, cur); node 2654 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 2746 third_party/libxslt/libxslt/xslt.c xsltParseExclResultPrefixes(xsltCompilerCtxtPtr cctxt, xmlNodePtr node, node 2754 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (node == NULL)) node 2758 third_party/libxslt/libxslt/xslt.c attr = xmlHasNsProp(node, BAD_CAST "exclude-result-prefixes", NULL); node 2760 third_party/libxslt/libxslt/xslt.c attr = xmlHasNsProp(node, BAD_CAST "exclude-result-prefixes", node 2776 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 2782 third_party/libxslt/libxslt/xslt.c if (xsltParseNsPrefixList(cctxt, cctxt->tmpList, node, node 2827 third_party/libxslt/libxslt/xslt.c xsltParseExtElemPrefixes(xsltCompilerCtxtPtr cctxt, xmlNodePtr node, node 2836 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (node == NULL)) node 2840 third_party/libxslt/libxslt/xslt.c attr = xmlHasNsProp(node, BAD_CAST "extension-element-prefixes", NULL); node 2842 third_party/libxslt/libxslt/xslt.c attr = xmlHasNsProp(node, BAD_CAST "extension-element-prefixes", node 2858 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 2865 third_party/libxslt/libxslt/xslt.c if (xsltParseNsPrefixList(cctxt, cctxt->tmpList, node, node 2919 third_party/libxslt/libxslt/xslt.c xsltParseAttrXSLTVersion(xsltCompilerCtxtPtr cctxt, xmlNodePtr node, node 2925 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (node == NULL)) node 2929 third_party/libxslt/libxslt/xslt.c attr = xmlHasNsProp(node, BAD_CAST "version", NULL); node 2931 third_party/libxslt/libxslt/xslt.c attr = xmlHasNsProp(node, BAD_CAST "version", XSLT_NAMESPACE); node 2942 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 2960 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 2982 third_party/libxslt/libxslt/xslt.c xsltParsePreprocessStylesheetTree(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) node 2998 third_party/libxslt/libxslt/xslt.c (node == NULL) || (node->type != XML_ELEMENT_NODE)) node 3001 third_party/libxslt/libxslt/xslt.c doc = node->doc; node 3022 third_party/libxslt/libxslt/xslt.c if (xmlNodeGetSpacePreserve(node) != 1) node 3035 third_party/libxslt/libxslt/xslt.c cur = node; node 3388 third_party/libxslt/libxslt/xslt.c if (cur == node) node 3713 third_party/libxslt/libxslt/xslt.c xmlNodePtr node) node 3715 third_party/libxslt/libxslt/xslt.c if ((node == NULL) || (node->type != XML_ELEMENT_NODE) || node 3716 third_party/libxslt/libxslt/xslt.c (node->name == NULL)) node 3719 third_party/libxslt/libxslt/xslt.c if (node->name[0] == 'a') { node 3720 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "apply-templates")) node 3722 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "attribute")) node 3724 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "apply-imports")) node 3726 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "attribute-set")) node 3729 third_party/libxslt/libxslt/xslt.c } else if (node->name[0] == 'c') { node 3730 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "choose")) node 3732 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "copy")) node 3734 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "copy-of")) node 3736 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "call-template")) node 3738 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "comment")) node 3741 third_party/libxslt/libxslt/xslt.c } else if (node->name[0] == 'd') { node 3742 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "document")) node 3744 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "decimal-format")) node 3747 third_party/libxslt/libxslt/xslt.c } else if (node->name[0] == 'e') { node 3748 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "element")) node 3751 third_party/libxslt/libxslt/xslt.c } else if (node->name[0] == 'f') { node 3752 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "for-each")) node 3754 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "fallback")) node 3757 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 'i') { node 3758 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "if")) node 3760 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "include")) node 3762 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "import")) node 3765 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 'k') { node 3766 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "key")) node 3769 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 'm') { node 3770 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "message")) node 3773 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 'n') { node 3774 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "number")) node 3776 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "namespace-alias")) node 3779 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 'o') { node 3780 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "otherwise")) node 3782 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "output")) node 3785 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 'p') { node 3786 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "param")) node 3788 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "processing-instruction")) node 3790 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "preserve-space")) node 3793 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 's') { node 3794 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "sort")) node 3796 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "strip-space")) node 3798 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "stylesheet")) node 3801 third_party/libxslt/libxslt/xslt.c } else if (node->name[0] == 't') { node 3802 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "text")) node 3804 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "template")) node 3806 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "transform")) node 3809 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 'v') { node 3810 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "value-of")) node 3812 third_party/libxslt/libxslt/xslt.c else if (IS_XSLT_NAME(node, "variable")) node 3815 third_party/libxslt/libxslt/xslt.c } else if (*(node->name) == 'w') { node 3816 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "when")) node 3818 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_NAME(node, "with-param")) node 4279 third_party/libxslt/libxslt/xslt.c xmlNodePtr node) node 4281 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (node == NULL)) node 4294 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 4295 third_party/libxslt/libxslt/xslt.c "Unknown XSLT element '%s'.\n", node->name); node 4315 third_party/libxslt/libxslt/xslt.c node->psvi = NULL; node 4319 third_party/libxslt/libxslt/xslt.c node->psvi = cctxt->unknownItem; node 4320 third_party/libxslt/libxslt/xslt.c if (node->children == NULL) node 4323 third_party/libxslt/libxslt/xslt.c xmlNodePtr child = node->children; node 4325 third_party/libxslt/libxslt/xslt.c xsltCompilerNodePush(cctxt, node); node 4329 third_party/libxslt/libxslt/xslt.c if (node->nsDef != NULL) node 4331 third_party/libxslt/libxslt/xslt.c xsltCompilerBuildInScopeNsList(cctxt, node); node 4346 third_party/libxslt/libxslt/xslt.c xsltCompilerNodePop(cctxt, node); node 5431 third_party/libxslt/libxslt/xslt.c xsltCompileXSLTIncludeElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) { node 5434 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (node == NULL)) node 5437 third_party/libxslt/libxslt/xslt.c node->psvi = NULL; node 5440 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 5447 third_party/libxslt/libxslt/xslt.c node->psvi = item; node 5448 third_party/libxslt/libxslt/xslt.c item->inst = node; node 5494 third_party/libxslt/libxslt/xslt.c xmlNodePtr node, node 5508 third_party/libxslt/libxslt/xslt.c xsltCompilerNodePush(cctxt, node); node 5509 third_party/libxslt/libxslt/xslt.c if (node->nsDef != NULL) node 5511 third_party/libxslt/libxslt/xslt.c xsltCompilerBuildInScopeNsList(cctxt, node); node 5519 third_party/libxslt/libxslt/xslt.c if (xsltCompileXSLTIncludeElem(cctxt, node) == NULL) node 5527 third_party/libxslt/libxslt/xslt.c if (xsltParseStylesheetInclude(cctxt->style, node) != 0) { node 5534 third_party/libxslt/libxslt/xslt.c xsltStylePreCompute(cctxt->style, node); node 5535 third_party/libxslt/libxslt/xslt.c xsltParseGlobalParam(cctxt->style, node); node 5538 third_party/libxslt/libxslt/xslt.c xsltStylePreCompute(cctxt->style, node); node 5539 third_party/libxslt/libxslt/xslt.c xsltParseGlobalVariable(cctxt->style, node); node 5542 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetAttributeSet(cctxt->style, node); node 5545 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 5553 third_party/libxslt/libxslt/xslt.c xsltCompilerNodePop(cctxt, node); node 5560 third_party/libxslt/libxslt/xslt.c xsltParseRemoveWhitespace(xmlNodePtr node) node 5562 third_party/libxslt/libxslt/xslt.c if ((node == NULL) || (node->children == NULL)) node 5565 third_party/libxslt/libxslt/xslt.c xmlNodePtr delNode = NULL, child = node->children; node 5590 third_party/libxslt/libxslt/xslt.c xsltParseXSLTStylesheetElemCore(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) node 5598 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (node == NULL) || node 5599 third_party/libxslt/libxslt/xslt.c (node->type != XML_ELEMENT_NODE)) node 5608 third_party/libxslt/libxslt/xslt.c if (IS_XSLT_ELEM_FAST(node) && IS_XSLT_NAME(node, "include")) node 5618 third_party/libxslt/libxslt/xslt.c include = ((xsltStyleItemIncludePtr) node->psvi)->include; node 5629 third_party/libxslt/libxslt/xslt.c node = xmlDocGetRootElement(include->doc); node 5630 third_party/libxslt/libxslt/xslt.c if (node == NULL) { node 5635 third_party/libxslt/libxslt/xslt.c if (node->children == NULL) node 5640 third_party/libxslt/libxslt/xslt.c xsltCompilerNodePush(cctxt, node); node 5656 third_party/libxslt/libxslt/xslt.c xsltCompilerBuildInScopeNsList(cctxt, node); node 5667 third_party/libxslt/libxslt/xslt.c if (xsltParseAttrXSLTVersion(cctxt, node, node 5680 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 5685 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 5700 third_party/libxslt/libxslt/xslt.c xsltParseExtElemPrefixes(cctxt, node, NULL, node 5706 third_party/libxslt/libxslt/xslt.c xsltParseExclResultPrefixes(cctxt, node, NULL, node 5712 third_party/libxslt/libxslt/xslt.c xsltLREInfoCreate(cctxt, node, 0); node 5735 third_party/libxslt/libxslt/xslt.c cur = node->children; node 5752 third_party/libxslt/libxslt/xslt.c cur = node->children; node 5912 third_party/libxslt/libxslt/xslt.c node->doc->URL); node 5923 third_party/libxslt/libxslt/xslt.c xsltCompilerNodePop(cctxt, node); node 5950 third_party/libxslt/libxslt/xslt.c xsltParseXSLTStylesheetElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) node 5954 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (node == NULL)) node 5957 third_party/libxslt/libxslt/xslt.c if (node->children == NULL) node 5965 third_party/libxslt/libxslt/xslt.c cur = node->children; node 6019 third_party/libxslt/libxslt/xslt.c xsltParseXSLTStylesheetElemCore(cctxt, node); node 6193 third_party/libxslt/libxslt/xslt.c xmlNodePtr node) node 6197 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (node == NULL)) node 6200 third_party/libxslt/libxslt/xslt.c if (xsltParseAttrXSLTVersion(cctxt, node, 0) == XSLT_ELEMENT_CATEGORY_LRE) node 6206 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, node 6241 third_party/libxslt/libxslt/xslt.c xsltCompilerBuildInScopeNsList(cctxt, node); node 6245 third_party/libxslt/libxslt/xslt.c xsltParseSequenceConstructor(cctxt, node); node 6249 third_party/libxslt/libxslt/xslt.c templ->content = node; node 407 third_party/libxslt/libxslt/xsltInternals.h xmlNodePtr node, node 1261 third_party/libxslt/libxslt/xsltInternals.h xmlNodePtr node; node 1693 third_party/libxslt/libxslt/xsltInternals.h xmlNodePtr node; /* the current node being processed */ node 1861 third_party/libxslt/libxslt/xsltInternals.h xmlNodePtr node); node 1918 third_party/libxslt/libxslt/xsltInternals.h xmlNodePtr node); node 82 third_party/libxslt/libxslt/xsltutils.c xsltGetCNsProp(xsltStylesheetPtr style, xmlNodePtr node, node 90 third_party/libxslt/libxslt/xsltutils.c if ((node == NULL) || (style == NULL) || (style->dict == NULL)) node 93 third_party/libxslt/libxslt/xsltutils.c prop = node->properties; node 95 third_party/libxslt/libxslt/xsltutils.c return xmlGetProp(node, name); node 104 third_party/libxslt/libxslt/xsltutils.c (((prop->ns == NULL) && (node->ns != NULL) && node 105 third_party/libxslt/libxslt/xsltutils.c (xmlStrEqual(node->ns->href, nameSpace))) || node 109 third_party/libxslt/libxslt/xsltutils.c tmp = xmlNodeListGetString(node->doc, prop->children, 1); node 125 third_party/libxslt/libxslt/xsltutils.c doc = node->doc; node 130 third_party/libxslt/libxslt/xsltutils.c attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name); node 132 third_party/libxslt/libxslt/xsltutils.c attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name); node 138 third_party/libxslt/libxslt/xsltutils.c ns = xmlSearchNs(doc, node, attrDecl->prefix); node 167 third_party/libxslt/libxslt/xsltutils.c xsltGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { node 172 third_party/libxslt/libxslt/xsltutils.c if (node == NULL) node 175 third_party/libxslt/libxslt/xsltutils.c prop = node->properties; node 186 third_party/libxslt/libxslt/xsltutils.c return(xmlGetProp(node, name)); node 194 third_party/libxslt/libxslt/xsltutils.c (((prop->ns == NULL) && (node->ns != NULL) && node 195 third_party/libxslt/libxslt/xsltutils.c (xmlStrEqual(node->ns->href, nameSpace))) || node 200 third_party/libxslt/libxslt/xsltutils.c ret = xmlNodeListGetString(node->doc, prop->children, 1); node 211 third_party/libxslt/libxslt/xsltutils.c doc = node->doc; node 216 third_party/libxslt/libxslt/xsltutils.c attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name); node 218 third_party/libxslt/libxslt/xsltutils.c attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name); node 224 third_party/libxslt/libxslt/xsltutils.c ns = xmlSearchNs(doc, node, attrDecl->prefix); node 427 third_party/libxslt/libxslt/xsltutils.c xsltMessage(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst) { node 454 third_party/libxslt/libxslt/xsltutils.c message = xsltEvalTemplateString(ctxt, node, inst); node 604 third_party/libxslt/libxslt/xsltutils.c xsltStylesheetPtr style, xmlNodePtr node) { node 619 third_party/libxslt/libxslt/xsltutils.c if ((node == NULL) && (ctxt != NULL)) node 620 third_party/libxslt/libxslt/xsltutils.c node = ctxt->inst; node 622 third_party/libxslt/libxslt/xsltutils.c if (node != NULL) { node 623 third_party/libxslt/libxslt/xsltutils.c if ((node->type == XML_DOCUMENT_NODE) || node 624 third_party/libxslt/libxslt/xsltutils.c (node->type == XML_HTML_DOCUMENT_NODE)) { node 625 third_party/libxslt/libxslt/xsltutils.c xmlDocPtr doc = (xmlDocPtr) node; node 629 third_party/libxslt/libxslt/xsltutils.c line = xmlGetLineNo(node); node 630 third_party/libxslt/libxslt/xsltutils.c if ((node->doc != NULL) && (node->doc->URL != NULL)) node 631 third_party/libxslt/libxslt/xsltutils.c file = node->doc->URL; node 632 third_party/libxslt/libxslt/xsltutils.c if (node->name != NULL) node 633 third_party/libxslt/libxslt/xsltutils.c name = node->name; node 699 third_party/libxslt/libxslt/xsltutils.c xmlNodePtr node, node 712 third_party/libxslt/libxslt/xsltutils.c if ((node == NULL) && (ctxt != NULL)) node 713 third_party/libxslt/libxslt/xsltutils.c node = ctxt->inst; node 714 third_party/libxslt/libxslt/xsltutils.c xsltPrintErrorContext(ctxt, style, node); node 771 third_party/libxslt/libxslt/xsltutils.c xsltGetQNameURI(xmlNodePtr node, xmlChar ** name) node 782 third_party/libxslt/libxslt/xsltutils.c if (node == NULL) { node 818 third_party/libxslt/libxslt/xsltutils.c ns = xmlSearchNs(node->doc, node, qname); node 845 third_party/libxslt/libxslt/xsltutils.c xsltGetQNameURI2(xsltStylesheetPtr style, xmlNodePtr node, node 856 third_party/libxslt/libxslt/xsltutils.c if (node == NULL) { node 886 third_party/libxslt/libxslt/xsltutils.c ns = xmlSearchNs(node->doc, node, qname); node 889 third_party/libxslt/libxslt/xsltutils.c xsltTransformError(NULL, style, node, node 924 third_party/libxslt/libxslt/xsltutils.c xmlNodePtr node; node 936 third_party/libxslt/libxslt/xsltutils.c node = list->nodeTab[i]; node 938 third_party/libxslt/libxslt/xsltutils.c list->nodeTab[j] = node; node 999 third_party/libxslt/libxslt/xsltutils.c oldNode = ctxt->node; node 1009 third_party/libxslt/libxslt/xsltutils.c ctxt->node = list->nodeTab[i]; node 1010 third_party/libxslt/libxslt/xsltutils.c ctxt->xpathCtxt->node = ctxt->node; node 1062 third_party/libxslt/libxslt/xsltutils.c ctxt->node = oldNode; node 1097 third_party/libxslt/libxslt/xsltutils.c xmlNodePtr node; node 1288 third_party/libxslt/libxslt/xsltutils.c node = list->nodeTab[j]; node 1290 third_party/libxslt/libxslt/xsltutils.c list->nodeTab[j + incr] = node; node 2246 third_party/libxslt/libxslt/xsltutils.c xslHandleDebugger(xmlNodePtr cur, xmlNodePtr node, xsltTemplatePtr templ, node 2250 third_party/libxslt/libxslt/xsltutils.c xsltDebuggerCurrentCallbacks.handler(cur, node, templ, ctxt); node 86 third_party/libxslt/libxslt/xsltutils.h xsltGetNsProp (xmlNodePtr node, node 91 third_party/libxslt/libxslt/xsltutils.h xmlNodePtr node, node 148 third_party/libxslt/libxslt/xsltutils.h xmlNodePtr node); node 151 third_party/libxslt/libxslt/xsltutils.h xmlNodePtr node, node 166 third_party/libxslt/libxslt/xsltutils.h xmlNodePtr node, node 205 third_party/libxslt/libxslt/xsltutils.h xsltGetQNameURI (xmlNodePtr node, node 210 third_party/libxslt/libxslt/xsltutils.h xmlNodePtr node, node 286 third_party/libxslt/libxslt/xsltutils.h typedef void (*xsltHandleDebuggerCallback) (xmlNodePtr cur, xmlNodePtr node, node 415 third_party/re2/re2/onepass.cc OneState* node = IndexToNode(nodes, statesize, nodeindex); node 420 third_party/re2/re2/onepass.cc node->action[b] = kImpossible; node 421 third_party/re2/re2/onepass.cc node->matchcond = kImpossible; node 468 third_party/re2/re2/onepass.cc uint32 act = node->action[b]; node 471 third_party/re2/re2/onepass.cc node->action[b] = newact; node 488 third_party/re2/re2/onepass.cc uint32 act = node->action[b]; node 491 third_party/re2/re2/onepass.cc node->action[b] = newact; node 546 third_party/re2/re2/onepass.cc node->matchcond = cond; node 576 third_party/re2/re2/onepass.cc OneState* node = IndexToNode(nodes, statesize, nodeindex); node 579 third_party/re2/re2/onepass.cc nodeindex, id, node->matchcond); node 581 third_party/re2/re2/onepass.cc if ((node->action[i] & kImpossible) == kImpossible) node 584 third_party/re2/re2/onepass.cc i, node->action[i] & 0xFFFF, node 585 third_party/re2/re2/onepass.cc node->action[i] >> kIndexShift, node 586 third_party/re2/re2/onepass.cc idmap[node->action[i] >> kIndexShift]); node 136 third_party/re2/re2/prefilter_tree.cc Prefilter* PrefilterTree::CanonicalNode(Prefilter* node) { node 137 third_party/re2/re2/prefilter_tree.cc string node_string = NodeString(node); node 150 third_party/re2/re2/prefilter_tree.cc string PrefilterTree::NodeString(Prefilter* node) const { node 152 third_party/re2/re2/prefilter_tree.cc string s = Itoa(node->op()) + ":"; node 153 third_party/re2/re2/prefilter_tree.cc if (node->op() == Prefilter::ATOM) { node 154 third_party/re2/re2/prefilter_tree.cc s += node->atom(); node 156 third_party/re2/re2/prefilter_tree.cc for (int i = 0; i < node->subs()->size() ; i++) { node 159 third_party/re2/re2/prefilter_tree.cc s += Itoa((*node->subs())[i]->unique_id()); node 198 third_party/re2/re2/prefilter_tree.cc Prefilter *node = v[i]; node 199 third_party/re2/re2/prefilter_tree.cc if (node == NULL) node 201 third_party/re2/re2/prefilter_tree.cc node->set_unique_id(-1); node 202 third_party/re2/re2/prefilter_tree.cc Prefilter* canonical = CanonicalNode(node); node 206 third_party/re2/re2/prefilter_tree.cc node_map_[NodeString(node)] = node; node 207 third_party/re2/re2/prefilter_tree.cc if (node->op() == Prefilter::ATOM) { node 208 third_party/re2/re2/prefilter_tree.cc atom_vec->push_back(node->atom()); node 211 third_party/re2/re2/prefilter_tree.cc node->set_unique_id(unique_id++); node 213 third_party/re2/re2/prefilter_tree.cc node->set_unique_id(canonical->unique_id()); node 383 third_party/re2/re2/prefilter_tree.cc string PrefilterTree::DebugNodeString(Prefilter* node) const { node 386 third_party/re2/re2/prefilter_tree.cc if (node->op() == Prefilter::ATOM) { node 387 third_party/re2/re2/prefilter_tree.cc DCHECK(!node->atom().empty()); node 388 third_party/re2/re2/prefilter_tree.cc node_string += node->atom(); node 391 third_party/re2/re2/prefilter_tree.cc node_string += node->op() == Prefilter::AND ? "AND" : "OR"; node 393 third_party/re2/re2/prefilter_tree.cc for (int i = 0; i < node->subs()->size() ; i++) { node 396 third_party/re2/re2/prefilter_tree.cc node_string += Itoa((*node->subs())[i]->unique_id()); node 398 third_party/re2/re2/prefilter_tree.cc node_string += DebugNodeString((*node->subs())[i]); node 96 third_party/re2/re2/prefilter_tree.h Prefilter* CanonicalNode(Prefilter* node); node 100 third_party/re2/re2/prefilter_tree.h string NodeString(Prefilter* node) const; node 103 third_party/re2/re2/prefilter_tree.h string DebugNodeString(Prefilter* node) const; node 127346 third_party/sqlite/amalgamation/sqlite3.c RtreeNode node; node 127351 third_party/sqlite/amalgamation/sqlite3.c memset(&node, 0, sizeof(RtreeNode)); node 127355 third_party/sqlite/amalgamation/sqlite3.c node.zData = (u8 *)sqlite3_value_blob(apArg[1]); node 127357 third_party/sqlite/amalgamation/sqlite3.c for(ii=0; ii<NCELL(&node); ii++){ node 127363 third_party/sqlite/amalgamation/sqlite3.c nodeGetCell(&tree, &node, ii, &cell); node 3089 third_party/sqlite/src/ext/rtree/rtree.c RtreeNode node; node 3094 third_party/sqlite/src/ext/rtree/rtree.c memset(&node, 0, sizeof(RtreeNode)); node 3098 third_party/sqlite/src/ext/rtree/rtree.c node.zData = (u8 *)sqlite3_value_blob(apArg[1]); node 3100 third_party/sqlite/src/ext/rtree/rtree.c for(ii=0; ii<NCELL(&node); ii++){ node 3106 third_party/sqlite/src/ext/rtree/rtree.c nodeGetCell(&tree, &node, ii, &cell); node 203 third_party/talloc/libreplace/getaddrinfo.c static int getaddr_info_name(const char *node, node 218 third_party/talloc/libreplace/getaddrinfo.c hp = gethostbyname(node); node 256 third_party/talloc/libreplace/getaddrinfo.c int rep_getaddrinfo(const char *node, node 280 third_party/talloc/libreplace/getaddrinfo.c if (!node && !service) { node 284 third_party/talloc/libreplace/getaddrinfo.c if (node) { node 285 third_party/talloc/libreplace/getaddrinfo.c if (node[0] == '\0') { node 292 third_party/talloc/libreplace/getaddrinfo.c if (!inet_aton(node, &ip)) { node 300 third_party/talloc/libreplace/getaddrinfo.c return getaddr_info_name(node, node 394 third_party/talloc/libreplace/getaddrinfo.c char *node, node 409 third_party/talloc/libreplace/getaddrinfo.c ret = snprintf(node, nodelen, "%s", hp->h_name); node 414 third_party/talloc/libreplace/getaddrinfo.c p = strchr(node,'.'); node 430 third_party/talloc/libreplace/getaddrinfo.c ret = snprintf(node, nodelen, "%s", p); node 472 third_party/talloc/libreplace/getaddrinfo.c char *node, size_t nodelen, node 477 third_party/talloc/libreplace/getaddrinfo.c if (sa == NULL || (node == NULL && service == NULL)) { node 489 third_party/talloc/libreplace/getaddrinfo.c if (node) { node 490 third_party/talloc/libreplace/getaddrinfo.c return gethostnameinfo(sa, node, nodelen, flags); node 82 third_party/talloc/libreplace/getaddrinfo.h extern int rep_getaddrinfo(const char *node, const char *service, node 87 third_party/talloc/libreplace/getaddrinfo.h char *node, size_t nodelen, node 1922 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h unsigned *, node, void *, unused); node 68 third_party/tcmalloc/chromium/src/free_list.h inline void EnsureNonLoop(void* node, void* next) { node 71 third_party/tcmalloc/chromium/src/free_list.h if (node != next) return; node 1830 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h unsigned *, node, void *, unused); node 632 third_party/zlib/trees.c int node; /* new node being created */ node 655 third_party/zlib/trees.c node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0); node 656 third_party/zlib/trees.c tree[node].Freq = 1; node 657 third_party/zlib/trees.c s->depth[node] = 0; node 658 third_party/zlib/trees.c s->opt_len--; if (stree) s->static_len -= stree[node].Len; node 671 third_party/zlib/trees.c node = elems; /* next internal node of the tree */ node 680 third_party/zlib/trees.c tree[node].Freq = tree[n].Freq + tree[m].Freq; node 681 third_party/zlib/trees.c s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ? node 683 third_party/zlib/trees.c tree[n].Dad = tree[m].Dad = (ush)node; node 687 third_party/zlib/trees.c node, tree[node].Freq, n, tree[n].Freq, m, tree[m].Freq); node 691 third_party/zlib/trees.c s->heap[SMALLEST] = node++; node 118 tools/gn/err.cc Err::Err(const ParseNode* node, node 125 tools/gn/err.cc if (node) { node 126 tools/gn/err.cc LocationRange range = node->GetRange(); node 48 tools/gn/err.h Err(const ParseNode* node, node 23 tools/gn/functions.cc bool EnsureNotProcessingImport(const ParseNode* node, node 27 tools/gn/functions.cc *err = Err(node, "Not valid from an import.", node 36 tools/gn/functions.cc bool EnsureNotProcessingBuildConfig(const ParseNode* node, node 40 tools/gn/functions.cc *err = Err(node, "Not valid from the build config.", node 356 tools/gn/functions.h bool EnsureNotProcessingImport(const ParseNode* node, node 361 tools/gn/functions.h bool EnsureNotProcessingBuildConfig(const ParseNode* node, node 20 tools/gn/import_manager.cc const ParseNode* node = g_scheduler->input_file_manager()->SyncLoadFile( node 22 tools/gn/import_manager.cc if (!node) node 24 tools/gn/import_manager.cc const BlockNode* block = node->AsBlock(); node 19 tools/gn/input_file_manager.cc const ParseNode* node) { node 20 tools/gn/input_file_manager.cc cb.Run(node); node 45 tools/gn/operators_unittest.cc BinaryOpNode node; node 48 tools/gn/operators_unittest.cc node.set_op(op); node 52 tools/gn/operators_unittest.cc node.set_left(scoped_ptr<ParseNode>(new IdentifierNode(identifier_token))); node 62 tools/gn/operators_unittest.cc node.set_right(ListWithLiteral(integer).PassAs<ParseNode>()); node 63 tools/gn/operators_unittest.cc node.Execute(setup.scope(), &err); node 69 tools/gn/operators_unittest.cc node.set_right(ListWithLiteral(string_1).PassAs<ParseNode>()); node 70 tools/gn/operators_unittest.cc node.Execute(setup.scope(), &err); node 76 tools/gn/operators_unittest.cc node.set_right(ListWithLiteral(string_2).PassAs<ParseNode>()); node 77 tools/gn/operators_unittest.cc node.Execute(setup.scope(), &err); node 84 tools/gn/operators_unittest.cc ExecuteBinaryOperator(setup.scope(), &node, node.left(), &list, &err); node 108 tools/gn/operators_unittest.cc BinaryOpNode node; node 111 tools/gn/operators_unittest.cc node.set_op(op); node 115 tools/gn/operators_unittest.cc node.set_left(scoped_ptr<ParseNode>(new IdentifierNode(identifier_token))); node 122 tools/gn/operators_unittest.cc node.set_right(outer_list.PassAs<ParseNode>()); node 124 tools/gn/operators_unittest.cc Value ret = ExecuteBinaryOperator(setup.scope(), &node, node.left(), node 125 tools/gn/operators_unittest.cc node.right(), &err); node 145 tools/gn/operators_unittest.cc node.set_right(scoped_ptr<ParseNode>(new LiteralNode(str))); node 146 tools/gn/operators_unittest.cc ExecuteBinaryOperator(setup.scope(), &node, node.left(), node.right(), &err); node 150 tools/gn/operators_unittest.cc node.set_right(scoped_ptr<ParseNode>(new LiteralNode(twelve))); node 151 tools/gn/operators_unittest.cc ExecuteBinaryOperator(setup.scope(), &node, node.left(), node.right(), &err); node 101 tools/gn/parser.cc bool Parser::IsAssignment(const ParseNode* node) const { node 102 tools/gn/parser.cc return node && node->AsBinaryOp() && node 103 tools/gn/parser.cc (node->AsBinaryOp()->op().type() == Token::EQUAL || node 104 tools/gn/parser.cc node->AsBinaryOp()->op().type() == Token::PLUS_EQUALS || node 105 tools/gn/parser.cc node->AsBinaryOp()->op().type() == Token::MINUS_EQUALS); node 235 tools/gn/parser.cc scoped_ptr<ParseNode> Parser::List(Token node) { node 76 tools/gn/parser.h bool IsAssignment(const ParseNode* node) const; node 28 ui/accessibility/ax_generated_tree_unittest.cc void TreeToStringHelper(const AXNode* node, std::string* out_result) { node 29 ui/accessibility/ax_generated_tree_unittest.cc *out_result += base::IntToString(node->id()); node 30 ui/accessibility/ax_generated_tree_unittest.cc if (node->child_count() != 0) { node 32 ui/accessibility/ax_generated_tree_unittest.cc for (int i = 0; i < node->child_count(); ++i) { node 35 ui/accessibility/ax_generated_tree_unittest.cc TreeToStringHelper(node->ChildAtIndex(i), out_result); node 31 ui/accessibility/ax_serializable_tree.cc virtual int32 GetId(const AXNode* node) const OVERRIDE { node 32 ui/accessibility/ax_serializable_tree.cc return node->id(); node 36 ui/accessibility/ax_serializable_tree.cc const AXNode* node, node 38 ui/accessibility/ax_serializable_tree.cc for (int i = 0; i < node->child_count(); ++i) node 39 ui/accessibility/ax_serializable_tree.cc out_children->push_back(node->ChildAtIndex(i)); node 42 ui/accessibility/ax_serializable_tree.cc virtual AXNode* GetParent(const AXNode* node) const OVERRIDE { node 43 ui/accessibility/ax_serializable_tree.cc return node->parent(); node 46 ui/accessibility/ax_serializable_tree.cc virtual bool IsValid(const AXNode* node) const OVERRIDE { node 47 ui/accessibility/ax_serializable_tree.cc return node != NULL; node 60 ui/accessibility/ax_serializable_tree.cc const AXNode* node, AXNodeData* out_data) const OVERRIDE { node 61 ui/accessibility/ax_serializable_tree.cc *out_data = node->data(); node 17 ui/accessibility/ax_tree.cc std::string TreeToStringHelper(AXNode* node, int indent) { node 21 ui/accessibility/ax_tree.cc result += node->data().ToString() + "\n"; node 22 ui/accessibility/ax_tree.cc for (int i = 0; i < node->child_count(); ++i) node 23 ui/accessibility/ax_tree.cc result += TreeToStringHelper(node->ChildAtIndex(i), indent + 1); node 86 ui/accessibility/ax_tree.cc AXNode* node = GetFromId(update.node_id_to_clear); node 87 ui/accessibility/ax_tree.cc if (!node) { node 92 ui/accessibility/ax_tree.cc if (node == root_) { node 96 ui/accessibility/ax_tree.cc for (int i = 0; i < node->child_count(); ++i) node 97 ui/accessibility/ax_tree.cc DestroyNodeAndSubtree(node->ChildAtIndex(i)); node 99 ui/accessibility/ax_tree.cc node->SwapChildren(children); node 100 ui/accessibility/ax_tree.cc update_state.pending_nodes.insert(node); node 120 ui/accessibility/ax_tree.cc AXNode* node = GetFromId(update.nodes[i].id); node 121 ui/accessibility/ax_tree.cc if (update_state.new_nodes.find(node) != update_state.new_nodes.end()) { node 122 ui/accessibility/ax_tree.cc delegate_->OnNodeCreated(node); node 123 ui/accessibility/ax_tree.cc update_state.new_nodes.erase(node); node 125 ui/accessibility/ax_tree.cc delegate_->OnNodeChanged(node); node 152 ui/accessibility/ax_tree.cc AXNode* node = GetFromId(src.id); node 153 ui/accessibility/ax_tree.cc if (node) { node 154 ui/accessibility/ax_tree.cc update_state->pending_nodes.erase(node); node 161 ui/accessibility/ax_tree.cc node = CreateAndInitializeNode(NULL, src.id, 0); node 162 ui/accessibility/ax_tree.cc update_state->new_nodes.insert(node); node 166 ui/accessibility/ax_tree.cc node->SetData(src); node 170 ui/accessibility/ax_tree.cc if (!DeleteOldChildren(node, src.child_ids)) node 177 ui/accessibility/ax_tree.cc node, src.child_ids, &new_children, update_state); node 178 ui/accessibility/ax_tree.cc node->SwapChildren(new_children); node 185 ui/accessibility/ax_tree.cc root_ = node; node 193 ui/accessibility/ax_tree.cc AXNode* node = CreateNode(parent, id, index_in_parent); node 194 ui/accessibility/ax_tree.cc id_map_[node->id()] = node; node 195 ui/accessibility/ax_tree.cc return node; node 198 ui/accessibility/ax_tree.cc void AXTree::DestroyNodeAndSubtree(AXNode* node) { node 199 ui/accessibility/ax_tree.cc id_map_.erase(node->id()); node 200 ui/accessibility/ax_tree.cc for (int i = 0; i < node->child_count(); ++i) node 201 ui/accessibility/ax_tree.cc DestroyNodeAndSubtree(node->ChildAtIndex(i)); node 203 ui/accessibility/ax_tree.cc delegate_->OnNodeWillBeDeleted(node); node 204 ui/accessibility/ax_tree.cc node->Destroy(); node 207 ui/accessibility/ax_tree.cc bool AXTree::DeleteOldChildren(AXNode* node, node 215 ui/accessibility/ax_tree.cc node->id(), new_child_ids[i]); node 222 ui/accessibility/ax_tree.cc const std::vector<AXNode*>& old_children = node->children(); node 232 ui/accessibility/ax_tree.cc bool AXTree::CreateNewChildVector(AXNode* node, node 242 ui/accessibility/ax_tree.cc if (child->parent() != node) { node 250 ui/accessibility/ax_tree.cc node->id()); node 256 ui/accessibility/ax_tree.cc child = CreateAndInitializeNode(node, child_id, index_in_parent); node 28 ui/accessibility/ax_tree.h virtual void OnNodeWillBeDeleted(AXNode* node) = 0; node 34 ui/accessibility/ax_tree.h virtual void OnNodeCreated(AXNode* node) = 0; node 37 ui/accessibility/ax_tree.h virtual void OnNodeChanged(AXNode* node) = 0; node 85 ui/accessibility/ax_tree.h void DestroyNodeAndSubtree(AXNode* node); node 90 ui/accessibility/ax_tree.h bool DeleteOldChildren(AXNode* node, node 98 ui/accessibility/ax_tree.h bool CreateNewChildVector(AXNode* node, node 66 ui/accessibility/ax_tree_serializer.h void SerializeChanges(AXSourceNode node, node 71 ui/accessibility/ax_tree_serializer.h void DeleteClientSubtree(AXSourceNode node); node 114 ui/accessibility/ax_tree_serializer.h AXSourceNode LeastCommonAncestor(AXSourceNode node, node 121 ui/accessibility/ax_tree_serializer.h AXSourceNode LeastCommonAncestor(AXSourceNode node); node 127 ui/accessibility/ax_tree_serializer.h bool AnyDescendantWasReparented(AXSourceNode node, node 137 ui/accessibility/ax_tree_serializer.h void SerializeChangedNodes(AXSourceNode node, node 192 ui/accessibility/ax_tree_serializer.h AXSourceNode node, ClientTreeNode* client_node) { node 193 ui/accessibility/ax_tree_serializer.h if (!tree_->IsValid(node) || client_node == NULL) node 197 ui/accessibility/ax_tree_serializer.h while (tree_->IsValid(node)) { node 198 ui/accessibility/ax_tree_serializer.h ancestors.push_back(node); node 199 ui/accessibility/ax_tree_serializer.h node = tree_->GetParent(node); node 228 ui/accessibility/ax_tree_serializer.h AXSourceNode node) { node 231 ui/accessibility/ax_tree_serializer.h ClientTreeNode* client_node = ClientTreeNodeById(tree_->GetId(node)); node 232 ui/accessibility/ax_tree_serializer.h while (tree_->IsValid(node) && !client_node) { node 233 ui/accessibility/ax_tree_serializer.h node = tree_->GetParent(node); node 234 ui/accessibility/ax_tree_serializer.h if (tree_->IsValid(node)) node 235 ui/accessibility/ax_tree_serializer.h client_node = ClientTreeNodeById(tree_->GetId(node)); node 237 ui/accessibility/ax_tree_serializer.h return LeastCommonAncestor(node, client_node); node 242 ui/accessibility/ax_tree_serializer.h AXSourceNode node, AXSourceNode* out_lca) { node 244 ui/accessibility/ax_tree_serializer.h int id = tree_->GetId(node); node 246 ui/accessibility/ax_tree_serializer.h tree_->GetChildren(node, &children); node 289 ui/accessibility/ax_tree_serializer.h AXSourceNode node, node 293 ui/accessibility/ax_tree_serializer.h AXSourceNode lca = LeastCommonAncestor(node); node 298 ui/accessibility/ax_tree_serializer.h bool need_delete = !tree_->IsEqual(lca, node); node 335 ui/accessibility/ax_tree_serializer.h void AXTreeSerializer<AXSourceNode>::DeleteClientSubtree(AXSourceNode node) { node 336 ui/accessibility/ax_tree_serializer.h ClientTreeNode* client_node = ClientTreeNodeById(tree_->GetId(node)); node 354 ui/accessibility/ax_tree_serializer.h AXSourceNode node, node 368 ui/accessibility/ax_tree_serializer.h int id = tree_->GetId(node); node 384 ui/accessibility/ax_tree_serializer.h tree_->GetChildren(node, &children); node 421 ui/accessibility/ax_tree_serializer.h tree_->SerializeNode(node, serialized_node); node 35 ui/accessibility/ax_tree_source.h virtual int32 GetId(AXNodeSource node) const = 0; node 38 ui/accessibility/ax_tree_source.h virtual void GetChildren(AXNodeSource node, node 42 ui/accessibility/ax_tree_source.h virtual AXNodeSource GetParent(AXNodeSource node) const = 0; node 46 ui/accessibility/ax_tree_source.h virtual bool IsValid(AXNodeSource node) const = 0; node 56 ui/accessibility/ax_tree_source.h virtual void SerializeNode(AXNodeSource node, AXNodeData* out_data) const = 0; node 19 ui/accessibility/ax_tree_unittest.cc virtual void OnNodeWillBeDeleted(AXNode* node) OVERRIDE { node 20 ui/accessibility/ax_tree_unittest.cc deleted_ids_.push_back(node->id()); node 23 ui/accessibility/ax_tree_unittest.cc virtual void OnNodeCreated(AXNode* node) OVERRIDE { node 24 ui/accessibility/ax_tree_unittest.cc created_ids_.push_back(node->id()); node 27 ui/accessibility/ax_tree_unittest.cc virtual void OnNodeChanged(AXNode* node) OVERRIDE { node 28 ui/accessibility/ax_tree_unittest.cc changed_ids_.push_back(node->id()); node 11 ui/base/models/tree_model.cc void TreeModel::SetTitle(TreeModelNode* node, node 16 ui/base/models/tree_model.cc int TreeModel::GetIconIndex(TreeModelNode* node) { node 49 ui/base/models/tree_model.h virtual void TreeNodeChanged(TreeModel* model, TreeModelNode* node) = 0; node 74 ui/base/models/tree_model.h virtual TreeModelNode* GetParent(TreeModelNode* node) = 0; node 84 ui/base/models/tree_model.h virtual void SetTitle(TreeModelNode* node, const base::string16& title); node 93 ui/base/models/tree_model.h virtual int GetIconIndex(TreeModelNode* node); node 29 ui/base/models/tree_node_iterator.h TreeNodeIterator(NodeType* node, bool (*prune)(NodeType*)) node 37 ui/base/models/tree_node_iterator.h for (; index < node->child_count(); ++index) node 38 ui/base/models/tree_node_iterator.h if (!prune || !prune(node->GetChild(index))) node 41 ui/base/models/tree_node_iterator.h if (index < node->child_count()) node 42 ui/base/models/tree_node_iterator.h positions_.push(Position<NodeType>(node, index)); node 45 ui/base/models/tree_node_iterator.h explicit TreeNodeIterator(NodeType* node) : prune_(NULL) { node 46 ui/base/models/tree_node_iterator.h if (!node->empty()) node 47 ui/base/models/tree_node_iterator.h positions_.push(Position<NodeType>(node, 0)); node 61 ui/base/models/tree_node_iterator.h NodeType* result = positions_.top().node->GetChild(positions_.top().index); node 74 ui/base/models/tree_node_iterator.h if (positions_.top().index >= positions_.top().node->child_count()) node 77 ui/base/models/tree_node_iterator.h prune_(positions_.top().node->GetChild(positions_.top().index))) node 89 ui/base/models/tree_node_iterator.h Position(PositionNodeType* node, int index) : node(node), index(index) {} node 90 ui/base/models/tree_node_iterator.h Position() : node(NULL), index(-1) {} node 92 ui/base/models/tree_node_iterator.h PositionNodeType* node; node 16 ui/base/models/tree_node_iterator_unittest.cc bool PruneOdd(TestNode* node) { node 17 ui/base/models/tree_node_iterator_unittest.cc return node->value % 2; node 20 ui/base/models/tree_node_iterator_unittest.cc bool PruneEven(TestNode* node) { node 21 ui/base/models/tree_node_iterator_unittest.cc return !PruneOdd(node); node 74 ui/base/models/tree_node_model.h virtual void Add(NodeType* node, int index) { node 75 ui/base/models/tree_node_model.h DCHECK(node); node 79 ui/base/models/tree_node_model.h NodeType* parent = node->parent_; node 81 ui/base/models/tree_node_model.h parent->Remove(node); node 82 ui/base/models/tree_node_model.h node->parent_ = static_cast<NodeType*>(this); node 83 ui/base/models/tree_node_model.h children_.insert(children_.begin() + index, node); node 88 ui/base/models/tree_node_model.h virtual NodeType* Remove(NodeType* node) { node 90 ui/base/models/tree_node_model.h std::find(children_.begin(), children_.end(), node); node 92 ui/base/models/tree_node_model.h node->parent_ = NULL; node 94 ui/base/models/tree_node_model.h return node; node 146 ui/base/models/tree_node_model.h int GetIndexOf(const NodeType* node) const { node 147 ui/base/models/tree_node_model.h DCHECK(node); node 149 ui/base/models/tree_node_model.h std::find(children_.begin(), children_.end(), node); node 221 ui/base/models/tree_node_model.h void Add(NodeType* parent, NodeType* node, int index) { node 222 ui/base/models/tree_node_model.h DCHECK(parent && node); node 223 ui/base/models/tree_node_model.h parent->Add(node, index); node 227 ui/base/models/tree_node_model.h NodeType* Remove(NodeType* parent, NodeType* node) { node 229 ui/base/models/tree_node_model.h int index = parent->GetIndexOf(node); node 230 ui/base/models/tree_node_model.h NodeType* delete_node = parent->Remove(node); node 247 ui/base/models/tree_node_model.h void NotifyObserverTreeNodeChanged(TreeModelNode* node) { node 250 ui/base/models/tree_node_model.h TreeNodeChanged(this, node)); node 273 ui/base/models/tree_node_model.h virtual TreeModelNode* GetParent(TreeModelNode* node) OVERRIDE { node 274 ui/base/models/tree_node_model.h DCHECK(node); node 275 ui/base/models/tree_node_model.h return AsNode(node)->parent(); node 286 ui/base/models/tree_node_model.h virtual void SetTitle(TreeModelNode* node, node 288 ui/base/models/tree_node_model.h DCHECK(node); node 289 ui/base/models/tree_node_model.h AsNode(node)->SetTitle(title); node 290 ui/base/models/tree_node_model.h NotifyObserverTreeNodeChanged(node); node 49 ui/base/models/tree_node_model_unittest.cc virtual void TreeNodeChanged(TreeModel* model, TreeModelNode* node) OVERRIDE { node 144 ui/views/controls/tree/tree_view.cc void TreeView::StartEditing(TreeModelNode* node) { node 145 ui/views/controls/tree/tree_view.cc DCHECK(node); node 149 ui/views/controls/tree/tree_view.cc if (model_->GetParent(node)) node 150 ui/views/controls/tree/tree_view.cc Expand(model_->GetParent(node)); node 152 ui/views/controls/tree/tree_view.cc SetSelectedNode(node); node 153 ui/views/controls/tree/tree_view.cc if (GetSelectedNode() != node) node 224 ui/views/controls/tree/tree_view.cc InternalNode* node = model_node ? GetInternalNodeForModelNode( node 227 ui/views/controls/tree/tree_view.cc bool changed = (selected_node_ != node); node 230 ui/views/controls/tree/tree_view.cc selected_node_ = node; node 262 ui/views/controls/tree/tree_view.cc InternalNode* node = node 264 ui/views/controls/tree/tree_view.cc if (!node) node 267 ui/views/controls/tree/tree_view.cc if (node->is_expanded()) { node 268 ui/views/controls/tree/tree_view.cc if (selected_node_ && selected_node_->HasAncestor(node)) node 270 ui/views/controls/tree/tree_view.cc node->set_is_expanded(false); node 276 ui/views/controls/tree/tree_view.cc void TreeView::Expand(TreeModelNode* node) { node 277 ui/views/controls/tree/tree_view.cc if (ExpandImpl(node)) node 282 ui/views/controls/tree/tree_view.cc void TreeView::ExpandAll(TreeModelNode* node) { node 283 ui/views/controls/tree/tree_view.cc DCHECK(node); node 285 ui/views/controls/tree/tree_view.cc bool expanded_at_least_one = ExpandImpl(node); node 287 ui/views/controls/tree/tree_view.cc for (int i = model_->GetChildCount(node) - 1; i >= 0; --i) { node 288 ui/views/controls/tree/tree_view.cc TreeModelNode* child = model_->GetChild(node, i); node 302 ui/views/controls/tree/tree_view.cc InternalNode* node = GetInternalNodeForModelNode( node 304 ui/views/controls/tree/tree_view.cc if (!node) node 307 ui/views/controls/tree/tree_view.cc while (node) { node 308 ui/views/controls/tree/tree_view.cc if (!node->is_expanded()) node 310 ui/views/controls/tree/tree_view.cc node = node->parent(); node 330 ui/views/controls/tree/tree_view.cc InternalNode* node = GetNodeByRow(row, &depth); node 331 ui/views/controls/tree/tree_view.cc return node ? node->model_node() : NULL; node 334 ui/views/controls/tree/tree_view.cc int TreeView::GetRowForNode(ui::TreeModelNode* node) { node 336 ui/views/controls/tree/tree_view.cc GetInternalNodeForModelNode(node, DONT_CREATE_IF_NOT_LOADED); node 397 ui/views/controls/tree/tree_view.cc InternalNode* node = GetNodeByRow(row, &depth); node 398 ui/views/controls/tree/tree_view.cc if (!node) node 400 ui/views/controls/tree/tree_view.cc gfx::Rect bounds(GetBoundsForNodeImpl(node, row, depth)); node 472 ui/views/controls/tree/tree_view.cc InternalNode* node = node 474 ui/views/controls/tree/tree_view.cc if (!node) node 476 ui/views/controls/tree/tree_view.cc int old_width = node->text_width(); node 477 ui/views/controls/tree/tree_view.cc UpdateNodeTextWidth(node); node 478 ui/views/controls/tree/tree_view.cc if (old_width != node->text_width() && node 479 ui/views/controls/tree/tree_view.cc ((node == &root_ && root_shown_) || node 480 ui/views/controls/tree/tree_view.cc (node != &root_ && IsExpanded(node->parent()->model_node())))) { node 643 ui/views/controls/tree/tree_view.cc InternalNode* node = GetNodeByRow(row, &depth); node 644 ui/views/controls/tree/tree_view.cc if (node) { node 645 ui/views/controls/tree/tree_view.cc gfx::Rect bounds(GetBoundsForNodeImpl(node, row, depth)); node 651 ui/views/controls/tree/tree_view.cc model_->GetChildCount(node->model_node())) { node 652 ui/views/controls/tree/tree_view.cc if (node->is_expanded()) node 653 ui/views/controls/tree/tree_view.cc Collapse(node->model_node()); node 655 ui/views/controls/tree/tree_view.cc Expand(node->model_node()); node 657 ui/views/controls/tree/tree_view.cc SetSelectedNode(node->model_node()); node 667 ui/views/controls/tree/tree_view.cc if (node->is_expanded()) node 668 ui/views/controls/tree/tree_view.cc Collapse(node->model_node()); node 670 ui/views/controls/tree/tree_view.cc Expand(node->model_node()); node 678 ui/views/controls/tree/tree_view.cc void TreeView::LoadChildren(InternalNode* node) { node 679 ui/views/controls/tree/tree_view.cc DCHECK_EQ(0, node->child_count()); node 680 ui/views/controls/tree/tree_view.cc DCHECK(!node->loaded_children()); node 681 ui/views/controls/tree/tree_view.cc node->set_loaded_children(true); node 682 ui/views/controls/tree/tree_view.cc for (int i = 0, child_count = model_->GetChildCount(node->model_node()); node 685 ui/views/controls/tree/tree_view.cc ConfigureInternalNode(model_->GetChild(node->model_node(), i), child); node 686 ui/views/controls/tree/tree_view.cc node->Add(child, node->child_count()); node 691 ui/views/controls/tree/tree_view.cc InternalNode* node) { node 692 ui/views/controls/tree/tree_view.cc node->Reset(model_node); node 693 ui/views/controls/tree/tree_view.cc UpdateNodeTextWidth(node); node 696 ui/views/controls/tree/tree_view.cc void TreeView::UpdateNodeTextWidth(InternalNode* node) { node 698 ui/views/controls/tree/tree_view.cc gfx::Canvas::SizeStringInt(node->model_node()->GetTitle(), font_list_, node 700 ui/views/controls/tree/tree_view.cc node->set_text_width(width); node 740 ui/views/controls/tree/tree_view.cc void TreeView::SchedulePaintForNode(InternalNode* node) { node 741 ui/views/controls/tree/tree_view.cc if (!node) node 743 ui/views/controls/tree/tree_view.cc SchedulePaintInRect(GetBoundsForNode(node)); node 749 ui/views/controls/tree/tree_view.cc InternalNode* node, node 756 ui/views/controls/tree/tree_view.cc PaintRow(canvas, node, *row, depth); node 758 ui/views/controls/tree/tree_view.cc if (!node->is_expanded()) node 761 ui/views/controls/tree/tree_view.cc for (int i = 0; i < node->child_count() && *row < max_row; ++i) node 762 ui/views/controls/tree/tree_view.cc PaintRows(canvas, min_row, max_row, node->GetChild(i), depth, row); node 766 ui/views/controls/tree/tree_view.cc InternalNode* node, node 769 ui/views/controls/tree/tree_view.cc gfx::Rect bounds(GetBoundsForNodeImpl(node, row, depth)); node 771 ui/views/controls/tree/tree_view.cc if (model_->GetChildCount(node->model_node())) node 772 ui/views/controls/tree/tree_view.cc PaintExpandControl(canvas, bounds, node->is_expanded()); node 776 ui/views/controls/tree/tree_view.cc int icon_index = model_->GetIconIndex(node->model_node()); node 779 ui/views/controls/tree/tree_view.cc else if (node == selected_node_) node 793 ui/views/controls/tree/tree_view.cc if (!editing_ || node != selected_node_) { node 798 ui/views/controls/tree/tree_view.cc if (node == selected_node_) { node 806 ui/views/controls/tree/tree_view.cc text_color_id(HasFocus(), node == selected_node_); node 812 ui/views/controls/tree/tree_view.cc canvas->DrawStringRect(node->model_node()->GetTitle(), font_list_, node 866 ui/views/controls/tree/tree_view.cc gfx::Rect TreeView::GetBoundsForNode(InternalNode* node) { node 868 ui/views/controls/tree/tree_view.cc row = GetRowForInternalNode(node, &depth); node 869 ui/views/controls/tree/tree_view.cc return GetBoundsForNodeImpl(node, row, depth); node 872 ui/views/controls/tree/tree_view.cc gfx::Rect TreeView::GetBoundsForNodeImpl(InternalNode* node, node 877 ui/views/controls/tree/tree_view.cc text_offset_ + node->text_width() + node 884 ui/views/controls/tree/tree_view.cc int TreeView::GetRowForInternalNode(InternalNode* node, int* depth) { node 885 ui/views/controls/tree/tree_view.cc DCHECK(!node->parent() || IsExpanded(node->parent()->model_node())); node 888 ui/views/controls/tree/tree_view.cc InternalNode* tmp_node = node; node 910 ui/views/controls/tree/tree_view.cc TreeView::InternalNode* TreeView::GetNodeByRowImpl(InternalNode* node, node 917 ui/views/controls/tree/tree_view.cc return node; node 920 ui/views/controls/tree/tree_view.cc if (node->is_expanded()) { node 922 ui/views/controls/tree/tree_view.cc for (int i = 0; i < node->child_count(); ++i) { node 924 ui/views/controls/tree/tree_view.cc node->GetChild(i), target_row, current_depth, current_row, node 945 ui/views/controls/tree/tree_view.cc InternalNode* node = GetNodeByRow(row_count - 1, &depth); node 946 ui/views/controls/tree/tree_view.cc SetSelectedNode(node->model_node()); node 1018 ui/views/controls/tree/tree_view.cc void TreeView::InternalNode::Reset(ui::TreeModelNode* node) { node 1019 ui/views/controls/tree/tree_view.cc model_node_ = node; node 71 ui/views/controls/tree/tree_view.h void StartEditing(ui::TreeModelNode* node); node 94 ui/views/controls/tree/tree_view.h void Expand(ui::TreeModelNode* node); node 98 ui/views/controls/tree/tree_view.h void ExpandAll(ui::TreeModelNode* node); node 118 ui/views/controls/tree/tree_view.h int GetRowForNode(ui::TreeModelNode* node); node 187 ui/views/controls/tree/tree_view.h void Reset(ui::TreeModelNode* node); node 252 ui/views/controls/tree/tree_view.h void LoadChildren(InternalNode* node); node 256 ui/views/controls/tree/tree_view.h void ConfigureInternalNode(ui::TreeModelNode* model_node, InternalNode* node); node 259 ui/views/controls/tree/tree_view.h void UpdateNodeTextWidth(InternalNode* node); node 271 ui/views/controls/tree/tree_view.h void SchedulePaintForNode(InternalNode* node); node 279 ui/views/controls/tree/tree_view.h InternalNode* node, node 285 ui/views/controls/tree/tree_view.h InternalNode* node, node 301 ui/views/controls/tree/tree_view.h gfx::Rect GetBoundsForNode(InternalNode* node); node 305 ui/views/controls/tree/tree_view.h gfx::Rect GetBoundsForNodeImpl(InternalNode* node, int row, int depth); node 308 ui/views/controls/tree/tree_view.h int GetRowForInternalNode(InternalNode* node, int* depth); node 314 ui/views/controls/tree/tree_view.h InternalNode* GetNodeByRowImpl(InternalNode* node, node 12 ui/views/controls/tree/tree_view_controller.cc bool TreeViewController::CanEdit(TreeView* tree_view, ui::TreeModelNode* node) { node 30 ui/views/controls/tree/tree_view_controller.h virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node); node 71 ui/views/controls/tree/tree_view_unittest.cc std::string InternalNodeAsString(TreeView::InternalNode* node); node 73 ui/views/controls/tree/tree_view_unittest.cc TestNode* GetNodeByTitleImpl(TestNode* node, const base::string16& title); node 124 ui/views/controls/tree/tree_view_unittest.cc TestNode* TreeViewTest::GetNodeByTitleImpl(TestNode* node, node 126 ui/views/controls/tree/tree_view_unittest.cc if (node->GetTitle() == title) node 127 ui/views/controls/tree/tree_view_unittest.cc return node; node 128 ui/views/controls/tree/tree_view_unittest.cc for (int i = 0; i < node->child_count(); ++i) { node 129 ui/views/controls/tree/tree_view_unittest.cc TestNode* child = GetNodeByTitleImpl(node->GetChild(i), title); node 137 ui/views/controls/tree/tree_view_unittest.cc TreeView::InternalNode* node) { node 138 ui/views/controls/tree/tree_view_unittest.cc std::string result = base::UTF16ToASCII(node->model_node()->GetTitle()); node 139 ui/views/controls/tree/tree_view_unittest.cc if (node->is_expanded() && node->child_count()) { node 141 ui/views/controls/tree/tree_view_unittest.cc for (int i = 0; i < node->child_count(); ++i) { node 144 ui/views/controls/tree/tree_view_unittest.cc result += InternalNodeAsString(node->GetChild(i)); node 112 ui/views/examples/tree_view_example.cc ui::TreeModelNode* node = tree_view_->GetSelectedNode(); node 113 ui/views/examples/tree_view_example.cc if (node) { node 115 ui/views/examples/tree_view_example.cc remove_->SetEnabled(node != model_.GetRoot()); node 123 ui/views/examples/tree_view_example.cc ui::TreeModelNode* node) { node 55 ui/views/examples/tree_view_example.h virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node) OVERRIDE; node 35 win8/metro_driver/toast_notification_handler.cc winxml::Dom::IXmlNode** node) { node 37 win8/metro_driver/toast_notification_handler.cc DCHECK(node); node 57 win8/metro_driver/toast_notification_handler.cc hr = elements->Item(index, node);