Searched refs:liveRoot (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dlive_regions.js241 var liveRoot = isRemoval ? parent : node;
242 if (!(liveRoot instanceof Element)) {
243 liveRoot = liveRoot.parentElement;
245 while (liveRoot) {
246 if (cvox.AriaUtil.getAriaLive(liveRoot)) {
249 liveRoot = liveRoot.parentElement;
251 if (!liveRoot) {
265 if (cvox.AriaUtil.getRoleAttribute(liveRoot) !
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8GCController.cpp310 const v8::Persistent<v8::Value>& liveRoot = V8PerIsolateData::from(m_isolate)->ensureLiveRoot(); local
311 const intptr_t* idPointer = reinterpret_cast<const intptr_t*>(&liveRoot);
314 m_isolate->SetObjectGroupId(liveRoot, id);

Completed in 100 milliseconds