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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.cpp 32 #include "core/inspector/InjectedScriptHost.h"
46 PassRefPtrWillBeRawPtr<InjectedScriptHost> InjectedScriptHost::create()
48 return adoptRefWillBeNoop(new InjectedScriptHost());
51 InjectedScriptHost::InjectedScriptHost()
58 InjectedScriptHost::~InjectedScriptHost()
62 void InjectedScriptHost::trace(Visitor* visitor)
67 void InjectedScriptHost::disconnect(
    [all...]
InjectedScriptHost.h 54 // SECURITY NOTE: Although the InjectedScriptHost is intended for use solely by the inspector,
55 // a reference to the InjectedScriptHost may be leaked to the page being inspected. Thus, the
56 // InjectedScriptHost must never implemment methods that have more power over the page than the
59 class InjectedScriptHost : public RefCountedWillBeGarbageCollectedFinalized<InjectedScriptHost>, public ScriptWrappable {
62 static PassRefPtrWillBeRawPtr<InjectedScriptHost> create();
63 ~InjectedScriptHost();
99 InjectedScriptHost();

Completed in 3429 milliseconds