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

  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 368 if (!m_bindingRootObject) {
370 m_bindingRootObject = Bindings::RootObject::create(0, globalObject(pluginWorld()));
372 return m_bindingRootObject.get();
478 if (m_bindingRootObject) {
479 m_bindingRootObject->invalidate();
480 m_bindingRootObject = 0;
ScriptController.h 191 RefPtr<JSC::Bindings::RootObject> m_bindingRootObject;
192 // Unlike m_bindingRootObject these objects are used in pages that are cached, so they are not invalidate()'d.

Completed in 685 milliseconds