Searched refs:ui_loader_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/shell/
H A Dui_application_loader_android.cc79 if (!ui_loader_)
80 ui_loader_ = new UILoader(loader_.get());
81 ui_loader_->Load(manager, url, shell_handle->Pass());
87 if (!ui_loader_)
88 ui_loader_ = new UILoader(loader_.get());
89 ui_loader_->OnApplicationError(manager, url);
93 delete ui_loader_;
H A Dui_application_loader_android.h53 UILoader* ui_loader_; member in class:mojo::UIApplicationLoader

Completed in 71 milliseconds