Home
last modified time | relevance | path

Searched refs:last_reported_encoding_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h1088 std::string last_reported_encoding_; in NON_EXPORTED_BASE() local
Dweb_contents_impl.cc4268 if (encoding == last_reported_encoding_) in SetEncoding()
4270 last_reported_encoding_ = encoding; in SetEncoding()