OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMouseBounds
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/android/nav/
CachedHistory.h
53
void setMouseBounds(const WebCore::IntRect& loc) {
mMouseBounds
= loc; }
64
WebCore::IntRect
mMouseBounds
; // constricted bounds, if cursor ring is partially visible
CachedFrame.h
185
const WebCore::IntRect& mouseBounds() const { return
mMouseBounds
; }
189
void setMouseBounds(const WebCore::IntRect& b) {
mMouseBounds
= b; }
205
WebCore::IntRect
mMouseBounds
;
CachedHistory.cpp
159
DEBUG_PRINT_RECT(
mMouseBounds
);
CachedRoot.cpp
[
all
...]
Completed in 19 milliseconds