HomeSort by relevance Sort by last modified time
    Searched refs:InInstantProcess (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 54 bool InInstantProcess(Profile* profile,
254 if (!InInstantProcess(profile, web_contents_)) {
  /external/chromium_org/chrome/browser/search/
search_unittest.cc 310 bool InInstantProcess(const content::WebContents* contents) {
484 EXPECT_EQ(test.start_in_instant_process, InInstantProcess(contents))
497 EXPECT_EQ(test.end_in_instant_process, InInstantProcess(contents))
523 EXPECT_EQ(test.start_in_instant_process, InInstantProcess(contents))
543 EXPECT_EQ(test.end_in_instant_process, InInstantProcess(contents))

Completed in 81 milliseconds