OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast_resize
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container.h
32
virtual void SetFastResize(bool
fast_resize
) = 0;
native_tab_contents_container_win.cc
59
void NativeTabContentsContainerWin::SetFastResize(bool
fast_resize
) {
60
set_fast_resize(
fast_resize
);
tab_contents_container_native.cc
58
void TabContentsContainer::SetFastResize(bool
fast_resize
) {
59
native_container_->SetFastResize(
fast_resize
);
native_tab_contents_container_gtk.h
23
virtual void SetFastResize(bool
fast_resize
) OVERRIDE;
native_tab_contents_container_win.h
21
virtual void SetFastResize(bool
fast_resize
) OVERRIDE;
tab_contents_container_native.h
38
void SetFastResize(bool
fast_resize
);
tab_contents_container_views.cc
60
void TabContentsContainer::SetFastResize(bool
fast_resize
) {
tab_contents_container_views.h
37
void SetFastResize(bool
fast_resize
);
native_tab_contents_container_gtk.cc
42
void NativeTabContentsContainerGtk::SetFastResize(bool
fast_resize
) {
43
set_fast_resize(
fast_resize
);
/external/chromium_org/ui/views/controls/native/
native_view_host.h
69
void set_fast_resize(bool
fast_resize
) { fast_resize_ =
fast_resize
; }
70
bool
fast_resize
() const { return fast_resize_; }
function in class:views::NativeViewHost
72
// Value of
fast_resize
() the last time Layout() was invoked.
native_view_host_win.cc
100
if (host_->
fast_resize
()) {
/external/chromium_org/ui/views/controls/webview/
webview.h
69
void SetFastResize(bool
fast_resize
);
webview.cc
97
void WebView::SetFastResize(bool
fast_resize
) {
98
wcv_holder_->set_fast_resize(
fast_resize
);
Completed in 617 milliseconds