Searched refs:JSApp (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/mojo/apps/js/
H A Dapplication_delegate_impl.cc46 JSApp* app = new JSApp(this, url, content.Pass());
52 void ApplicationDelegateImpl::QuitJSApp(JSApp* app) {
H A Dapplication_delegate_impl.h21 class JSApp;
23 // Starts a new JSApp for each OnConnect call().
49 void QuitJSApp(JSApp* app);
56 typedef ScopedVector<JSApp> AppVector;
H A Djs_app.cc17 JSApp::JSApp(ApplicationDelegateImpl* content_handler_app, function in class:mojo::apps::JSApp
31 JSApp::~JSApp() {
34 bool JSApp::Start() {
43 FROM_HERE, base::Bind(&JSApp::Run, base::Unretained(this)));
47 void JSApp::Quit() {
53 FROM_HERE, base::Bind(&JSApp::Terminate, base::Unretained(this)));
56 Handle JSApp::ConnectToService(const std::string& application_url,
72 void JSApp
[all...]
H A Djs_app.h19 class JSApp;
28 class JSApp { class in namespace:mojo::apps
30 JSApp(ApplicationDelegateImpl* content_handler_app,
33 ~JSApp();
58 DISALLOW_COPY_AND_ASSIGN(JSApp);
H A Dmojo_module.cc27 v8::Local<v8::Value> Mojo::GetModule(JSApp* js_app, v8::Isolate* isolate) {
35 base::Bind(&JSApp::ConnectToService,
38 base::Bind(&JSApp::Quit, base::Unretained(js_app)))
H A Dmojo_module.h14 class JSApp;
19 static v8::Local<v8::Value> GetModule(JSApp* js_app, v8::Isolate* isolate);

Completed in 88 milliseconds