OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auto_hide_behavior_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.h
98
return
auto_hide_behavior_
;
351
ShelfAutoHideBehavior
auto_hide_behavior_
;
member in class:ash::internal::ShelfLayoutManager
shelf_layout_manager.cc
200
auto_hide_behavior_
(SHELF_AUTO_HIDE_BEHAVIOR_NEVER),
227
if (
auto_hide_behavior_
== behavior)
229
auto_hide_behavior_
= behavior;
233
auto_hide_behavior_
));
302
switch(
auto_hide_behavior_
) {
488
if (
auto_hide_behavior_
!= new_auto_hide_behavior)
[
all
...]
Completed in 993 milliseconds