Searched refs:InInstantProcess (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.cc103 bool InInstantProcess(Profile* profile, function in namespace:__anon5144
415 if (InInstantProcess(profile(), web_contents_))
600 if (!InInstantProcess(profile(), web_contents_)) {
/external/chromium_org/chrome/browser/search/
H A Dsearch_unittest.cc97 bool InInstantProcess(const content::WebContents* contents) { function in class:chrome::SearchTest
239 EXPECT_EQ(test.start_in_instant_process, InInstantProcess(contents))
252 EXPECT_EQ(test.end_in_instant_process, InInstantProcess(contents))
278 EXPECT_EQ(test.start_in_instant_process, InInstantProcess(contents))
298 EXPECT_EQ(test.end_in_instant_process, InInstantProcess(contents))

Completed in 1522 milliseconds