OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InjectedScriptHost
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.cpp
32
#include "core/inspector/
InjectedScriptHost
.h"
50
PassRefPtr<
InjectedScriptHost
>
InjectedScriptHost
::create()
52
return adoptRef(new
InjectedScriptHost
());
55
InjectedScriptHost
::
InjectedScriptHost
()
63
InjectedScriptHost
::~
InjectedScriptHost
()
67
void
InjectedScriptHost
::disconnect()
73
void
InjectedScriptHost
::inspectImpl(PassRefPtr<JSONValue> object, PassRefPtr<JSONValue> hints
[
all
...]
InjectedScriptHost.h
51
// SECURITY NOTE: Although the
InjectedScriptHost
is intended for use solely by the inspector,
52
// a reference to the
InjectedScriptHost
may be leaked to the page being inspected. Thus, the
53
//
InjectedScriptHost
must never implemment methods that have more power over the page than the
56
class
InjectedScriptHost
: public RefCounted<
InjectedScriptHost
>, public ScriptWrappable {
58
static PassRefPtr<
InjectedScriptHost
> create();
59
~
InjectedScriptHost
();
96
InjectedScriptHost
();
InjectedScriptExterns.js
114
var
InjectedScriptHost
;
Completed in 53 milliseconds