/external/chromium/chrome/browser/ |
D | cookies_tree_model.h | 72 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 …]
|
D | cookies_tree_model_unittest.cc | 108 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()
|
D | cookies_tree_model.cc | 575 switch (ct_node->GetDetailedInfo().node_type) { in GetIconIndex()
|
/external/sepolicy/ |
D | net.te | 2 type node, node_type; 11 allow netdomain node_type:{ tcp_socket udp_socket } node_bind;
|
D | unconfined.te | 17 allow unconfineddomain node_type:node *; 18 allow unconfineddomain node_type:{ tcp_socket udp_socket } node_bind;
|
D | attributes | 28 attribute node_type;
|
D | app.te | 108 allow untrusted_app node_type:{ tcp_socket udp_socket } node_bind;
|
/external/chromium/chrome/browser/accessibility/ |
D | accessibility_win_browsertest.cc | 687 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()
|
D | browser_accessibility_win.cc | 802 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()
|
D | browser_accessibility_win.h | 336 unsigned short* node_type);
|
/external/webkit/Tools/gdb/ |
D | webkit.py | 301 node_type = gdb.lookup_type('WebCore::Node') 310 if target_type == str(node_type):
|
/external/astl/include/ |
D | list | 67 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/ |
D | collected_cookies_win.cc | 425 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/ |
D | wizard.rb | 264 node_type = @token_scheme[ token_name ] || INVALID_TOKEN_TYPE 265 node = @adaptor.create_from_type( node_type, text )
|
/external/chromium/chrome/browser/ui/gtk/ |
D | collected_cookies_gtk.cc | 342 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/ |
D | refpolicy-base.conf | 625 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/ |
D | cxtypes.h | 1198 #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/ |
D | collected_cookies_ui_delegate.cc | 36 while (node && node->GetDetailedInfo().node_type != in GetOriginNode()
|
D | cookies_tree_model_util.cc | 71 switch (node.GetDetailedInfo().node_type) { in GetCookieTreeNodeDictionary()
|
/external/libxml2/ |
D | c14n.c | 183 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/ |
D | collected_cookies_mac.mm | 237 if (cookie->GetDetailedInfo().node_type != 330 if (cookie->GetDetailedInfo().node_type !=
|
D | cookie_details.mm | 257 CookieTreeNode::DetailedInfo::NodeType nodeType = info.node_type;
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 3191 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/ |
D | ast.h | 161 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/ |
D | msm_camera.h | 349 int node_type; member
|