OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNavBounds
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/android/nav/
CachedHistory.h
50
const WebCore::IntRect& navBounds() const { return
mNavBounds
; }
54
void setNavBounds(const WebCore::IntRect& loc) {
mNavBounds
= loc; }
65
WebCore::IntRect
mNavBounds
; // cursor ring bounds plus optional keystroke movement
CachedHistory.cpp
101
const WebCore::IntRect* navBounds = &
mNavBounds
;
105
mNavBounds
= cursorBounds;
160
DEBUG_PRINT_RECT(
mNavBounds
);
CachedRoot.cpp
[
all
...]
Completed in 96 milliseconds