Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_blocking_page.h142 bool is_main_frame_; variable
Dsafe_browsing_blocking_page.cc130 is_main_frame_(IsMainPage(unsafe_resources)), in SafeBrowsingBlockingPage()
133 if (!is_main_frame_) { in SafeBrowsingBlockingPage()
297 if (is_main_frame_) { in PopulateMalwareStringDictionary()