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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_mount.h 48 class RemoveMountFunction : public LoggedAsyncExtensionFunction {
53 RemoveMountFunction();
56 virtual ~RemoveMountFunction();
private_api_mount.cc 174 RemoveMountFunction::RemoveMountFunction() {
177 RemoveMountFunction::~RemoveMountFunction() {
180 bool RemoveMountFunction::RunImpl() {
204 base::Bind(&RemoveMountFunction::GetSelectedFileInfoResponse, this));
208 void RemoveMountFunction::GetSelectedFileInfoResponse(
file_browser_private_api.cc 50 registry->RegisterFunction<RemoveMountFunction>();

Completed in 102 milliseconds