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

  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 79 def result_list(self): member in class:ErrorCollector
    [all...]
  /pdk/build/
pdk_utils.py 104 result_list = list_files(item_full_path, dir_exclusion_filter)
105 for file_name in result_list:
  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 483 ListValue* result_list = static_cast<ListValue*>(result_val); local
484 for (size_t i = 0; i < result_list->GetSize(); ++i) {
487 if (!result_list->Get(i, &suggestion_val) ||
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 392 ListValue* result_list = new ListValue();
393 result_.reset(result_list);
418 result_list->Append(task);
421 // TODO(zelidrag, serya): Add intent content tasks to result_list once we
    [all...]

Completed in 316 milliseconds