Searched refs:IsIncognito (Results 1 – 12 of 12) sorted by relevance
106 virtual bool IsIncognito() = 0;
118 bool FakeBaseTabStripController::IsIncognito() { in IsIncognito() function in FakeBaseTabStripController
51 virtual bool IsIncognito() OVERRIDE;
74 virtual bool IsIncognito() OVERRIDE;
383 bool BrowserTabStripController::IsIncognito() { in IsIncognito() function in BrowserTabStripController
370 } else if (tab_strip_->controller()->IsIncognito()) { in GetBackgroundImage()
62 bool IsIncognito(content::WebContents* web_contents) const;
267 return rb.GetImageNamed(IsIncognito(web_contents) ? in GetBrowserListIcon()280 bool BrowserShortcutLauncherItemController::IsIncognito( in IsIncognito() function in BrowserShortcutLauncherItemController
508 bool IsIncognito(const content::WebContents* web_contents) const;
1337 if (IsIncognito(web_contents)) in GetAppListIcon()2004 bool ChromeLauncherController::IsIncognito( in IsIncognito() function in ChromeLauncherController
47 jboolean IsIncognito(JNIEnv* env, jobject obj);
135 jboolean WebContentsAndroid::IsIncognito(JNIEnv* env, jobject obj) { in IsIncognito() function in content::WebContentsAndroid