Searched refs:fetched (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCachingCorrectnessTest.cpp193 ResourcePtr<Resource> fetched = fetch(); local
194 EXPECT_EQ(fresh200, fetched);
209 ResourcePtr<Resource> fetched = fetch(); local
210 EXPECT_EQ(fresh200, fetched);
225 ResourcePtr<Resource> fetched = fetch(); local
226 EXPECT_EQ(fresh200, fetched);
242 ResourcePtr<Resource> fetched = fetch(); local
243 EXPECT_NE(expired200, fetched);
258 ResourcePtr<Resource> fetched = fetch(); local
259 EXPECT_NE(expired200, fetched);
275 ResourcePtr<Resource> fetched = fetchImage(); local
298 ResourcePtr<Resource> fetched = fetchImage(); local
314 ResourcePtr<Resource> fetched = fetch(); local
331 ResourcePtr<Resource> fetched = fetch(); local
340 ResourcePtr<Resource> fetched = fetch(); local
357 ResourcePtr<Resource> fetched = fetch(); local
366 ResourcePtr<Resource> fetched = fetch(); local
385 ResourcePtr<Resource> fetched = fetch(); local
420 ResourcePtr<Resource> fetched = fetch(); local
454 ResourcePtr<Resource> fetched = fetch(); local
506 ResourcePtr<Resource> fetched = fetch(); local
541 ResourcePtr<Resource> fetched = fetch(); local
576 ResourcePtr<Resource> fetched = fetch(); local
[all...]
/external/chromium_org/media/video/capture/win/
H A Dfilter_base_win.cc45 STDMETHOD(Next)(ULONG count, IPin** pins, ULONG* fetched) { argument
53 if (fetched)
54 *fetched = pins_fetched;
H A Dpin_base_win.cc45 STDMETHOD(Next)(ULONG count, AM_MEDIA_TYPE** types, ULONG* fetched) { argument
78 if (fetched)
79 *fetched = types_fetched;
H A Dvideo_capture_device_win.cc47 DWORD fetched = 0; local
48 while (enum_moniker->Next(1, moniker.Receive(), &fetched) == S_OK) {
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.cc358 // The config file is already fetched. So start to fetch the image.
552 void BurnManager::ConfigFileFetched(bool fetched, const std::string& content) { argument
558 if (fetched && system::StatisticsProvider::GetInstance()->
566 if (fetched && !image_file_name_.empty() && !image_download_url_.is_empty()) {
569 fetched = false;
574 if (!fetched) {
H A Dburn_manager.h205 // 4-1) Unzip the fetched image file.
289 // Creates URL image should be fetched from.
356 void ConfigFileFetched(bool fetched, const std::string& content);
/external/oprofile/events/mips/5K/
H A Devents16 event:0x1 counters:0 um:zero minimum:500 name:INSN_FETCHED : Instructions fetched
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.cpp570 FontResource* fetched = item->fetch(document); local
571 if (fetched) {
576 source = adoptPtrWillBeNoop(new SVGRemoteFontFaceSource(item->resource(), fetched, fontLoader));
580 source = adoptPtrWillBeNoop(new RemoteFontFaceSource(fetched, fontLoader));
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.cc317 // changed. Make sure existing extensions aren't fetched again, if a
346 // Add fetch records for extensions that should be fetched by an update URL.
488 FetchedCRXFile fetched(id, path, file_ownership_passed, request_ids);
489 fetched_crx_files_.push(fetched);
/external/oprofile/events/mips/25K/
H A Devents50 event:0x18 counters:0,1 um:zero minimum:500 name:INSNS_FETCHED_FROM_ICACHE : Total number of instructions fetched from the I-Cache
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc487 ULONG fetched; local
489 (result = enum_url->Next(1, &stat_url, &fetched)) == S_OK) {
/external/chromium_org/tools/symsrc/
H A Dpefile.py2987 raise PEFormatError, 'data at RVA can\'t be fetched. Corrupt header?'
3010 raise PEFormatError, 'data at RVA can\'t be fetched. Corrupt header?'
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex160 Flowinfo received and latched by a connected TCP socket also may be fetched
/external/oprofile/events/i386/nehalem/
H A Devents85 event:0xC8 counters:0,1,2,3 um:x20 minimum:6000 name:ITLB_MISS_RETIRED : Counts the number of retired instructions that missed the ITLB when the instruction was fetched.
/external/oprofile/events/mips/74K/
H A Devents105 event:0x40b counters:1,3 um:zero minimum:500 name:IFU_IDU_NO_FETCH_CYCLES : 11-1 Cycles IFU-IDU gate open but no instructions fetched by IFU
/external/libvorbis/doc/
H A D01-introduction.tex92 without having previously fetched the codec setup header.

Completed in 468 milliseconds