Searched defs:UpdateResource (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/tools/build/win/
H A Dresedit.py25 # The win32api-supplied UpdateResource wrapper unfortunately does not allow
28 UpdateResource = ctypes.windll.kernel32.UpdateResourceW variable
29 UpdateResource.argtypes = [
37 UpdateResource.restype = ctypes.c_short
190 ret = UpdateResource(self.update_handle,
203 def UpdateResource(self, res_type, res_lang, res_name, file_path): member in class:_ResourceEditor
216 win32api.UpdateResource(self.update_handle,
313 editor.UpdateResource(res_type, int(res_lang), res_name, src_file)
/external/chromium_org/chrome/browser/drive/
H A Ddummy_drive_service.cc126 CancelCallback DummyDriveService::UpdateResource( function in class:drive::DummyDriveService
H A Ddrive_api_service.cc490 CancelCallback DriveAPIService::UpdateResource( function in class:drive::DriveAPIService
H A Dfake_drive_service.cc808 CancelCallback FakeDriveService::UpdateResource( function in class:drive::FakeDriveService
874 return UpdateResource(
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_on_worker.cc348 google_apis::CancelCallback DriveServiceOnWorker::UpdateResource( function in class:sync_file_system::drive_backend::DriveServiceOnWorker
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc471 void JobScheduler::UpdateResource( function in class:drive::JobScheduler
485 &DriveServiceInterface::UpdateResource,

Completed in 163 milliseconds