OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumbnailer_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc
270
if (
thumbnailer_
)
271
thumbnailer_
->CaptureSnapshot();
326
if (
thumbnailer_
.get())
327
thumbnailer_
->ReplaceWindow(views::HWNDForWidget(window_));
534
thumbnailer_
.reset(new TaskbarWindowThumbnailerWin(native_window, this));
535
thumbnailer_
->Start();
573
if (!
thumbnailer_
.get() || IsMinimized())
575
thumbnailer_
->InvalidateSnapshot();
panel_stack_view.h
132
scoped_ptr<TaskbarWindowThumbnailerWin>
thumbnailer_
;
member in class:PanelStackView
panel_view.cc
641
if (!
thumbnailer_
.get()) {
643
thumbnailer_
.reset(new TaskbarWindowThumbnailerWin(native_window, NULL));
658
thumbnailer_
->Start();
659
thumbnailer_
->CaptureSnapshot();
662
thumbnailer_
->Stop();
[
all
...]
panel_view.h
251
scoped_ptr<TaskbarWindowThumbnailerWin>
thumbnailer_
;
member in class:PanelView
Completed in 88 milliseconds