HomeSort by relevance Sort by last modified time
    Searched refs:node_type (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/
cookies_tree_model.h 72 DetailedInfo(const string16& origin, NodeType node_type,
82 node_type(node_type),
89 DCHECK((node_type != TYPE_DATABASE) || database_info);
90 DCHECK((node_type != TYPE_LOCAL_STORAGE) || local_storage_info);
91 DCHECK((node_type != TYPE_SESSION_STORAGE) || session_storage_info);
92 DCHECK((node_type != TYPE_APPCACHE) || appcache_info);
93 DCHECK((node_type != TYPE_INDEXED_DB) || indexed_db_info);
96 DetailedInfo(const std::wstring& origin, NodeType node_type,
106 node_type(node_type)
122 NodeType node_type; member in struct:CookieTreeNode::DetailedInfo
    [all...]
cookies_tree_model_unittest.cc 108 CookieTreeNode::DetailedInfo::NodeType node_type) {
112 retval += GetNodesOfChildren(node->GetChild(i), node_type);
116 if (node->GetDetailedInfo().node_type == node_type) {
117 switch (node_type) {
  /external/sepolicy/
attributes 31 attribute node_type;
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureNodeFields.java 125 node_type, enum constant in enum:ConfigureNodeFields
ConfigureForm.java 359 String value = getFieldValue(ConfigureNodeFields.node_type);
374 addField(ConfigureNodeFields.node_type, FormField.TYPE_LIST_SINGLE);
375 setAnswer(ConfigureNodeFields.node_type.getFieldName(), getListSingle(type.toString()));
PubSubManager.java 128 FormField nodeTypeField = config.getField(ConfigureNodeFields.node_type.getFieldName());
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 177 BinTreeTy::node_type* node = createNode();
180 const_cast<const node_type*>(node));
183 const_cast<const node_type*>(node));
191 BinTreeTy::node_type* node = createNode();
195 const_cast<const node_type*>(node));
198 const_cast<const node_type*>(node));
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 110 typedef Node<value_type> node_type; typedef in class:mcld::PolicyIteratorBase
133 { return static_cast<node_type*>(IteratorType::m_pNode)->data; }
136 { return *static_cast<node_type*>(IteratorType::m_pNode)->data; }
139 { return (!IteratorType::isRoot() && (0 != static_cast<node_type*>(IteratorType::m_pNode)->data)); }
198 typedef Node<value_type> node_type; typedef in struct:mcld::TreeIterator
219 { return static_cast<node_type*>(m_pNode)->data; }
222 { return *static_cast<node_type*>(m_pNode)->data; }
228 { return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data)); }
381 typedef Node<value_type> node_type; typedef in class:mcld::BinaryTree
443 node_type *node = BinaryTreeBase<DataType>::createNode()
    [all...]
  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 48 BinaryTree<Input>::node_type* node = createNode();
  /external/webkit/Tools/gdb/
webkit.py 301 node_type = gdb.lookup_type('WebCore::Node')
310 if target_type == str(node_type):
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 53 * @param node_type One of Node.xxx_NODE constants, e.g. Node.ELEMENT_NODE
56 public MockXmlNode(String namespace, String localName, short node_type,
60 mNodeType = node_type;
  /external/chromium/chrome/browser/accessibility/
accessibility_win_browsertest.cc 687 unsigned short node_type; // NOLINT local
690 &node_type);
692 EXPECT_EQ(NODETYPE_DOCUMENT, node_type);
701 &node_type);
704 EXPECT_EQ(NODETYPE_ELEMENT, node_type);
713 &node_type);
716 EXPECT_EQ(NODETYPE_ELEMENT, node_type);
browser_accessibility_win.cc 802 unsigned short* node_type) {
807 !unique_id || !node_type) {
823 *node_type = NODETYPE_DOCUMENT;
826 *node_type = NODETYPE_TEXT;
828 *node_type = NODETYPE_ELEMENT;
    [all...]
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 425 if (cookie_node->GetDetailedInfo().node_type ==
437 if (cookie_node->GetDetailedInfo().node_type ==
457 if (detailed_info.node_type == CookieTreeNode::DetailedInfo::TYPE_COOKIE) {
  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 342 if (detailed_info.node_type == CookieTreeNode::DetailedInfo::TYPE_COOKIE) {
387 if (node->GetDetailedInfo().node_type !=
449 if (node->GetDetailedInfo().node_type !=
  /external/libsepol/tests/policies/test-cond/
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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 585 enum node_type enum
654 ENUM_BITFIELD(node_type) type : 6; /* CPP node type. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 585 enum node_type enum
654 ENUM_BITFIELD(node_type) type : 6; /* CPP node type. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 585 enum node_type enum
654 ENUM_BITFIELD(node_type) type : 6; /* CPP node type. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 585 enum node_type enum
654 ENUM_BITFIELD(node_type) type : 6; /* CPP node type. */
    [all...]
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.cc 36 while (node && node->GetDetailedInfo().node_type !=
cookies_tree_model_util.cc 71 switch (node.GetDetailedInfo().node_type) {
  /external/opencv/cxcore/include/
cxtypes.h 1198 #define CV_TREE_NODE_FIELDS(node_type) \
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. */
    [all...]
  /external/libxml2/
c14n.c 183 xmlC14NErrInvalidNode(const char *node_type, const char *extra)
188 "Node %s is invalid here : %s\n", node_type, extra);
198 xmlC14NErrUnknownNode(int node_type, const char *extra)
203 "Unknown node type %d found : %s\n", node_type, extra);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]

Completed in 1043 milliseconds

1 2