Searched defs:ShowCollectedCookiesDialog (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Ddialog_stubs_gtk.cc44 void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window, function in namespace:browser
H A Dcollected_cookies_win.cc35 void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window, function in namespace:browser
/external/chromium/chrome/browser/ui/panels/
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.cc943 void BrowserWindowGtk::ShowCollectedCookiesDialog(TabContents* tab_contents) { function in class:BrowserWindowGtk
/external/chromium/chrome/browser/ui/views/frame/
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.cc236 ShowCollectedCookiesDialog)
538 void TestingAutomationProvider::ShowCollectedCookiesDialog( function in class:TestingAutomationProvider
544 tab_contents->delegate()->ShowCollectedCookiesDialog(tab_contents);
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3250 void Browser::ShowCollectedCookiesDialog(TabContents *tab_contents) { function in class:Browser
3251 window()->ShowCollectedCookiesDialog(tab_contents);

Completed in 106 milliseconds