Searched defs:Show (Results 51 - 75 of 90) sorted by relevance

1234

/external/chromium/chrome/browser/ui/webui/
H A Dcollected_cookies_ui_delegate.cc133 void CollectedCookiesUIDelegate::Show(TabContents* tab_contents) { function in class:CollectedCookiesUIDelegate
/external/opencv/cvaux/src/
H A Dcvface.cpp297 void RFace::Show(IplImage * Image) function in class:RFace
313 }//void RFace::Show(IplImage * Image)
H A D_cvfacedetection.h224 virtual void Show(IplImage * /*Image*/){}; function in class:Face
288 virtual void Show(IplImage* Image);
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_BWin.h86 /* Override the Show() method so we can tell when we've been shown */
87 virtual void Show(void) { function in class:SDL_BWin
88 BWindow::Show();
/external/quake/quake/src/QW/client/
H A Dr_misc.c47 Show
52 void Show (void) function
/external/quake/quake/src/WinQuake/
H A Dr_misc.cpp45 Show
50 void Show (void) function
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc265 void BrowserView::Show() { function in class:chromeos::BrowserView
276 ::BrowserView::Show();
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.cc213 void BalloonViewImpl::Show(Balloon* balloon) { function in class:chromeos::BalloonViewImpl
318 control_view_host_->Show();
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.cc137 void DevToolsWindow::Show(DevToolsToggleAction action) { function in class:DevToolsWindow
149 inspected_window->Show();
169 browser_->window()->Show();
212 Show(DEVTOOLS_TOGGLE_ACTION_NONE);
/external/chromium/chrome/browser/ui/gtk/
H A Dfirst_run_dialog.cc98 FirstRunDialog::Show(profile, randomize_search_engine_order);
104 bool FirstRunDialog::Show(Profile* profile, function in class:FirstRunDialog
H A Dssl_client_certificate_selector.cc48 void Show();
196 void SSLClientCertificateSelector::Show() { function in class:__anon2090::SSLClientCertificateSelector
400 delegate))->Show();
H A Dbrowser_toolbar_gtk.cc252 void BrowserToolbarGtk::Show() { function in class:BrowserToolbarGtk
H A Dcertificate_viewer.cc66 void Show();
704 void CertificateViewer::Show() { function in class:__anon2029::CertificateViewer
714 (new CertificateViewer(parent, cert_chain))->Show();
H A Dinfo_bubble_gtk.cc49 InfoBubbleGtk* InfoBubbleGtk::Show(GtkWidget* anchor_widget, function in class:InfoBubbleGtk
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc128 Show();
134 Show();
143 new_item_animation_->Show();
261 // "Show all downloads" link to the left to make it more visible that there is
336 // of the shelf minus the "Show all downloads" link, arrow and close button
379 void DownloadShelfView::Show() { function in class:DownloadShelfView
380 shelf_animation_->Show();
/external/chromium/chrome/browser/ui/views/
H A Dfirst_run_bubble.cc55 // Called by FirstRunBubble::Show to request focus for the proper button
472 FirstRunBubble* FirstRunBubble::Show(Profile* profile, function in class:FirstRunBubble
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.cc316 node.snapshot->Show();
318 node.title->Show();
320 node.favicon->Show();
579 Show();
629 void WmOverviewController::Show() { function in class:chromeos::WmOverviewController
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc186 void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd, function in class:BookmarkEditor
195 editor->Show();
370 void BookmarkEditorGtk::Show() { function in class:BookmarkEditorGtk
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.cc180 animation_->Show();
208 void BalloonViewImpl::Show(Balloon* balloon) { function in class:BalloonViewImpl
344 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show";
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc34 void Panel::Show() { function in class:Panel
35 browser_window_->Show();
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc52 void BookmarkEditor::Show(HWND parent_hwnd, function in class:BookmarkEditor
60 editor->Show(parent_hwnd);
226 void BookmarkEditorView::Show(HWND parent_hwnd) { function in class:BookmarkEditorView
231 window()->Show();
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc211 animation_->Show();
215 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show";
279 void BalloonViewImpl::Show(Balloon* balloon) { function in class:BalloonViewImpl
358 html_container_->Show();
359 frame_container_->Show();
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dstatus.h59 enum Show { enum in class:buzz::Status
71 Show show() const { return show_; }
88 void set_show(Show show) { show_ = show; }
207 Show show_;
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp415 int RLBitStream::Show( int bits ) function in class:RLBitStream
451 val = table[Show(table_bits) + 2];
525 int RMBitStream::Show( int bits ) function in class:RMBitStream
553 val = table[Show(table_bits) + 1];
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc363 Show(result.size());
437 void AutocompletePopupViewGtk::Show(size_t num_results) { function in class:AutocompletePopupViewGtk

Completed in 4203 milliseconds

1234