OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_explicitElementRect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h
470
virtual LayoutRect elementRect() const { return
m_explicitElementRect
; }
471
void setElementRect(LayoutRect r) {
m_explicitElementRect
= r; }
566
LayoutRect
m_explicitElementRect
;
AXNodeObject.cpp
[
all
...]
AXRenderObject.cpp
191
if (!
m_explicitElementRect
.isEmpty())
192
return
m_explicitElementRect
;
[
all
...]
Completed in 6158 milliseconds