Searched refs:itemPolicyWrapper (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDataTransferItemFileSystem.cpp54 DataTransferItemPolicyWrapper* itemPolicyWrapper = static_cast<DataTransferItemPolicyWrapper*>(item); local
56 if (!itemPolicyWrapper->dataObjectItem()->isFilename())
60 Blob* file = itemPolicyWrapper->getAsFile().get();
66 DraggedIsolatedFileSystem* filesystem = DraggedIsolatedFileSystem::from(itemPolicyWrapper->clipboard()->dataObject().get());

Completed in 70 milliseconds