Home
last modified time | relevance | path

Searched refs:isChromeVoxActive (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
Dapi.js210 cvox.Api.isChromeVoxActive = function() { function in cvox.Api
225 if (!cvox.Api.isChromeVoxActive()) {
248 if (!cvox.Api.isChromeVoxActive()) {
269 if (!cvox.Api.isChromeVoxActive()) {
321 if (!cvox.Api.isChromeVoxActive()) {
346 if (!cvox.Api.isChromeVoxActive() || !targetNode) {
367 if (!cvox.Api.isChromeVoxActive() || !callback) {
390 if (!cvox.Api.isChromeVoxActive() || !targetNode || !nodeDescriptions) {
403 if (!cvox.Api.isChromeVoxActive() || !targetElement) {
424 if (!cvox.Api.isChromeVoxActive() || !callback) {
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/
Dkeyboard_overlay_accessibility_helper.js9 return window.cvox && window.cvox.Api.isChromeVoxActive();
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dgrid.js362 window.cvox.Api.isChromeVoxActive &&
363 window.cvox.Api.isChromeVoxActive();