/external/chromium_org/chrome/browser/ui/panels/ |
docked_panel_collection.cc | 92 DCHECK_EQ(Panel::EXPANDED, panel->expansion_state()); 183 if (panel->expansion_state() != Panel::EXPANDED) 243 return (panel->expansion_state() == Panel::EXPANDED) ? 263 if (panel->expansion_state() != Panel::EXPANDED && !minimizing_all_ && 275 case Panel::EXPANDED: 343 // Make sure the panel is expanded when activated so the user input 345 panel->SetExpansionState(Panel::EXPANDED); 354 if (panel->expansion_state() != Panel::EXPANDED) 363 panel->SetExpansionState(Panel::EXPANDED); 421 return panel->expansion_state() != Panel::EXPANDED; [all...] |
detached_panel_collection.cc | 68 // needs to be expanded. This could occur in the following scenarios: 77 panel->expansion_state() != Panel::EXPANDED) 78 panel->SetExpansionState(Panel::EXPANDED); 250 DCHECK_EQ(Panel::EXPANDED, panel->expansion_state());
|
stacked_panel_collection.cc | 129 panel->expansion_state() == Panel::EXPANDED ? 347 bool expanded = panel->expansion_state() == Panel::EXPANDED; local 349 if (expanded) 354 if (expanded) 367 // Make sure the panel is expanded when activated so the user input 370 panel->SetExpansionState(Panel::EXPANDED); 378 // Ensure that the panel could fit within the work area after it is expanded. 414 panel->SetExpansionState(Panel::EXPANDED); 442 // panel that is clicked by the user will be expanded [all...] |
panel_browsertest.cc | 133 panels.size(), Panel::EXPANDED); 237 expected_expansion_states[index] = Panel::EXPANDED; 260 // Create 3 docked panels that are in expanded, title-only or minimized states 285 EXPECT_EQ(Panel::EXPANDED, panel1->expansion_state()); 305 // Expanded panel cannot be resized at the bottom. 449 // These should be identical because the panel is expanded. 478 EXPECT_EQ(Panel::EXPANDED, panel->expansion_state()); 482 // These should be identical because the panel is expanded. 492 // Verify current height unaffected when panel is not expanded. 542 EXPECT_EQ(Panel::EXPANDED, panel->expansion_state()) [all...] |
panel.h | 56 // The panel is fully expanded with both title-bar and the client-area. 57 EXPANDED, 196 // The full size is the size of the panel when it is detached or expanded
|
panel_manager.cc | 414 // Also make sure that this detached panel will be expanded if not yet. 424 if (top_panel->expansion_state() != Panel::EXPANDED) 425 top_panel->SetExpansionState(Panel::EXPANDED);
|
panel.cc | 465 // panel has been expanded. If the panel is in a stack, the titlebar click 514 DCHECK_EQ(EXPANDED, expansion_state_); 695 // Clear attention state when an expanded panel becomes active. 812 expansion_state_(EXPANDED),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewInfoPart.java | 43 Section.TWISTIE | Section.EXPANDED);
|
ApplicationAttributesPart.java | 53 Section.TWISTIE | Section.EXPANDED);
|
OverviewExportPart.java | 49 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
|
OverviewLinksPart.java | 42 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
|
ApplicationToggle.java | 62 Section.TWISTIE | Section.EXPANDED);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewState.java | 47 public static int EXPANDED = 1; 54 return state == EXPANDED; 65 return state > EXPANDED; 110 * @return 1 = expanded, 2 = collapsed, 3 = super collapsed, or null otherwise
|
ConversationViewFragment.java | 99 * Difference in the height of the message header whose details have been expanded/collapsed 617 // TODO: re-use any existing adapter item state (expanded, details expanded, show pics) 650 // Store the previous expanded state so that the border between 666 expandedState = ExpansionState.EXPANDED; 671 // new messages that are not expanded default to being eligible for super-collapse 673 ExpansionState.EXPANDED : ExpansionState.SUPER_COLLAPSED; 691 // next expanded header 712 false /* expanded */, prevSafeForImages, true /* firstBorder */); 731 renderBorder(true /* contiguous */, true /* expanded */, [all...] |
/external/chromium/chrome/browser/chromeos/frame/ |
panel_controller.h | 38 EXPANDED, 147 // Is the panel expanded or collapsed?
|
panel_controller.cc | 250 // window manager know that the panel is being expanded in response to a 252 SetState(PanelController::EXPANDED); 266 msg.set_param(1, state == EXPANDED); 327 State state = new_state ? EXPANDED : MINIMIZED;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportLinksPart.java | 42 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
|
AbstractPropertiesFieldsPart.java | 53 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
|
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_browsertest.cc | 130 // EXPANDED/MINIMIED state change message when the panels's state 329 WaitForPanelState(tester, PanelController::EXPANDED); 337 // The panel must be expanded again when a new system notification is added. 342 WaitForPanelState(tester, PanelController::EXPANDED); 383 WaitForPanelState(tester, PanelController::EXPANDED); 396 WaitForPanelState(tester, PanelController::EXPANDED); 405 WaitForPanelState(tester, PanelController::EXPANDED);
|
notification_panel.cc | 612 case PanelController::EXPANDED: 613 // Geting expanded in STICKY_AND_NEW or in KEEP_SIZE state means 618 // When the panel is to be expanded, we either show all, or 719 panel_controller_->SetState(PanelController::EXPANDED); 725 panel_controller_->SetState(PanelController::EXPANDED);
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter_utils_win.cc | 173 IA_STATE_MAP(EXPANDED)
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_view.cc | 634 bool is_minimized = old_state != Panel::EXPANDED; 635 bool will_be_minimized = new_state != Panel::EXPANDED; [all...] |
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
api.js | 299 * EXPANDED
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | 428 EXPANDED => 0x10000000, # for developer's 436 EXPANDED => 0x20000000, # for developer's 548 next if ($name eq 'EXPANDED'); # for developer's [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | 428 EXPANDED => 0x10000000, # for developer's 436 EXPANDED => 0x20000000, # for developer's 548 next if ($name eq 'EXPANDED'); # for developer's [all...] |