HomeSort by relevance Sort by last modified time
    Searched refs:checkAncestors (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.h 93 bool checkAncestors(SourceListDirective*, LocalFrame*) const;
CSPDirectiveList.cpp 101 bool CSPDirectiveList::checkAncestors(SourceListDirective* directive, LocalFrame* frame) const
227 if (checkAncestors(directive, frame))
373 checkAncestors(m_frameAncestors.get(), frame);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_selection_walker.js 85 {checkAncestors: false, checkDescendants: false})) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 122 * @param {{checkAncestors: (boolean|undefined),
128 * checkAncestors: {boolean=} True if we should check the ancestor chain
135 var checkAncestors = true;
138 if (opt_options.checkAncestors !== undefined) {
139 checkAncestors = opt_options.checkAncestors;
150 var fname = 'isVisible-' + checkAncestors + '-' + checkDescendants;
153 this, node, checkAncestors, checkDescendants), fname, node));
159 * @param {boolean} checkAncestors True if we should check the ancestor chain
167 node, checkAncestors, checkDescendants)
    [all...]
traverse_util.js 133 if (cvox.DomUtil.isVisible(node, {checkAncestors: false})) {
166 if (cvox.DomUtil.isVisible(node, {checkAncestors: false})) {
227 if (cvox.DomUtil.isVisible(node, {checkAncestors: false})) {
264 if (cvox.DomUtil.isVisible(node, {checkAncestors: false})) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 237 if (cvox.DomUtil.isVisible(child, {checkAncestors: false}) &&
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js     [all...]
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 

Completed in 918 milliseconds