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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptManager.h 53 WrapperPersistent<InjectedScriptHost>* hostPtr;
60 CallbackData() : hostPtr(0) { }
InjectedScriptManager.cpp 48 WrapperPersistent<InjectedScriptHost>::destroy(hostPtr);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptManager.cpp 76 callbackData->hostPtr = WrapperPersistent<InjectedScriptHost>::create(host.get());
84 V8DOMWrapper::setNativeInfoWithPersistentHandle(wrapper, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase(), callbackData->hostPtr);

Completed in 386 milliseconds