OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawData
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebThreadSafeData.h
41
namespace WebCore { class
RawData
; }
61
WebThreadSafeData(const WTF::PassRefPtr<WebCore::
RawData
>&);
62
WebThreadSafeData& operator=(const WTF::PassRefPtr<WebCore::
RawData
>&);
72
WebPrivatePtr<WebCore::
RawData
> m_private;
/external/webkit/Source/WebKit/chromium/src/
WebThreadSafeData.cpp
64
WebThreadSafeData::WebThreadSafeData(const PassRefPtr<
RawData
>& data)
69
WebThreadSafeData& WebThreadSafeData::operator=(const PassRefPtr<
RawData
>& data)
/external/webkit/Source/WebCore/platform/network/
BlobData.h
41
class
RawData
: public ThreadSafeRefCounted<
RawData
> {
43
static PassRefPtr<
RawData
> create()
45
return adoptRef(new
RawData
());
55
RawData
();
74
explicit BlobDataItem(PassRefPtr<
RawData
> data)
119
RefPtr<
RawData
> data;
135
BlobDataItem(PassRefPtr<
RawData
> data, long long offset, long long length)
164
void appendData(PassRefPtr<
RawData
>, long long offset, long long length);
176
void appendData(const
RawData
&, long long offset, long long length)
[
all
...]
BlobData.cpp
45
RawData
::
RawData
()
49
void
RawData
::detachFromCurrentThread()
73
void BlobData::appendData(PassRefPtr<
RawData
> data, long long offset, long long length)
/external/webkit/Source/WebCore/platform/chromium/
DataTransferItemChromium.cpp
127
RefPtr<
RawData
>
rawData
=
RawData
::create();
128
rawData
->mutableData()->append(data->data(), data->size());
130
blobData->appendData(
rawData
, 0, -1);
/external/webkit/Source/WebCore/fileapi/
WebKitBlobBuilder.cpp
57
m_items.append(BlobDataItem(
RawData
::create()));
/external/llvm/lib/CodeGen/
ELFWriter.cpp
619
const uint64_t *
RawData
= CI->getValue().getRawData();
622
Val = (TD->isBigEndian()) ?
RawData
[e - i - 1] :
RawData
[i];
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 144 milliseconds