Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 25 of 25) sorted by relevance

/external/chromium/chrome/browser/
Dcookies_tree_model.h72 DetailedInfo(const string16& origin, NodeType node_type, in DetailedInfo()
82 node_type(node_type), in DetailedInfo()
89 DCHECK((node_type != TYPE_DATABASE) || database_info); in DetailedInfo()
90 DCHECK((node_type != TYPE_LOCAL_STORAGE) || local_storage_info); in DetailedInfo()
91 DCHECK((node_type != TYPE_SESSION_STORAGE) || session_storage_info); in DetailedInfo()
92 DCHECK((node_type != TYPE_APPCACHE) || appcache_info); in DetailedInfo()
93 DCHECK((node_type != TYPE_INDEXED_DB) || indexed_db_info); in DetailedInfo()
96 DetailedInfo(const std::wstring& origin, NodeType node_type, in DetailedInfo()
106 node_type(node_type), in DetailedInfo()
113 DCHECK((node_type != TYPE_DATABASE) || database_info); in DetailedInfo()
[all …]
Dcookies_tree_model_unittest.cc108 CookieTreeNode::DetailedInfo::NodeType node_type) { in GetNodesOfChildren() argument
112 retval += GetNodesOfChildren(node->GetChild(i), node_type); in GetNodesOfChildren()
116 if (node->GetDetailedInfo().node_type == node_type) { in GetNodesOfChildren()
117 switch (node_type) { in GetNodesOfChildren()
Dcookies_tree_model.cc575 switch (ct_node->GetDetailedInfo().node_type) { in GetIconIndex()
/external/sepolicy/
Dnet.te2 type node, node_type;
11 allow netdomain node_type:{ tcp_socket udp_socket } node_bind;
Dunconfined.te17 allow unconfineddomain node_type:node *;
18 allow unconfineddomain node_type:{ tcp_socket udp_socket } node_bind;
Dattributes28 attribute node_type;
Dapp.te108 allow untrusted_app node_type:{ tcp_socket udp_socket } node_bind;
/external/chromium/chrome/browser/accessibility/
Daccessibility_win_browsertest.cc687 unsigned short node_type; // NOLINT in IN_PROC_BROWSER_TEST_F() local
690 &node_type); in IN_PROC_BROWSER_TEST_F()
692 EXPECT_EQ(NODETYPE_DOCUMENT, node_type); in IN_PROC_BROWSER_TEST_F()
701 &node_type); in IN_PROC_BROWSER_TEST_F()
704 EXPECT_EQ(NODETYPE_ELEMENT, node_type); in IN_PROC_BROWSER_TEST_F()
713 &node_type); in IN_PROC_BROWSER_TEST_F()
716 EXPECT_EQ(NODETYPE_ELEMENT, node_type); in IN_PROC_BROWSER_TEST_F()
Dbrowser_accessibility_win.cc802 unsigned short* node_type) { in get_nodeInfo() argument
807 !unique_id || !node_type) { in get_nodeInfo()
823 *node_type = NODETYPE_DOCUMENT; in get_nodeInfo()
826 *node_type = NODETYPE_TEXT; in get_nodeInfo()
828 *node_type = NODETYPE_ELEMENT; in get_nodeInfo()
Dbrowser_accessibility_win.h336 unsigned short* node_type);
/external/webkit/Tools/gdb/
Dwebkit.py301 node_type = gdb.lookup_type('WebCore::Node')
310 if target_type == str(node_type):
/external/astl/include/
Dlist67 typedef android::ListNode<_T> node_type;
81 reference operator*() const { return static_cast<node_type*>(mNode)->mData; }
108 typedef android::ListNode<_T> node_type;
124 reference operator*() const { return static_cast<node_type*>(mNode)->mData; }
/external/chromium/chrome/browser/ui/views/
Dcollected_cookies_win.cc425 if (cookie_node->GetDetailedInfo().node_type == in EnableControls()
437 if (cookie_node->GetDetailedInfo().node_type == in EnableControls()
457 if (detailed_info.node_type == CookieTreeNode::DetailedInfo::TYPE_COOKIE) { in ShowCookieInfo()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb264 node_type = @token_scheme[ token_name ] || INVALID_TOKEN_TYPE
265 node = @adaptor.create_from_type( node_type, text )
/external/chromium/chrome/browser/ui/gtk/
Dcollected_cookies_gtk.cc342 if (detailed_info.node_type == CookieTreeNode::DetailedInfo::TYPE_COOKIE) { in ShowSelectionInfo()
387 if (node->GetDetailedInfo().node_type != in SelectionContainsOriginNode()
449 if (node->GetDetailedInfo().node_type != in AddExceptions()
/external/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf625 attribute node_type;
805 type node_t, node_type;
806 type compat_ipv4_node_t alias node_compat_ipv4_t, node_type;
807 type inaddr_any_node_t alias node_inaddr_any_t, node_type;
808 type node_internal_t, node_type;
809 type link_local_node_t alias node_link_local_t, node_type;
810 type lo_node_t alias node_lo_t, node_type;
811 type mapped_ipv4_node_t alias node_mapped_ipv4_t, node_type;
812 type multicast_node_t alias node_multicast_t, node_type;
813 type site_local_node_t alias node_site_local_t, node_type;
[all …]
/external/opencv/cxcore/include/
Dcxtypes.h1198 #define CV_TREE_NODE_FIELDS(node_type) \ argument
1201 struct node_type* h_prev; /* Previous sequence. */ \
1202 struct node_type* h_next; /* Next sequence. */ \
1203 struct node_type* v_prev; /* 2nd previous sequence. */ \
1204 struct node_type* v_next /* 2nd next sequence. */
/external/chromium/chrome/browser/ui/webui/
Dcollected_cookies_ui_delegate.cc36 while (node && node->GetDetailedInfo().node_type != in GetOriginNode()
Dcookies_tree_model_util.cc71 switch (node.GetDetailedInfo().node_type) { in GetCookieTreeNodeDictionary()
/external/libxml2/
Dc14n.c183 xmlC14NErrInvalidNode(const char *node_type, const char *extra) in xmlC14NErrInvalidNode() argument
188 "Node %s is invalid here : %s\n", node_type, extra); in xmlC14NErrInvalidNode()
198 xmlC14NErrUnknownNode(int node_type, const char *extra) in xmlC14NErrUnknownNode() argument
203 "Unknown node type %d found : %s\n", node_type, extra); in xmlC14NErrUnknownNode()
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcollected_cookies_mac.mm237 if (cookie->GetDetailedInfo().node_type !=
330 if (cookie->GetDetailedInfo().node_type !=
Dcookie_details.mm257 CookieTreeNode::DetailedInfo::NodeType nodeType = info.node_type;
/external/opencv/cxcore/src/
Dcxpersistence.cpp3191 int node_type; in cvStartReadRawData() local
3197 node_type = CV_NODE_TYPE(src->tag); in cvStartReadRawData()
3198 if( node_type == CV_NODE_INT || node_type == CV_NODE_REAL ) in cvStartReadRawData()
3206 else if( node_type == CV_NODE_SEQ ) in cvStartReadRawData()
3210 else if( node_type == CV_NODE_NONE ) in cvStartReadRawData()
/external/v8/src/
Dast.h161 virtual AstNode::Type node_type() const { return AstNode::k##type; }
213 virtual Type node_type() const { return kInvalid; } in node_type() function
217 bool Is##type() { return node_type() == AstNode::k##type; } \
/external/kernel-headers/original/media/
Dmsm_camera.h349 int node_type; member