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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc 196 ScopedVector<google_apis::AppResource> app_resources; local
197 app_resources.push_back(foo_app.release());
198 app_resources.push_back(bar_app.release());
200 app_list.set_items(app_resources.Pass());
619 ScopedVector<google_apis::AppResource> app_resources; local
620 app_resources.push_back(baz_app.release());
622 app_list.set_items(app_resources.Pass());
672 ScopedVector<google_apis::AppResource> app_resources; local
673 app_resources.push_back(foo_app.release());
675 app_list.set_items(app_resources.Pass())
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.cc 92 static OptionsStringResource app_resources[] = { local
105 RegisterStrings(app_values, app_resources, arraysize(app_resources));
browser_options_handler.cc 464 static OptionsStringResource app_resources[] = { local
477 RegisterStrings(app_values, app_resources, arraysize(app_resources));
    [all...]

Completed in 81 milliseconds