HomeSort by relevance Sort by last modified time
    Searched defs:globalState (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/
ScriptArguments.cpp 59 ScriptState* ScriptArguments::globalState() const
73 if (!globalState()) {
78 result = value.toString(globalState());
89 if (!globalState() && m_arguments.size())
93 if (!m_arguments[i].isEqual(other->globalState(), other->m_arguments[i]))
  /device/moto/stingray/whisper/
Whisper_AccyMain.c 123 static int globalState;
171 globalState = GLOBAL_STATE_DOCKED;
216 globalState = GLOBAL_STATE_UNDOCKED;
234 if (globalState == GLOBAL_STATE_DOCKED) {
240 if (globalState == GLOBAL_STATE_DOCKED) {
254 DBG_TRACE("HID: SEM POST after readSwitchState %d", globalState);
259 DBG_TRACE("UART: SEM POST after readSwitchState %d", globalState);
327 if (globalState == GLOBAL_STATE_UNDOCKED) {
338 while (tryComm && (globalState == GLOBAL_STATE_DOCKED)) {
363 if (globalState == GLOBAL_STATE_UNDOCKED)
    [all...]

Completed in 238 milliseconds