OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxWorkingVertical
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/nav/
CachedHistory.h
49
int maxWorkingVertical() const { return
mMaxWorkingVertical
; }
74
int
mMaxWorkingVertical
;
CachedHistory.cpp
73
if (
mMaxWorkingVertical
> viewBounds.maxX() ||
mMaxWorkingVertical
<= viewBounds.x())
74
mMaxWorkingVertical
= viewBounds.maxX();
86
mMaxWorkingHorizontal =
mMaxWorkingVertical
= INT_MAX;
114
mMaxWorkingVertical
= navBounds->maxX();
172
max = b->
mMaxWorkingVertical
;
Completed in 12 milliseconds