OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auto_resizable_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel.h
185
bool auto_resizable() const { return
auto_resizable_
; }
371
bool
auto_resizable_
;
member in class:Panel
panel.cc
579
if (
auto_resizable_
== resizable)
582
auto_resizable_
= resizable;
584
if (
auto_resizable_
) {
617
DCHECK(
auto_resizable_
);
808
auto_resizable_
(false),
859
if (!
auto_resizable_
|| !web_contents)
Completed in 240 milliseconds