OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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