/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
NetworkResourcesData.cpp | 69 // ResourceData 70 NetworkResourcesData::ResourceData::ResourceData(const String& requestId, const String& loaderId) 80 void NetworkResourcesData::ResourceData::setContent(const String& content, bool base64Encoded) 93 unsigned NetworkResourcesData::ResourceData::removeContent() 110 unsigned NetworkResourcesData::ResourceData::evictContent() 116 size_t NetworkResourcesData::ResourceData::dataLength() const 121 void NetworkResourcesData::ResourceData::appendData(const char* data, size_t dataLength) 130 size_t NetworkResourcesData::ResourceData::decodeDataToContent() 156 m_requestIdToResourceDataMap.set(requestId, new ResourceData(requestId, loaderId)) [all...] |
NetworkResourcesData.h | 82 class ResourceData { 86 ResourceData(const String& requestId, const String& loaderId); 165 ResourceData const* data(const String& requestId); 172 Vector<ResourceData*> resources(); 175 ResourceData* resourceDataForRequestId(const String& requestId); 183 typedef HashMap<String, ResourceData*> ResourceDataMap;
|
InspectorResourceAgent.cpp | 424 NetworkResourcesData::ResourceData const* resourceData = m_resourcesData->data(requestId); 425 if (resourceData && (!resourceData->cachedResource() || resourceData->cachedResource()->dataBufferingPolicy() == DoNotBufferData || isErrorStatusCode(resourceData->httpStatusCode()))) 691 NetworkResourcesData::ResourceData const* resourceData = m_resourcesData->data(requestId); 692 if (!resourceData) { 697 if (resourceData->hasContent()) [all...] |
InspectorPageAgent.h | 92 static PassRefPtr<SharedBuffer> resourceData(LocalFrame*, const KURL&, String* textEncodingName);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PlatformResourceLoader.cpp | 15 const WebData& resourceData = Platform::current()->loadResource(resource); 16 String dataString(resourceData.data(), resourceData.size());
|
/external/chromium_org/third_party/icu/source/common/ |
uresdata.h | 324 } ResourceData; 330 res_read(ResourceData *pResData, 336 * The ResourceData structure must be allocated externally. 339 res_load(ResourceData *pResData, 344 * This does not release the ResourceData structure itself. 347 res_unload(ResourceData *pResData); 358 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength); 361 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength); 364 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength); 367 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) [all...] |
uresdata.c | 75 _res_findTableItem(const ResourceData *pResData, const uint16_t *keyOffsets, int32_t length, 106 _res_findTable32Item(const ResourceData *pResData, const int32_t *keyOffsets, int32_t length, 158 res_init(ResourceData *pResData, 233 res_read(ResourceData *pResData, 238 uprv_memset(pResData, 0, sizeof(ResourceData)); 250 res_load(ResourceData *pResData, 254 uprv_memset(pResData, 0, sizeof(ResourceData)); 267 res_unload(ResourceData *pResData) { 302 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) { 337 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) [all...] |
uresimp.h | 61 ResourceData fData; /* data for low level access */ 78 ResourceData fResData;
|
uresbund.cpp | 105 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) { 825 static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r, [all...] |
resbund.cpp | 19 * localeData and resourceData which it doesn't own.
|
/external/icu/icu4c/source/common/ |
uresdata.h | 324 } ResourceData; 330 res_read(ResourceData *pResData, 336 * The ResourceData structure must be allocated externally. 339 res_load(ResourceData *pResData, 344 * This does not release the ResourceData structure itself. 347 res_unload(ResourceData *pResData); 358 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength); 361 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength); 364 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength); 367 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) [all...] |
uresdata.c | 73 _res_findTableItem(const ResourceData *pResData, const uint16_t *keyOffsets, int32_t length, 104 _res_findTable32Item(const ResourceData *pResData, const int32_t *keyOffsets, int32_t length, 156 res_init(ResourceData *pResData, 231 res_read(ResourceData *pResData, 236 uprv_memset(pResData, 0, sizeof(ResourceData)); 248 res_load(ResourceData *pResData, 252 uprv_memset(pResData, 0, sizeof(ResourceData)); 265 res_unload(ResourceData *pResData) { 300 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) { 335 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) [all...] |
uresimp.h | 61 ResourceData fData; /* data for low level access */ 78 ResourceData fResData;
|
uresbund.cpp | 105 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) { 825 static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r, [all...] |
resbund.cpp | 19 * localeData and resourceData which it doesn't own.
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
PrivateScriptRunner.cpp | 86 String resourceData = loadResourceAsASCIIString(kPrivateScriptSources[index].resourceFile); 87 compileAndRunPrivateScript(isolate, kPrivateScriptSources[index].scriptClassName, resourceData.utf8().data(), resourceData.length()); 112 String resourceData = loadResourceAsASCIIString(kPrivateScriptSources[index].resourceFile); 113 return compileAndRunPrivateScript(isolate, className, resourceData.utf8().data(), resourceData.length());
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
cfgmgr32.h | 754 CMAPI CONFIGRET WINAPI CM_Add_Res_Des(PRES_DES prdResDes,LOG_CONF lcLogConf,RESOURCEID ResourceID,PCVOID ResourceData,ULONG ResourceLen,ULONG ulFlags); 755 CMAPI CONFIGRET WINAPI CM_Add_Res_Des_Ex(PRES_DES prdResDes,LOG_CONF lcLogConf,RESOURCEID ResourceID,PCVOID ResourceData,ULONG ResourceLen,ULONG ulFlags,HMACHINE hMachine); 774 CMAPI CONFIGRET WINAPI CM_Detect_Resource_Conflict(DEVINST dnDevInst,RESOURCEID ResourceID,PCVOID ResourceData,ULONG ResourceLen,PBOOL pbConflictDetected,ULONG ulFlags); 775 CMAPI CONFIGRET WINAPI CM_Detect_Resource_Conflict_Ex(DEVINST dnDevInst,RESOURCEID ResourceID,PCVOID ResourceData,ULONG ResourceLen,PBOOL pbConflictDetected,ULONG ulFlags,HMACHINE hMachine); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/ |
ExtensionAPI.js | 789 function wrapResource(resourceData) 791 return new Resource(resourceData); 804 function ResourceImpl(resourceData) 806 this._url = resourceData.url 807 this._type = resourceData.type;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkgitems.cpp | 282 const ResourceData *pResData, 373 ResourceData resData;
|
/external/icu/icu4c/source/tools/toolutil/ |
pkgitems.cpp | 282 const ResourceData *pResData, 373 ResourceData resData;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
resbund.h | 23 * in localeData and resourceData which it doesn't own.
|
/external/icu/icu4c/source/common/unicode/ |
resbund.h | 23 * in localeData and resourceData which it doesn't own.
|