Home
last modified time | relevance | path

Searched refs:SetResultList (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/extensions/browser/
Dextension_function.cc45 function->SetResultList(result.Pass()); in ArgumentListResponseValue()
211 void ExtensionFunction::SetResultList(scoped_ptr<base::ListValue> results) { in SetResultList() function in ExtensionFunction
Dextension_function.h195 void SetResultList(scoped_ptr<base::ListValue> results);
/external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
Dfile_system_provider_api.cc115 SetResultList(api::file_system_provider::GetAll::Results::Create(items)); in RunSync()
/external/chromium_org/extensions/browser/api/hid/
Dhid_api.cc226 SetResultList(result.Pass()); in OnFinished()