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

/external/webkit/Source/WebCore/bindings/js/
H A DScriptController.cpp88 if (m_cacheableBindingRootObject) {
89 m_cacheableBindingRootObject->invalidate();
90 m_cacheableBindingRootObject = 0;
194 // An m_cacheableBindingRootObject persists between page navigations
196 if (m_cacheableBindingRootObject)
197 m_cacheableBindingRootObject->updateGlobalObject(windowShell->window());
356 if (!m_cacheableBindingRootObject) {
358 m_cacheableBindingRootObject = Bindings::RootObject::create(0, globalObject(pluginWorld()));
360 return m_cacheableBindingRootObject.get();
H A DScriptController.h194 RefPtr<JSC::Bindings::RootObject> m_cacheableBindingRootObject; member in class:WebCore::ScriptController

Completed in 34 milliseconds