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

  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.h 177 class GetProcessInfoFunction : public ChromeAsyncExtensionFunction {
179 GetProcessInfoFunction();
182 virtual ~GetProcessInfoFunction();
processes_api.cc 490 registry->RegisterFunction<extensions::GetProcessInfoFunction>();
668 GetProcessInfoFunction::GetProcessInfoFunction()
675 GetProcessInfoFunction::~GetProcessInfoFunction() {
678 bool GetProcessInfoFunction::RunAsync() {
700 &GetProcessInfoFunction::GatherProcessInfo, this));
703 base::Bind(&GetProcessInfoFunction::GatherProcessInfo, this));
717 void GetProcessInfoFunction::GatherProcessInfo() {

Completed in 43 milliseconds