Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h542 void OnUpdateEncoding(const std::string& encoding);
Drender_view_host_impl.cc1235 IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateEncoding, OnUpdateEncoding) in OnMessageReceived()
1582 void RenderViewHostImpl::OnUpdateEncoding(const std::string& encoding_name) { in OnUpdateEncoding() function in content::RenderViewHostImpl