Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Drender_thread_impl.cc366 else if (host != common_host_) in RenderViewNavigatedToHost()
381 if (host != common_host_) { in SetCommonHost()
382 common_host_ = host; in SetCommonHost()
Drender_thread_impl.h372 std::string common_host_; variable