OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBlobProtocol
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/fileapi/
BlobURL.h
54
static const char* blobProtocol() { return
kBlobProtocol
; }
58
static const char
kBlobProtocol
[];
BlobURL.cpp
42
const char BlobURL::
kBlobProtocol
[] = "blob";
57
ASSERT(url.protocolIs(
kBlobProtocol
));
68
String urlString =
kBlobProtocol
;
Completed in 88 milliseconds