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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_globals.js 10 goog.provide('cvox.InitGlobals');
27 cvox.InitGlobals = function() { };
33 cvox.InitGlobals.initGlobals = function() {
init_document.js 9 * control when ChromeVox starts, consider using cvox.InitGlobals instead.
17 goog.require('cvox.InitGlobals');
55 cvox.InitGlobals.initGlobals();
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreterPython.h 309 InitGlobals = 0x0004
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp 176 if (DoInitSession((on_entry & InitGlobals) == InitGlobals) == false)
332 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpreterPython::Locker::InitGlobals,
771 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (options.GetSetLLDBGlobals() ? ScriptInterpreterPython::Locker::InitGlobals : 0),
    [all...]

Completed in 245 milliseconds