Searched refs:child_node (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dframe_accessibility.cc108 FrameTreeNode* child_node = local
110 if (!child_node)
114 if (child_node->frame_tree() !=
120 return child_node->current_frame_host();
143 FrameTreeNode* child_node = local
145 if (child_node &&
146 child_node->current_frame_host() == child_frame_host) {
148 if (child_node->frame_tree() !=
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dmalware_dom_details.cc40 SafeBrowsingHostMsg_MalwareDOMDetails_Node child_node; local
41 child_node.url = child_url;
42 child_node.tag_name = element.tagName().utf8();
43 child_node.parent = parent_node->url;
44 resources->push_back(child_node);
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dlookup_key.h45 // deeper with the next level node being |child_node|.
47 // For example, if |parent| is "data/US" and |child_node| is "CA", then this
50 // The |parent| can be at most LOCALITY level. The |child_node| cannot be
52 void FromLookupKey(const LookupKey& parent, const std::string& child_node);
H A Dlookup_key.cc110 const std::string& child_node) {
112 assert(!child_node.empty());
117 nodes_.insert(std::make_pair(child_field, child_node));
109 FromLookupKey(const LookupKey& parent, const std::string& child_node) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc543 const BookmarkNode* child_node = NULL; local
544 child_node = node_finder.FindBookmarkNode(
548 if (child_node) {
549 Associate(child_node, sync_child_id);
555 sync_child_node, bookmark_model_, child_node, profile_);
556 bookmark_model_->Move(child_node, parent_node, index);
561 child_node = BookmarkChangeProcessor::CreateBookmarkNode(
563 if (!child_node) {
567 Associate(child_node, sync_child_id);
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmark_api_helpers.cc84 linked_ptr<BookmarkTreeNode> child_node(
86 children.push_back(child_node);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc1496 const BookmarkNode* child_node = node->GetChild(i); local
1501 EXPECT_EQ(child_node->GetTitle(), test_node.GetTitle());
1503 EXPECT_FALSE(child_node->is_folder());
1504 EXPECT_TRUE(child_node->is_url());
1505 EXPECT_EQ(child_node->url(), test_node.url());
1509 child_node->date_added().ToInternalValue());
1511 EXPECT_TRUE(child_node->is_folder());
1512 EXPECT_FALSE(child_node->is_url());
1729 const BookmarkNode* child_node = bookmark_bar_node->GetChild(remove_index); local
1730 ASSERT_TRUE(child_node);
1914 const BookmarkNode* child_node = bookmark_bar_node->GetChild(remove_index); local
[all...]
H A Dprofile_sync_service_autofill_unittest.cc642 syncer::ReadNode child_node(&trans);
643 if (child_node.InitByIdLookup(child_id) != BaseNode::INIT_OK)
647 child_node.GetAutofillSpecifics());
666 child_id = child_node.GetSuccessorId();
681 syncer::ReadNode child_node(&trans);
682 if (child_node.InitByIdLookup(child_id) != BaseNode::INIT_OK)
686 child_node.GetAutofillProfileSpecifics());
692 child_id = child_node.GetSuccessorId();
H A Dprofile_sync_service_typed_url_unittest.cc301 syncer::ReadNode child_node(&trans);
302 if (child_node.InitByIdLookup(child_id) != syncer::BaseNode::INIT_OK)
306 child_node.GetTypedUrlSpecifics());
317 child_id = child_node.GetSuccessorId();
/external/chromium_org/extensions/common/
H A Dextension_api.cc84 const base::DictionaryValue* child_node = NULL; local
89 child_node = FindListItem(list_node, "name", child_name);
90 if (child_node)
91 return child_node;
/external/chromium_org/build/android/gyp/
H A Dgenerate_v14_compatible_resources.py63 for child_node in node.childNodes:
64 for child_node_element in IterateXmlElements(child_node):
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsubversion_file_system.py37 for child_node in node.childNodes:
38 text.append(_InnerText(child_node))
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter.cc69 BrowserAccessibility* child_node = node.PlatformGetChild(i); local
72 RecursiveBuildAccessibilityTree(*child_node, child_dict);
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c556 ListNode * const child_node = child_list->next; local
558 if (child_node->refcount < -1) {
559 list_remove_free(child_node, free_value, NULL);
595 const ListNode *child_node; local
599 for (child_node = child_list->next; child_node != child_list;
600 child_node = child_node->next) {
601 const SourceLocation * const location = child_node->value;
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree_base.cc131 NodeBase* child_node, Nodes* orphans) {
132 DCHECK_EQ(this, child_node->parent());
134 scoped_ptr<NodeBase> orphan(child_node->RemoveAndReturnLastChild());
137 orphan = child_node->RemoveAndReturnLastChild();
140 Nodes::iterator i = std::find(children_.begin(), children_.end(), child_node);
144 return scoped_ptr<NodeBase>(child_node);
130 RemoveChild( NodeBase* child_node, Nodes* orphans) argument
H A Dr_tree_base.h144 scoped_ptr<NodeBase> RemoveChild(NodeBase* child_node, Nodes* orphans);
H A Dr_tree_unittest.cc62 const RTreeBase::NodeBase* child_node = node->child(i); local
63 check_bounds.Union(child_node->rect());
64 EXPECT_EQ(node->Level() - 1, child_node->Level());
65 EXPECT_EQ(node, child_node->parent());
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_unittest.cc408 SafeBrowsingHostMsg_MalwareDOMDetails_Node child_node; local
409 child_node.url = GURL(kDOMChildURL);
410 child_node.tag_name = "iframe";
411 child_node.parent = GURL(kDOMParentURL);
412 params.push_back(child_node);
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc223 BookmarkNode* child_node = permanent_node->GetChild(j); local
224 removed_nodes.push_back(child_node);
225 RemoveNodeAndGetRemovedUrls(child_node, &removed_urls);
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Didl_definitions.py661 def child_node(extended_attribute_node): function in function:ext_attributes_node_to_extended_attributes
672 child = child_node(extended_attribute_node)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParseTreeTransforms.py1798 child_node = self.visit(node.node)
1799 if not child_node:
1801 if type(child_node) is list: # Assignment synthesized
1802 node.child_node = child_node[0]
1803 return [node] + child_node[1:]
1804 node.node = child_node

Completed in 434 milliseconds