/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
assert_additions.js | 10 if (a !== undefined) { 18 * @param {string=} opt_message Error message if the condition is not met. 21 if (obj === undefined || obj === null) { 29 * @param {string} msg Message to print if exception not thrown. 38 if (error && e.name != error) { 55 if (array1.length != array2.length) { 59 if (array1[i].trim() != array2[i].trim()) { 63 if (!same) { 76 if (JSON.stringify(actual) !== JSON.stringify(expected)) {
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
cros_log_entry.js | 42 if (hasProcessID(process)) { 51 // Gets level of the log: error|warning|info|unknown if failed. 71 * We assume if the token contains '[' it contains a process ID. 74 * @return {boolean} true if '[' is found 82 * Checks if the input token contains level information. 88 if (token == undefined) 90 if (token.toLowerCase().indexOf('err') != -1) { 92 } else if (token.toLowerCase().indexOf('warn') != -1) { 94 } else if (token.toLowerCase().indexOf('info') != -1) {
|
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
fatnav.js | 35 if (e.target.classList.contains('toplevel')) { 48 if (!isLargerThanPhoneQuery.matches) 52 // Only toggle if magnifying glass is clicked. 53 if (e.target.localName == 'img') { 58 if (!wasAlreadyOpen) { 62 if (cse) 72 if (isLargerThanPhoneQuery.matches) 79 if (!isTouch) { 82 if (e.keyCode == 27) { // ESC
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
webstore_custom_bindings.js | 19 if (this._pendingInstall) 21 if (url !== undefined && typeof(url) !== 'string') { 25 if (onSuccess !== undefined && typeof(onSuccess) !== 'function') 27 if (onFailure !== undefined && typeof(onFailure) !== 'function') 30 // Since we call Install() with a bool for if we have listeners, listeners 40 if (installId !== undefined) { 52 if (!pendingInstall || pendingInstall.installId != installId) { 58 if (success && pendingInstall.onSuccess) 60 else if (!success && pendingInstall.onFailure)
|
media_galleries_custom_bindings.js | 17 if (response) { 39 if (request.callback) 47 if (request.callback) 56 if (response && 'mediaFileSystems' in response && 61 if (selectedFileSystemIndex >= 0) { 65 if (request.callback) 74 if (galleryId) { 76 if (mediaGalleriesMetadata[key].galleryId == galleryId) { 82 if (request.callback) 89 if (filesystem && filesystem.name & [all...] |
tab_capture_custom_bindings.js | 13 if (response && request.callback) { 16 if (response.audioConstraints) 18 if (response.videoConstraints)
|
/external/chromium_org/chrome/test/chromedriver/js/ |
focus.js | 7 // First, the currently active element is blurred, if it is different from 12 // Thirdly, if the target element is newly focused and is a text input, we 14 // Fourthly, we check if the new active element is the target element. If not, 17 // - |document.activeElement| is the currently focused element, or body if 19 // - Even if |document.hasFocus()| returns true and the active element is 28 if (element != prevActiveElement && prevActiveElement) 31 if (element != prevActiveElement && element.value && 36 if (!(error instanceof TypeError) && !(error instanceof DOMException && 41 if (element != doc.activeElement [all...] |
/external/chromium_org/extensions/renderer/resources/ |
image_util.js | 12 if (typeof callbacks.onerror === 'function') { 20 if (img.width <= 0 || img.height <= 0) { 26 if (imageSpec.width && imageSpec.width < img.width) 29 if (imageSpec.height && imageSpec.height < img.height) { 31 if (heightScale < scaleFactor) 44 if (typeof callbacks.oncomplete === 'function') { 49 if (typeof callbacks.onerror === 'function') { 61 if (err) 63 if ($Object.keys(loading).length == 0)
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
empty-for.js | 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34 if (x == 1) break; 37 if (x == 1) break; 40 if (x == 1) break; 48 if (!x) break; 51 if (!x) break; 54 if (x == 2) break; 62 if (!x) break; 65 if (!x) break; 68 if (x == 2) break [all...] |
/external/chromium_org/v8/test/mjsunit/ |
whitespaces.js | 57 if (is_whitespace(test_char)) { 68 if (is_whitespace(c)) { 76 // Skip if prefix is a digit. 77 if (c >= "0" && c <= "9") return; 79 if (is_whitespace(c)) { 87 if (!is_whitespace(c)) return; 93 // Skip if prefix is a digit. 94 if (c >= "0" && c <= "9") return; 96 if (is_whitespace(c)) {
|
/external/openssl/crypto/threads/ |
netware.bat | 20 if "%1" == "DEBUG" set BLD_DEBUG=YES 21 if "%1" == "debug" set BLD_DEBUG=YES 23 if "%MWCIncludes%" == "" goto inc_error 24 if "%PRELUDE%" == "" goto prelude_error 25 if "%IMPORTS%" == "" goto imports_error 29 if "%BLD_DEBUG%" == "YES" set LIBS=..\..\out_nw.dbg\ssl.lib ..\..\out_nw.dbg\crypto.lib 30 if "%BLD_DEBUG%" == "" set LIBS=..\..\out_nw\ssl.lib ..\..\out_nw\crypto.lib 48 if errorlevel 1 goto end 54 if errorlevel 1 goto end
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
navigation_manager.js | 68 if (store['keepReading']) { 105 // Instead, if there is no active element, activeElement is set to 108 * If there is an activeElement, use it. Otherwise, sync to the page 141 * True if in "reading from here" mode. 148 * True if we are at the end of the page and we wrap around. 155 * True if we have already announced that we will wrap around. 162 * True if we entered into a shifter. 169 * True if we exited a shifter. 176 * True if we want to ignore iframes no matter what. 195 if (this.activeIndicator) [all...] |
keyboard_handler.js | 35 if (!window.JSON) { 64 if (a[0].length < b[0].length) { 66 } else if (b[0].length < a[0].length) { 83 * @return {boolean} True if the default action should be performed. 88 if (cvox.ChromeVoxKbHandler.handlerKeyMap != undefined) { 95 // TODO (clchen): Disambiguate why functions are null. If the user pressed 99 if (!functionName) { 103 // If ChromeVox isn't active, ignore every command except the one 105 if (!cvox.ChromeVox.isActive && functionName != 'toggleChromeVox') { 109 // This is the key event handler return value - true if the event shoul [all...] |
live_regions_deprecated.js | 57 * @param {boolean} disableSpeak true if change announcement should be disabled. 58 * @return {boolean} true if any regions announced. 61 if (queueMode == undefined) { 70 if (cvox.LiveRegionsDeprecated.updateLiveRegion(regions[i], queueMode, 86 * @param {boolean} disableSpeak true if change announcement should be disabled. 87 * @return {boolean} true if the region announced a change. 90 if (cvox.AriaUtil.getAriaBusy(region)) { 95 if (!cvox.DomUtil.isVisible(region)) { 99 // Retrieve the previous value of this region if we've tracked it 103 if (regionIndex >= 0) [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
MissingTokenException.js | 2 if (arguments.length>0) { 17 if (org.antlr.lang.isValue(this.inserted) && 22 if ( org.antlr.lang.isValue(this.token) ) {
|
/external/chromium_org/chrome/browser/resources/ |
about_credits.js | 11 if (!licence) return false; 15 if (licence.style && licence.style.display == 'block') { 28 if (links[i].className === "show") {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/zoom/ |
popup.js | 35 if (tabs.length > 1) 43 if (modeRadios[i].value == zoomSettings.mode) 49 if (scopeRadios[i].value == zoomSettings.scope) 71 if (tabId == -1) 77 if (chrome.runtime.lastError) 92 if (tabId == -1) 96 if (chrome.runtime.lastError) 102 if (tabId == -1) 108 if (modeRadios[i].checked) 115 if (scopeRadios[i].checked [all...] |
/external/chromium_org/content/test/data/gpu/functional_files/ |
context.js | 13 // If we don't have a GL context, give up now 14 if (!gl_context) { 24 // Only continue if WebGL is available and working. 25 if (gl_context) {
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
example.js | 22 if (map.length < 1) { 25 if (addr < map[0].offs) { 30 if (addr < map[i].offs) { 35 if (filename) { 36 if (filename.length > 50) { 72 if (inTextSection) { 75 if (vals.length != 2) { 88 // If line starts with .text: 89 if (line.lastIndexOf(' .text', 0) === 0) { 127 if (msg_type == 'LOG:') [all...] |
/external/chromium_org/remoting/webapp/ |
options_menu.js | 52 if (this.fullscreen_) { 56 if (this.startStopRecording_) { 63 * @param {remoting.ClientSession} clientSession The active session, or null if 71 if (this.clientSession_) { 78 if (this.fullscreen_) { 82 if (this.startStopRecording_) { 84 if (this.clientSession_.isRecordingVideo()) { 96 if (this.clientSession_) { 102 if (this.clientSession_) { 108 if (this.clientSession_) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
Lock.js | 32 if (++this._count === 1) 39 if (this._count < 0) { 43 if (!this._count)
|
/external/chromium_org/third_party/libsrtp/srtp/ |
install-win.bat | 5 @if "%1"=="" (
12 @if not exist %destdir% (
18 if not exist "%%d" (
|
/external/chromium_org/v8/test/mjsunit/es6/ |
debug-stepin-generators.js | 12 if (event != Debug.DebugEvent.Break) return; 16 if (/stop stepping/.test(source)) return; 17 if (/yield/.test(source)) yields++;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/ |
Fingerprints.js | 5 if (idx==-1) { 15 if (idx != -1) { 18 if (idx != -1) {
|
/external/lzma/CS/7zip/Compress/LZ/ |
LzInWindow.cs | 12 bool _streamEndWasReached; // if (true) then _streamPos shows real end of stream
28 if (offset > 0)
41 if (_streamEndWasReached)
46 if (size == 0)
49 if (numReadBytes == 0)
53 if (pointerToPostion > _pointerToLastSafePosition)
60 if (_streamPos >= _pos + _keepSizeAfter)
72 if (_bufferBase == null || _blockSize != blockSize)
96 if (_pos > _posLimit)
99 if (pointerToPostion > _pointerToLastSafePosition) [all...] |