OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_resizing
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/table/
table_header.cc
203
if (
is_resizing
()) {
232
if (
is_resizing
())
247
if (!
is_resizing
())
table_header.h
71
bool
is_resizing
() const { return resize_details_.get() != NULL; }
function in class:views::TableHeader
Completed in 419 milliseconds