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

  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_provider.cc 107 const base::ListValue* result_list = NULL; local
109 !json->GetList(kKeyResults, &result_list) ||
110 !result_list ||
111 result_list->empty()) {
116 for (base::ListValue::const_iterator it = result_list->begin();
117 it != result_list->end();
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 776 std::vector<linked_ptr<GetAllFrames::Results::DetailsType> > result_list; local
795 result_list.push_back(frame);
797 results_ = GetAllFrames::Results::Create(result_list);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 564 max_root_iterations_type> result_list; typedef in struct:boost::math::policies::normalise
568 typedef typename mpl::remove_if<result_list, detail::is_default_policy<mpl::_> >::type reduced_list;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 84 def result_list(self): member in class:ErrorCollector
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 934 base::ListValue* result_list = NULL; local
1080 base::ListValue* result_list = NULL; local
1103 base::ListValue* result_list = NULL; local
1123 base::ListValue* result_list = NULL; local
1144 base::ListValue* result_list = NULL; local
1167 base::ListValue* result_list = NULL; local
1200 base::ListValue* result_list = NULL; local
1237 base::ListValue* result_list = NULL; local
1254 base::ListValue* result_list = NULL; local
1269 base::ListValue* result_list = NULL; local
1316 base::ListValue* result_list = NULL; local
1333 base::ListValue* result_list = NULL; local
    [all...]

Completed in 197 milliseconds