Searched refs:ShowCollectedCookiesDialog (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/
H A Dcollected_cookies_uitest.cc47 ASSERT_TRUE(tab->ShowCollectedCookiesDialog());
48 ASSERT_TRUE(tab->ShowCollectedCookiesDialog());
75 ASSERT_TRUE(tab->ShowCollectedCookiesDialog());
H A Dcontent_setting_bubble_model.cc337 tab_contents()->delegate()->ShowCollectedCookiesDialog(tab_contents());
/external/chromium/chrome/browser/ui/views/
H A Ddialog_stubs_gtk.cc44 void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window, function in namespace:browser
H A Dbrowser_dialogs.h85 void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,
H A Dcollected_cookies_win.cc35 void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window, function in namespace:browser
/external/chromium/chrome/browser/ui/
H A Dbrowser_window.h239 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) = 0;
H A Dbrowser.h813 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
H A Dbrowser.cc3250 void Browser::ShowCollectedCookiesDialog(TabContents *tab_contents) { function in class:Browser
3251 window()->ShowCollectedCookiesDialog(tab_contents);
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h83 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.h95 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
H A Dpanel.cc246 void Panel::ShowCollectedCookiesDialog(TabContents* tab_contents) { function in class:Panel
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h105 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
H A Dbrowser_window_gtk.cc943 void BrowserWindowGtk::ShowCollectedCookiesDialog(TabContents* tab_contents) { function in class:BrowserWindowGtk
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.h280 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) OVERRIDE;
H A Dbrowser_view.cc998 void BrowserView::ShowCollectedCookiesDialog(TabContents* tab_contents) { function in class:BrowserView
999 browser::ShowCollectedCookiesDialog(GetNativeHandle(), tab_contents);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.h80 void ShowCollectedCookiesDialog(int handle, bool* success);
H A Dtesting_automation_provider.cc236 ShowCollectedCookiesDialog)
538 void TestingAutomationProvider::ShowCollectedCookiesDialog( function in class:TestingAutomationProvider
544 tab_contents->delegate()->ShowCollectedCookiesDialog(tab_contents);

Completed in 251 milliseconds