OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_axObjectCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXInlineTextBox.cpp
47
m_axObjectCache
= renderText->document().axObjectCache();
52
if (
m_axObjectCache
&& m_inlineTextBox)
53
m_axObjectCache
->remove(m_inlineTextBox.get());
68
m_axObjectCache
= 0;
128
if (!m_inlineTextBox || !
m_axObjectCache
)
132
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 827 milliseconds