/external/chromium_org/third_party/WebKit/ManualTests/ |
back.html | 1 <input type="button" onclick="history.back()" value="Go Back"
|
back-forward-during-alert-1.html | 2 View this page, then click <a href="back-forward-during-alert-2.html">here.</a>
|
navigation-during-onload-triggered-by-back.html | 5 <p>Same-document navigation in onload triggered by back navigation.</p> 9 <li>Click Back.</li> 12 <p>We cannot use history.back() to test this, because it calls Page::goToItem 13 (which calls FrameLoader::stopAllLoaders) first. Chromium's back button does
|
go-back-after-alert.html | 3 This tests a bug where going back just before putting up an alert can lead to a crash. 5 <a href="resources/alert-and-go-back.html">Click this link to run the test.</a>
|
back-forward-during-alert-2.html | 4 alert("While this alert is showing, two-fingered swipe back using a MacBook trackpad, Magic Trackpad, or Magic Mouse. You should not be able to navigate back. If you can, dismissing this dialog will likely result in a crash.");
|
/external/chromium_org/third_party/WebKit/ManualTests/redirectHistory/ |
redir-3.html | 5 window.setTimeout("window.history.back()", 1000); 9 <p>Going back...</p>
|
/external/chromium_org/third_party/WebKit/Tools/ |
whitespace_file.txt | 3 She blinked slowly back at him.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrClipMaskCache.h | 28 GrClipStackFrame* temp = (GrClipStackFrame*) fStack.back(); 39 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 43 if (back->fLastMask.texture() && 44 back->fLastBound == bounds && 45 back->fLastClipGenID == clipGenID) { 58 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 60 back->reset(); 75 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back() local 98 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 110 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 124 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 136 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 152 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 169 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local [all...] |
/external/skia/src/gpu/ |
GrClipMaskCache.h | 28 GrClipStackFrame* temp = (GrClipStackFrame*) fStack.back(); 39 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 43 if (back->fLastMask.texture() && 44 back->fLastBound == bounds && 45 back->fLastClipGenID == clipGenID) { 58 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 60 back->reset(); 75 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back() local 98 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 110 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 124 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 136 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 152 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local 169 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
will-go-back.html | 4 history.back(); 9 If you can go back using the history : test has succeed.
|
empty-document-goes-back.html | 5 setTimeout("window.history.back();", 0);
|
alert-and-go-back.html | 2 history.back();
|
navigation-during-onload-container.html | 7 <iframe src="http://127.0.0.1:8000/history/resources/back-during-onload-middle.html"></iframe> 9 Click the back button and see if the browser crashes.
|
before-go-back.html | 3 <a href="will-go-back.html"> 11 This test checks if you can go back to a _blank previously tab-opened page. 13 When you click on the above link, one page is loaded and tries to go back.
|
/external/chromium_org/third_party/harfbuzz-ng/ |
OWNERS | 3 # Add back bashi later.
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.h | 260 int back; local 261 back=0; 263 back+=(*f++)*(*g++); 265 return(back); 273 int back; local 274 back=0; 275 back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++) 295 int back; local 600 float back; local [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.h | 260 int back; local 261 back=0; 263 back+=(*f++)*(*g++); 265 return(back); 273 int back; local 274 back=0; 275 back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++) 295 int back; local 600 float back; local [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.h | 260 int back; local 261 back=0; 263 back+=(*f++)*(*g++); 265 return(back); 273 int back; local 274 back=0; 275 back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++) 295 int back; local 600 float back; local [all...] |
/external/icu4c/layoutex/ |
LXUtilities.cpp | 77 le_int32 front, back; local 79 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { 82 array[front] = array[back]; 83 array[back] = swap; 89 le_int32 front, back; local 91 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) [all...] |
/art/test/107-int-math2/ |
info.txt | 2 TODO: fold back into 003-omnibus-opcodes.
|
/external/chromium_org/media/base/ |
channel_layout.h | 24 // Front L, Front R, Back C 30 // Front L, Front R, Front C, Back C 36 // Front L, Front R, Back L, Back R 45 // Front L, Front R, Front C, Back L, Back R 48 // Front L, Front R, Front C, Back L, Back R, LFE 51 // Front L, Front R, Front C, Side L, Side R, Back L, Back [all...] |
/external/eigen/test/ |
stddeque.cpp | 25 w.front() = w.back(); 26 VERIFY_IS_APPROX(w.front(), w.back()); 39 v.back() = x; 40 VERIFY_IS_APPROX(v.back(), x); 42 VERIFY_IS_APPROX(v.back(), y); 44 VERIFY_IS_APPROX(v.back(), x); 54 w.front() = w.back(); 55 VERIFY_IS_APPROX(w.front(), w.back()); 68 v.back() = x; 69 VERIFY_IS_APPROX(v.back(), x) [all...] |
stdlist.cpp | 25 w.front() = w.back(); 26 VERIFY_IS_APPROX(w.front(), w.back()); 39 v.back() = x; 40 VERIFY_IS_APPROX(v.back(), x); 42 VERIFY_IS_APPROX(v.back(), y); 44 VERIFY_IS_APPROX(v.back(), x); 54 w.front() = w.back(); 55 VERIFY_IS_APPROX(w.front(), w.back()); 68 v.back() = x; 69 VERIFY_IS_APPROX(v.back(), x) [all...] |
/art/test/080-oom-throw/ |
info.txt | 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
|
/dalvik/tests/080-oom-throw/ |
info.txt | 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
|