Searched
refs:if (Results
576 -
600 of
3674) sorted by null
<<21222324252627282930>>
/external/chromium/chrome/browser/resources/ |
print_preview_animations.js | 20 * Makes the scrollbars visible. If |el| has already a scrollbar timer, it 29 if (el.transientHideScrollbarsTimeoutId) 80 if (elevatorWidth < TRANSIENT_MIN_SCROLLBAR_SIZE) 82 if (elevatorHeight < TRANSIENT_MIN_SCROLLBAR_SIZE) 85 if (offsetWidth >= scrollWidth) { 86 if (!el.scrollHorEl.classList.contains('hidden')) 89 if (el.scrollHorEl.classList.contains('hidden')) 98 if (offsetHeight >= scrollHeight) { 99 if (!el.scrollVertEl.classList.contains('hidden')) 102 if (el.scrollVertEl.classList.contains('hidden') [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
script.js | 8 // TODO(mbelshe): If the page redirects, the location changed and the 30 if (maxDepth < tempDepth) { 32 } else if (minDepth > tempDepth) { 50 if (window.parent != window) { 60 // If the load is not finished yet, schedule a timer to check again in a 62 if (load_times.finishLoadTime != 0) {
|
/external/dhcpcd/mk/ |
prog.mk | 10 # If building for /, ensure we use the libc in / if different from 13 _RPATH_SH= if test "${PREFIX}" = "" -o "${PREIX}" = "/"; then \ 21 # If building for /, ensure we use the linker in /libexec if different from 23 _DYNLINK_SH= if test "${PREFIX}" = "" -o "${PREFIX}" = "/" && test -e /libexec/ld.elf_so; then \
|
/external/doclava/res/assets/templates/ |
hierarchy.cs | 30 <?cs if:cl.exists ?> 34 <?cs /if ?> 38 <?cs if:iface.exists ?> 42 <?cs /if ?>
|
/external/libogg/win32/VS6/ |
build_ogg_dynamic.bat | 4 if .%SRCROOT%==. set SRCROOT=i:\xiph
|
build_ogg_dynamic_debug.bat | 4 if .%SRCROOT%==. set SRCROOT=i:\xiph
|
build_ogg_static.bat | 4 if .%SRCROOT%==. set SRCROOT=i:\xiph
|
build_ogg_static_debug.bat | 4 if .%SRCROOT%==. set SRCROOT=i:\xiph
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 18 | If | Then | Else
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 18 | If | Then | Else
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 18 | If | Then | Else
|
/external/llvm/utils/vim/ |
tablegen.vim | 6 if version < 600 12 " May be changed if you have a really slow machine 33 if version >= 508 || !exists("did_c_syn_inits") 34 if version < 508
|
/external/qemu/ |
Android.mk | 2 # through the 'm' or 'mm' build commands. if not, we use the
|
/external/v8/test/mjsunit/compiler/ |
regress-1.js | 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 if (y % 4 != 0) return 365; 30 if (y % 4 == 0 && y % 100 != 0) return 366; 31 if (y % 100 == 0 && y % 400 != 0) return 365; 32 if (y % 400 == 0) return 366;
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
basic-operation.js | 7 if (window.layoutTestController)
|
event-after-navigation.js | 3 if (window.layoutTestController)
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
enabled.js | 6 if (property == "geolocation")
|
/external/webkit/LayoutTests/fast/dom/Selection/script-tests/ |
collapseToX-empty-selection.js | 1 description("Test that collapseToStart() and collapseToEnd() throw INVALID_STATE_ERR if no selection is made.");
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
offline-access.js | 11 if (req.responseText == "Hello, World!")
|
/external/webkit/LayoutTests/storage/ |
execute-sql-args.js | 57 if (expectException) { 58 if (exception) 63 if (exception) 77 if (window.layoutTestController)
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
bitops-nsieve-bits.js | 18 if (isPrime[i>>5] & 1<<(i&31)) {
|
string-validate-input.js | 20 if(pattern.test(email)) 42 if (ch < "0" || ch > "9") { 48 if (zipGood && zip.length>5) 54 if (zipGood)
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
bitops-nsieve-bits.js | 18 if (isPrime[i>>5] & 1<<(i&31)) {
|
string-validate-input.js | 20 if(pattern.test(email)) 42 if (ch < "0" || ch > "9") { 48 if (zipGood && zip.length>5) 54 if (zipGood)
|
/frameworks/base/tools/aidl/ |
Android.mk | 5 # This tool is prebuilt if we're doing an app-only build.
|
Completed in 667 milliseconds
<<21222324252627282930>>