HomeSort by relevance Sort by last modified time
    Searched defs:node_type (Results 1 - 10 of 10) sorted by null

  /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);
  /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; }
142 { return (!isRoot() && (0 != static_cast<node_type*>(IteratorType::m_pNode)->data)); }
201 typedef Node<value_type> node_type; typedef in struct:mcld::TreeIterator
222 { return static_cast<node_type*>(m_pNode)->data; }
225 { return *static_cast<node_type*>(m_pNode)->data; }
231 { return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data)); }
384 typedef Node<value_type> node_type; typedef in class:mcld::BinaryTree
446 node_type *node = BinaryTreeBase<DataType>::createNode()
    [all...]
  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 576 enum node_type enum
645 ENUM_BITFIELD(node_type) type : 7; /* CPP node type. */
    [all...]
  /external/bluetooth/glib/gobject/
gtype.c 248 #define NODE_TYPE(node) (node->supers[0])
265 (node)->supers[(node)->n_supers - (ancestor)->n_supers] == NODE_TYPE (ancestor))
478 if (ftype != NODE_TYPE (node))
529 GType iface_type = NODE_TYPE (iface_node);
919 if (entry && entry->vtable == NULL && !type_iface_peek_holder_L (iface, NODE_TYPE (node)))
1150 GType node_type = NODE_TYPE (node); local
    [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/opencv/cxcore/src/
cxpersistence.cpp 3191 int node_type; local
    [all...]
  /external/v8/src/
ast.h 161 virtual AstNode::Type node_type() const { return AstNode::k##type; }
213 virtual Type node_type() const { return kInvalid; } function in class:v8::internal::AstNode
217 bool Is##type() { return node_type() == AstNode::k##type; } \
    [all...]

Completed in 1151 milliseconds