binary 94 Source/bindings/v8/IDBBindingUtilities.cpp return toV8(Uint8Array::create(reinterpret_cast<const unsigned char*>(key->binary()->data()), key->binary()->size()), creationContext, isolate); binary 51 Source/modules/indexeddb/IDBKey.h static PassRefPtr<IDBKey> createBinary(PassRefPtr<SharedBuffer> binary) binary 53 Source/modules/indexeddb/IDBKey.h return adoptRef(new IDBKey(binary)); binary 117 Source/modules/indexeddb/IDBKey.h PassRefPtr<SharedBuffer> binary() const binary 50 Source/platform/mhtml/MHTMLArchive.cpp const char* const binary = "binary"; binary 163 Source/platform/mhtml/MHTMLArchive.cpp contentEncoding = binary; binary 178 Source/platform/mhtml/MHTMLArchive.cpp if (!strcmp(contentEncoding, binary)) { binary 44 Source/web/WebIDBKey.cpp WebIDBKey WebIDBKey::createBinary(const WebData& binary) binary 47 Source/web/WebIDBKey.cpp key.assignBinary(binary); binary 101 Source/web/WebIDBKey.cpp keys.append(IDBKey::createBinary(array[i].binary())); binary 136 Source/web/WebIDBKey.cpp keys[i] = WebIDBKey::createBinary(key->binary()); binary 163 Source/web/WebIDBKey.cpp void WebIDBKey::assignBinary(const WebData& binary) binary 165 Source/web/WebIDBKey.cpp m_private = IDBKey::createBinary(binary); binary 221 Source/web/WebIDBKey.cpp return m_private->binary(); binary 74 public/platform/WebIDBKey.h BLINK_EXPORT WebData binary() const; // Only valid for BinaryType.