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
467
virtual LayoutRect elementRect() const { return
m_explicitElementRect
; }
468
void setElementRect(LayoutRect r) {
m_explicitElementRect
= r; }
563
LayoutRect
m_explicitElementRect
;
AXNodeObject.cpp
[
all
...]
AXRenderObject.cpp
190
if (!
m_explicitElementRect
.isEmpty())
191
return
m_explicitElementRect
;
[
all
...]
Completed in 134 milliseconds