HomeSort by relevance Sort by last modified time
    Searched refs:m_resultType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.cpp 47 m_resultType = BOOLEAN_TYPE;
50 m_resultType = NUMBER_TYPE;
53 m_resultType = STRING_TYPE;
56 m_resultType = UNORDERED_NODE_ITERATOR_TYPE;
76 m_resultType = type;
80 m_resultType = type;
84 m_resultType = type;
95 m_resultType = type;
103 m_resultType = type;
111 m_resultType = type
    [all...]
XPathResult.h 81 unsigned short m_resultType;

Completed in 3043 milliseconds