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

  /external/chromium_org/ppapi/proxy/
file_chooser_resource.cc 19 FileChooserResource::FileChooserResource(Connection connection,
28 FileChooserResource::~FileChooserResource() {
31 thunk::PPB_FileChooser_API* FileChooserResource::AsPPB_FileChooser_API() {
35 int32_t FileChooserResource::Show(const PP_ArrayOutput& output,
40 int32_t FileChooserResource::ShowWithoutUserGesture(
51 int32_t FileChooserResource::Show0_5(scoped_refptr<TrackedCallback> callback) {
55 PP_Resource FileChooserResource::GetNextChosenFile() {
67 int32_t FileChooserResource::ShowWithoutUserGesture0_5
    [all...]
file_chooser_resource.h 24 class PPAPI_PROXY_EXPORT FileChooserResource
28 FileChooserResource(Connection connection,
32 virtual ~FileChooserResource();
79 DISALLOW_COPY_AND_ASSIGN(FileChooserResource);
file_chooser_resource_unittest.cc 48 FileChooserResource::PopulateAcceptTypes(input, &output);
resource_creation_proxy.cc 233 return (new FileChooserResource(GetConnection(), instance, mode, str.c_str()))
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.cc 71 return (new ppapi::proxy::FileChooserResource(

Completed in 550 milliseconds