Searched refs:lastBottom (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Deditable_text_area_shadow.js83 var lastBottom = null; variable
105 if (rect.bottom == lastBottom) {
110 if (rect && lastBottom !== null) {
125 lastBottom = null;
128 } else if (rect && (lastBottom === null)) {
131 lastBottom = rect.bottom;
132 } else if (rect && rect.bottom != lastBottom) {
140 lastBottom = rect ? rect.bottom : null;
H A Dcontent_editable_extractor.js72 var lastBottom = null; variable
106 if (lastBottom !== null &&
107 rect.bottom != lastBottom &&
144 if (lastBottom === null) {
147 lastBottom = rect.bottom;
148 } else if (rect.bottom != lastBottom) {
152 lastBottom = rect.bottom;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4420 UChar32 lastBottom = 0; local
4451 lastBottom = last & bottomByte;
4455 (void)lastBottom; /* Suppress set but not used warnings. */
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 497 milliseconds