OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientLocation
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.h
44
const LayoutPoint&
clientLocation
() const { return m_clientLocation; }
69
void initCoordinates(const LayoutPoint&
clientLocation
);
MouseRelatedEvent.cpp
97
void MouseRelatedEvent::initCoordinates(const LayoutPoint&
clientLocation
)
101
m_clientLocation =
clientLocation
;
102
m_pageLocation =
clientLocation
+ contentsScrollOffset(view());
MouseEvent.cpp
232
initCoordinates(mouseEvent->
clientLocation
());
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.h
68
String
clientLocation
() const;
WebSocketHandshake.cpp
185
String WebSocketHandshake::
clientLocation
() const
Completed in 61 milliseconds