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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 567 JSC::JSObject* globalObjectObj = toJS(globalObjectRef);
568 if (strcmp(globalObjectObj->classInfo()->className, "JSDOMWindowShell") != 0)
571 Frame* coreFrame = static_cast<JSDOMWindowShell*>(globalObjectObj)->window()->impl()->frame();
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]

Completed in 26 milliseconds