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 103 bool InInstantProcess(Profile* profile,
415 if (InInstantProcess(profile(), web_contents_))
600 if (!InInstantProcess(profile(), web_contents_)) {
  /external/chromium_org/chrome/browser/search/
search_unittest.cc 97 bool InInstantProcess(const content::WebContents* contents) {
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))
    [all...]

Completed in 103 milliseconds