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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXInlineTextBox.cpp 46 m_axObjectCache = renderText->document().axObjectCache();
51 if (m_axObjectCache && m_inlineTextBox)
52 m_axObjectCache->remove(m_inlineTextBox.get());
67 m_axObjectCache = 0;
127 if (!m_inlineTextBox || !m_axObjectCache)
131 return m_axObjectCache->getOrCreate(renderText);
AXInlineTextBox.h 61 AXObjectCache* m_axObjectCache;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
Document.h     [all...]

Completed in 58 milliseconds