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

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context.cc 29 ChromeV8Context::ChromeV8Context(v8::Handle<v8::Context> v8_context,
44 ChromeV8Context::~ChromeV8Context() {
50 void ChromeV8Context::Invalidate() {
59 std::string ChromeV8Context::GetExtensionID() const {
63 content::RenderView* ChromeV8Context::GetRenderView() const {
70 GURL ChromeV8Context::GetURL() const {
75 v8::Local<v8::Value> ChromeV8Context::CallFunction(
96 bool ChromeV8Context::IsAnyFeatureAvailableToContext
    [all...]
chrome_v8_context.h 31 class ChromeV8Context : public RequestSender::Source {
33 ChromeV8Context(v8::Handle<v8::Context> context,
37 virtual ~ChromeV8Context();
112 virtual ChromeV8Context* GetContext() OVERRIDE;
140 DISALLOW_COPY_AND_ASSIGN(ChromeV8Context);

Completed in 28 milliseconds