HomeSort by relevance Sort by last modified time
    Searched defs:blob (Results 26 - 50 of 63) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8XMLHttpRequestCustom.cpp 130 Blob* blob = xmlHttpRequest->responseBlob(); local
131 v8SetReturnValueFast(info, blob, xmlHttpRequest);
233 Blob* blob = V8Blob::toImpl(object); local
234 ASSERT(blob);
235 xmlHttpRequest->send(blob, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Body.cpp 11 #include "core/fileapi/Blob.h"
50 // If the size of |blobHandle| is set correctly, creates Blob from
52 m_resolver->resolve(Blob::create(blobHandle));
56 // If the size is not set, read as ArrayBuffer and create a new blob to
59 // When we will stop using Blob as a base system of Body to support
85 ScriptPromise Body::blob(ScriptState* scriptState) function in class:blink::Body
177 m_resolver->resolve(Blob::create(BlobDataHandle::create(blobData.release(), length)));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-face-private.hh 67 hb_blob_t *blob; local
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
73 if (unlikely (!blob))
76 return blob;
hb-blob.cc 68 static bool _try_writable (hb_blob_t *blob);
71 _hb_blob_destroy_user_data (hb_blob_t *blob)
73 if (blob->destroy) {
74 blob->destroy (blob->user_data);
75 blob->user_data = NULL;
76 blob->destroy = NULL;
82 * @data: (array length=length) (closure user_data) (destroy destroy) (scope notified) (transfer none): Pointer to blob data.
88 * Creates a new "blob" object wrapping @data. The @mode parameter is used
91 * Return value: New blob, or the empty blob if something failed or if @length i
103 hb_blob_t *blob; local
154 hb_blob_t *blob; local
    [all...]
hb-face.cc 107 hb_blob_t *blob; member in struct:hb_face_for_data_closure_t
112 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index)
120 closure->blob = blob;
129 hb_blob_destroy (closure->blob);
139 return hb_blob_reference (data->blob);
141 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
146 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length); local
148 return blob;
    [all...]
hb-ft.cc 303 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
339 hb_blob_t *blob; local
341 blob = hb_blob_create ((const char *) ft_face->stream->base,
349 face = hb_face_create (blob, ft_face->face_index);
350 hb_blob_destroy (blob);
475 hb_blob_t *blob = hb_face_reference_blob (font->face); local
477 const char *blob_data = hb_blob_get_data (blob, &blob_length);
479 DEBUG_MSG (FT, font, "Font face has empty blob");
489 hb_blob_destroy (blob);
505 ft_face->generic.data = blob;
    [all...]
hb-graphite2.cc 48 hb_blob_t *blob; member in struct:hb_graphite2_tablelist_t
63 hb_blob_t *blob = NULL; local
67 blob = p->blob;
71 if (unlikely (!blob))
73 blob = face_data->face->reference_table (tag);
77 hb_blob_destroy (blob);
80 p->blob = blob;
90 const char *d = hb_blob_get_data (blob, &tlen)
    [all...]
hb-uniscribe.cc 334 /* Destroys blob. */
336 _hb_rename_font (hb_blob_t *blob, wchar_t *new_name)
347 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
350 const char *orig_sfnt_data = hb_blob_get_data (blob, &length);
365 hb_blob_destroy (blob);
413 hb_blob_destroy (blob);
422 hb_blob_destroy (blob);
441 hb_blob_t *blob = hb_face_reference_blob (face); local
442 if (unlikely (!hb_blob_get_length (blob)))
    [all...]
  /external/harfbuzz_ng/src/
hb-face-private.hh 67 hb_blob_t *blob; local
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
73 if (unlikely (!blob))
76 return blob;
hb-blob.cc 68 static bool _try_writable (hb_blob_t *blob);
71 _hb_blob_destroy_user_data (hb_blob_t *blob)
73 if (blob->destroy) {
74 blob->destroy (blob->user_data);
75 blob->user_data = NULL;
76 blob->destroy = NULL;
82 * @data: (array length=length) (closure user_data) (destroy destroy) (scope notified) (transfer none): Pointer to blob data.
88 * Creates a new "blob" object wrapping @data. The @mode parameter is used
91 * Return value: New blob, or the empty blob if something failed or if @length i
103 hb_blob_t *blob; local
154 hb_blob_t *blob; local
    [all...]
hb-face.cc 107 hb_blob_t *blob; member in struct:hb_face_for_data_closure_t
112 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index)
120 closure->blob = blob;
129 hb_blob_destroy (closure->blob);
139 return hb_blob_reference (data->blob);
141 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
146 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length); local
148 return blob;
    [all...]
hb-ft.cc 303 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
339 hb_blob_t *blob; local
341 blob = hb_blob_create ((const char *) ft_face->stream->base,
349 face = hb_face_create (blob, ft_face->face_index);
350 hb_blob_destroy (blob);
475 hb_blob_t *blob = hb_face_reference_blob (font->face); local
477 const char *blob_data = hb_blob_get_data (blob, &blob_length);
479 DEBUG_MSG (FT, font, "Font face has empty blob");
489 hb_blob_destroy (blob);
505 ft_face->generic.data = blob;
    [all...]
hb-graphite2.cc 48 hb_blob_t *blob; member in struct:hb_graphite2_tablelist_t
63 hb_blob_t *blob = NULL; local
67 blob = p->blob;
71 if (unlikely (!blob))
73 blob = face_data->face->reference_table (tag);
77 hb_blob_destroy (blob);
80 p->blob = blob;
90 const char *d = hb_blob_get_data (blob, &tlen)
    [all...]
hb-uniscribe.cc 333 /* Destroys blob. */
335 _hb_rename_font (hb_blob_t *blob, wchar_t *new_name)
346 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
349 const char *orig_sfnt_data = hb_blob_get_data (blob, &length);
364 hb_blob_destroy (blob);
412 hb_blob_destroy (blob);
421 hb_blob_destroy (blob);
440 hb_blob_t *blob = hb_face_reference_blob (face); local
441 if (unlikely (!hb_blob_get_length (blob)))
    [all...]
  /external/harfbuzz_ng/test/api/
test-blob.c 29 /* Unit tests for hb-blob.h */
48 hb_blob_t *blob; local
57 blob = hb_blob_get_empty ();
58 g_assert (blob == hb_blob_get_empty ());
60 len = hb_blob_get_length (blob);
63 data = hb_blob_get_data (blob, NULL);
66 data = hb_blob_get_data (blob, &len);
70 data_writable = hb_blob_get_data_writable (blob, NULL);
73 data_writable = hb_blob_get_data_writable (blob, &len);
91 hb_blob_t *blob; member in struct:__anon1241
    [all...]
test-shape.c 86 hb_blob_t *blob; local
95 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL);
96 face = hb_face_create (blob, 0);
97 hb_blob_destroy (blob);
test-font.c 51 hb_blob_t *blob; local
53 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL);
54 face = hb_face_create (blob, 0);
55 hb_blob_destroy (blob);
88 hb_blob_t *blob; local
98 blob = hb_face_reference_table (face, HB_TAG ('a','b','c','d'));
99 g_assert (blob != hb_blob_get_empty ());
101 data = hb_blob_get_data (blob, &len);
104 hb_blob_destroy (blob);
146 hb_blob_t *blob; local
251 hb_blob_t *blob; local
363 hb_blob_t *blob; local
    [all...]
test-object.c 69 hb_blob_t *blob = (hb_blob_t *) create_blob (); local
70 hb_face_t *face = hb_face_create (blob, 0);
71 hb_blob_destroy (blob);
169 OBJECT_WITH_IMMUTABILITY (blob),
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc 33 return SQLiteCursor::BLOB;
104 std::vector<unsigned char> blob; local
108 if (!GetFavicon(statement_->statement()->ColumnInt(column), &blob))
111 statement_->statement()->ColumnBlobAsVector(column, &blob);
113 return base::android::ToJavaByteArray(env, &blob[0], blob.size());
230 return SQLiteCursor::BLOB;
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 30 #include "storage/browser/blob/blob_storage_context.h"
35 #include "storage/common/blob/blob_data.h"
36 #include "storage/common/blob/shareable_file_reference.h"
126 // Unregister all the blob and stream URLs that are previously registered in
410 scoped_ptr<storage::BlobDataHandle> blob = local
414 request_context_, url, blob.Pass(), offset,
599 // Only an internal Blob URL is expected here. See the BlobURL of the Blink.
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransfer.cpp 204 RefPtrWillBeRawPtr<Blob> blob = m_dataObject->item(i)->getAsFile(); local
205 if (blob && blob->isFile())
206 files->append(toFile(blob.get()));
  /external/chromium_org/third_party/skia/src/core/
SkTextBlob.cpp 20 // Each run record describes a text blob run, and can be used to determine the (implicit)
69 static const RunRecord* First(const SkTextBlob* blob) {
70 // The first record (if present) is stored following the blob object.
71 return reinterpret_cast<const RunRecord*>(blob + 1);
224 SkTextBlob::RunIterator::RunIterator(const SkTextBlob* blob)
225 : fCurrentRun(RunRecord::First(blob))
226 , fRemainingRuns(blob->fRunCount) {
227 SkDEBUGCODE(fStorageTop = (uint8_t*)blob + blob->fStorageSize;)
309 // The easiest way to accomplish that is to use the blob destructor
480 const SkTextBlob* blob = new (fStorage.detach()) SkTextBlob(fRunCount, fBounds); local
    [all...]
SkPicturePlayback.cpp 423 const SkTextBlob* blob = fPictureData->getTextBlob(reader); local
426 canvas->drawTextBlob(blob, x, y, paint);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
DOMWebSocket.cpp 41 #include "core/fileapi/Blob.h"
50 #include "platform/blob/BlobData.h"
431 void DOMWebSocket::send(Blob* binaryData, ExceptionState& exceptionState)
433 WTF_LOG(Network, "WebSocket %p send() Sending Blob '%s'", this, binaryData->uuid().utf8().data());
522 return "blob";
532 if (binaryType == "blob") {
619 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), size)); local
620 m_eventQueue->dispatch(MessageEvent::create(blob.release(), SecurityOrigin::create(m_url)->toString()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 475 RefPtrWillBeRawPtr<Blob> blob = static_cast<Blob*>(file)->slice(m_start, m_end, IGNORE_EXCEPTION); local
479 m_reader->readAsArrayBuffer(blob.get(), IGNORE_EXCEPTION);

Completed in 1705 milliseconds

12 3