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

  /external/v8/samples/
shell.cc 62 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args);
132 // Bind the 'quit' function
133 global->Set(v8::String::NewFromUtf8(isolate, "quit"),
134 v8::FunctionTemplate::New(isolate, Quit));
220 // The callback that is invoked by v8 whenever the JavaScript 'quit'
222 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /external/v8/src/
d8.cc 573 void Shell::Quit(const v8::FunctionCallbackInfo<v8::Value>& args) {
883 global_template->Set(String::NewFromUtf8(isolate, "quit"),
884 FunctionTemplate::New(isolate, Quit));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
exdisp.h 434 virtual HRESULT WINAPI Quit(void) = 0;
490 HRESULT (WINAPI *Quit)(IWebBrowserApp *This);
548 #define IWebBrowserApp_Quit(This) (This)->lpVtbl->Quit(This)
    [all...]
mmcobj.h 354 virtual void WINAPI Quit(void) = 0;
377 void (WINAPI *Quit)(_Application *This);
402 #define _Application_Quit(This) (This)->lpVtbl->Quit(This)
    [all...]

Completed in 483 milliseconds