OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_clientLocation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.h
40
int clientX() const { return
m_clientLocation
.x(); }
41
int clientY() const { return
m_clientLocation
.y(); }
44
const LayoutPoint& clientLocation() const { return
m_clientLocation
; }
77
LayoutPoint
m_clientLocation
;
MouseRelatedEvent.cpp
80
m_clientLocation
= adjustedPageLocation - toLayoutSize(scrollPosition);
101
m_clientLocation
= clientLocation;
220
return
m_clientLocation
.x();
227
return
m_clientLocation
.y();
Completed in 21 milliseconds