HomeSort by relevance Sort by last modified time
    Searched refs:force_determination (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
urlmon_bind_status_callback.cc 118 HRESULT SniffData::ReadIntoCache(IStream* stream, bool force_determination) {
140 bool last_chance = force_determination || (size() >= kMaxSniffSize);
141 eof_ = force_determination;
294 bool force_determination = !!(flags & local
296 hr = data_sniffer_.ReadIntoCache(stgmed->pstm, force_determination);
urlmon_bind_status_callback.h 57 HRESULT ReadIntoCache(IStream* stream, bool force_determination);

Completed in 202 milliseconds