Searched defs:RequestValue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Drequest_value.cc10 RequestValue::RequestValue() { function in class:chromeos::file_system_provider::RequestValue
13 RequestValue::~RequestValue() {
16 scoped_ptr<RequestValue> RequestValue::CreateForUnmountSuccess(
19 scoped_ptr<RequestValue> result(new RequestValue);
24 scoped_ptr<RequestValue> RequestValue
[all...]
H A Drequest_value.h19 class RequestValue { class in namespace:chromeos::file_system_provider
23 RequestValue();
25 virtual ~RequestValue();
27 static scoped_ptr<RequestValue> CreateForUnmountSuccess(
31 static scoped_ptr<RequestValue> CreateForGetMetadataSuccess(
35 static scoped_ptr<RequestValue> CreateForReadDirectorySuccess(
39 static scoped_ptr<RequestValue> CreateForReadFileSuccess(
43 static scoped_ptr<RequestValue> CreateForOperationSuccess(
47 static scoped_ptr<RequestValue> CreateForOperationError(
51 static scoped_ptr<RequestValue> CreateForTestin
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp205 TInt RequestValue(TInt aService);
301 TInt CSdlAppServ::RequestValue(TInt aService) function in class:CSdlAppServ
545 (gEpocEnv->iAppSrv->RequestValue(CSdlAppServ::EAppSrvWindowPointerCursorMode));
618 const TInt valuet = gEpocEnv->iAppSrv->RequestValue(aService);
639 gEpocEnv->iAppSrv->RequestValue(CSdlAppServ::EAppSrvWaitDsa);

Completed in 60 milliseconds