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

  /external/chromium_org/chrome/renderer/extensions/
object_backed_native_handler.h 35 HandlerFunction;
41 const HandlerFunction& handler_function);
object_backed_native_handler.cc 54 static_cast<HandlerFunction*>(
60 const HandlerFunction& handler_function) {
69 v8::External::New(isolate, new HandlerFunction(handler_function)));
90 delete static_cast<HandlerFunction*>(

Completed in 459 milliseconds