HomeSort by relevance Sort by last modified time
    Searched full:m_absolute (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.h 62 void setAbsolute(bool value) { m_absolute = value; setIsContextNodeSensitive(!m_absolute); }
71 bool m_absolute; member in class:blink::XPath::FINAL
XPathPath.cpp 88 : m_absolute(false)
120 if (m_absolute && context->nodeType() != Node::DOCUMENT_NODE) {
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationData.cpp 55 , m_absolute(false)
67 , m_absolute(absolute)
88 return m_absolute;
DeviceOrientationData.h 64 bool m_absolute; member in class:blink::FINAL

Completed in 157 milliseconds