Searched refs:inspectedObject (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptHost.h85 InspectableObject* inspectedObject(unsigned num);
H A DInjectedScriptHost.idl40 [NotEnumerable, Unforgeable, Custom] any inspectedObject(long num);
H A DInjectedScriptHost.cpp111 InjectedScriptHost::InspectableObject* InjectedScriptHost::inspectedObject(unsigned num) function in class:blink::InjectedScriptHost
H A DInjectedScriptSource.js1752 return InjectedScriptHost.inspectedObject(num);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InjectedScriptHostCustom.cpp96 InjectedScriptHost::InspectableObject* object = host->inspectedObject(info[0]->ToInt32()->Value());

Completed in 109 milliseconds