OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateThrobber
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium/chrome/browser/ui/views/frame/
browser_non_client_frame_view.h
31
virtual void
UpdateThrobber
(bool running) = 0;
popup_non_client_frame_view.h
34
virtual void
UpdateThrobber
(bool running) OVERRIDE;
browser_frame.cc
38
void BrowserFrame::
UpdateThrobber
(bool running) {
39
browser_frame_view_->
UpdateThrobber
(running);
browser_frame.h
65
void
UpdateThrobber
(bool running);
popup_non_client_frame_view.cc
59
void PopupNonClientFrameView::
UpdateThrobber
(bool running) {
app_panel_browser_frame_view.h
38
virtual void
UpdateThrobber
(bool running) OVERRIDE;
glass_browser_frame_view.h
37
virtual void
UpdateThrobber
(bool running) OVERRIDE;
opaque_browser_frame_view.h
36
virtual void
UpdateThrobber
(bool running) OVERRIDE;
app_panel_browser_frame_view.cc
104
void AppPanelBrowserFrameView::
UpdateThrobber
(bool running) {
/external/chromium_org/chrome/browser/ui/views/frame/
popup_non_client_frame_view.h
32
virtual void
UpdateThrobber
(bool running) OVERRIDE;
browser_non_client_frame_view.h
44
virtual void
UpdateThrobber
(bool running) = 0;
popup_non_client_frame_view.cc
57
void PopupNonClientFrameView::
UpdateThrobber
(bool running) {
browser_frame.h
72
void
UpdateThrobber
(bool running);
app_panel_browser_frame_view.h
35
virtual void
UpdateThrobber
(bool running) OVERRIDE;
browser_non_client_frame_view_ash.h
40
virtual void
UpdateThrobber
(bool running) OVERRIDE;
glass_browser_frame_view.h
30
virtual void
UpdateThrobber
(bool running) OVERRIDE;
browser_frame.cc
162
void BrowserFrame::
UpdateThrobber
(bool running) {
163
browser_frame_view_->
UpdateThrobber
(running);
opaque_browser_frame_view.h
45
virtual void
UpdateThrobber
(bool running) OVERRIDE;
browser_non_client_frame_view_ash.cc
153
void BrowserNonClientFrameViewAsh::
UpdateThrobber
(bool running) {
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_titlebar_gtk.h
46
void
UpdateThrobber
(content::WebContents* web_contents);
panel_titlebar_gtk.cc
225
UpdateThrobber
(web_contents);
228
void PanelTitlebarGtk::
UpdateThrobber
(
/external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h
61
void
UpdateThrobber
(TabContents* tab_contents);
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.h
38
void
UpdateThrobber
();
panel_view.cc
508
GetFrameView()->
UpdateThrobber
();
883
GetFrameView()->
UpdateThrobber
();
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.h
72
void
UpdateThrobber
(content::WebContents* web_contents);
Completed in 224 milliseconds
1
2