/external/webkit/Source/WebKit/win/ |
WebDataSource.h | 92 virtual HRESULT STDMETHODCALLTYPE subresources(
|
WebArchive.cpp | 132 HRESULT STDMETHODCALLTYPE WebArchive::subResources(
|
WebDataSource.cpp | 277 HRESULT STDMETHODCALLTYPE WebDataSource::subresources( function in class:WebDataSource
|
/external/chromium/chrome/browser/net/ |
url_info.h | 13 // may describe associated subresources, for future speculative connections to 14 // those expected subresources.
|
predictor.h | 7 // subresources. 193 // subresources, we multiply the expected_subresource_use_ value by the 209 // Perform actual resolution or preconnection to subresources now. This is 306 // subresources and omni-box search URLs.
|
sdch_dictionary_fetcher.h | 41 // page subresources (or tabs opened in parallel) all suggest the dictionary.
|
referrer.h | 99 // in SubresourceMap which are subresources and that were needed to complete the 130 // The number of times this referer had its subresources scanned for possible
|
referrer.cc | 140 // level, so for now, we just suggest subresources, which leaves them all
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebHTMLViewPrivate.h | 116 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard forType:(NSString *)pboardType inContext:(DOMRange *)context subresources:(NSArray **)subresources;
|
WebHTMLView.mm | 332 - (DOMDocumentFragment *)_documentFromRange:(NSRange)range document:(DOMDocument *)document documentAttributes:(NSDictionary *)dict subresources:(NSArray **)subresources; 774 subresources:0])) 781 subresources:0])) 788 subresources:0])) 795 subresources:0])) 802 subresources:0])) 809 subresources:0])) 816 subresources:0])) 824 subresources:0]) [all...] |
/external/icu4c/common/ |
uresimp.h | 186 * fallback to its parent. This performs fallback on subresources. For example, when a table 210 * fallback to its parent. This performs fallback on subresources. For example, when a table 262 * For subresources, the locale where this resource comes from will be returned.
|
/external/webkit/Source/WebCore/platform/network/qt/ |
ResourceRequestQt.cpp | 66 // serve subresources
|
/external/webkit/Source/WebCore/xml/ |
XSLImportRule.cpp | 108 // loaded (even if our subresources haven't), so if we have a stylesheet after
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebviewprivate.h | 100 GRefPtr<GHashTable> subResources;
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.mm | 85 - (DOMDocumentFragment*)_documentFromRange:(NSRange)range document:(DOMDocument*)document documentAttributes:(NSDictionary *)dict subresources:(NSArray **)subresources; 372 NSArray *subResources; 376 subresources:&subResources]; 377 for (WebResource* resource in subResources) [all...] |
/external/chromium/chrome/browser/ |
browsing_data_remover.h | 129 // subresources on visited sites, and initial navigation history.
|
io_thread.h | 126 // speculative data about subresources of visited sites, and startup-time
|
/external/chromium/chrome/browser/resources/ |
ssl_error.html | 116 // resources. The script that does this looks for subresources like
|
ssl_roadblock.html | 119 // resources. The script that does this looks for subresources like
|
/external/chromium/net/base/ |
load_flags_list.h | 91 // Indicate that this is a sub frame, and hence it might have subresources that
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebFrame.cpp | 653 // Next, try subresources. 674 // Next, try subresources.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ResourceTreeModel.js | 289 // Create frame subresources.
|
/external/webkit/Source/WebCore/loader/cache/ |
MemoryCache.h | 46 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
|
/external/webkit/Source/WebCore/inspector/ |
InspectorResourceAgent.cpp | 432 RefPtr<InspectorArray> subresources = InspectorArray::create(); local 433 result->setArray("resources", subresources); 441 subresources->pushValue(resourceObject);
|
/external/webkit/Source/WebCore/loader/ |
DocumentLoader.cpp | 436 // Once a frame has loaded, we no longer need to consider subresources, 543 void DocumentLoader::getSubresources(Vector<PassRefPtr<ArchiveResource> >& subresources) const 555 subresources.append(subresource.release());
|