Searched refs:app_urls (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/shell/
H A Drun.cc23 void Run(Context* context, const std::vector<GURL>& app_urls) { argument
24 if (app_urls.empty()) {
29 for (std::vector<GURL>::const_iterator it = app_urls.begin();
30 it != app_urls.end();
H A Drun.h17 void Run(Context* context, const std::vector<GURL>& app_urls);
/external/chromium_org/mojo/shell/android/
H A Dmojo_main.cc38 void RunShell(std::vector<GURL> app_urls) { argument
42 for (std::vector<GURL>::const_iterator it = app_urls.begin();
43 it != app_urls.end(); ++it) {
73 std::vector<GURL> app_urls; local
75 app_urls.push_back(GURL(MOJO_SHELL_DEBUG_URL));
80 app_urls.push_back(GURL(base::android::ConvertJavaStringToUTF8(env, jurl)));
87 FROM_HERE, base::Bind(&RunShell, app_urls));

Completed in 914 milliseconds