HomeSort by relevance Sort by last modified time
    Searched refs:APPLY_TO_ALL (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_constants.h 65 APPLY_TO_ALL, // Apply the click behavior to all panels in the collection.
detached_panel_browsertest.cc 137 panel::APPLY_TO_ALL);
138 test_panel->ReleaseMouseButtonTitlebar(panel::APPLY_TO_ALL);
panel_browsertest.cc 652 panel2->OnMinimizeButtonClicked(panel::APPLY_TO_ALL);
664 panel3->OnRestoreButtonClicked(panel::APPLY_TO_ALL);
695 panel::APPLY_TO_ALL);
696 test_panel2->ReleaseMouseButtonTitlebar(panel::APPLY_TO_ALL);
711 panel::APPLY_TO_ALL);
716 test_panel1->ReleaseMouseButtonTitlebar(panel::APPLY_TO_ALL);
729 panel::APPLY_TO_ALL);
730 test_panel2->ReleaseMouseButtonTitlebar(panel::APPLY_TO_ALL);
743 panel::APPLY_TO_ALL);
744 test_panel2->ReleaseMouseButtonTitlebar(panel::APPLY_TO_ALL);
    [all...]
docked_panel_collection.cc 327 if (modifier == panel::APPLY_TO_ALL)
391 if (modifier == panel::APPLY_TO_ALL)
399 if (modifier == panel::APPLY_TO_ALL)
stacked_panel_browsertest.cc 261 // Clicking on P2's titlebar with APPLY_TO_ALL modifier to collapse all
264 panel::APPLY_TO_ALL);
265 panel2_testing->ReleaseMouseButtonTitlebar(panel::APPLY_TO_ALL);
276 // Clicking on P1's titlebar with APPLY_TO_ALL modifier to expand all
279 panel::APPLY_TO_ALL);
280 panel1_testing->ReleaseMouseButtonTitlebar(panel::APPLY_TO_ALL);
461 // Collapse all panels by clicking on P2's titlebar with APPLY_TO_ALL
464 panel::APPLY_TO_ALL);
465 panel2_testing->ReleaseMouseButtonTitlebar(panel::APPLY_TO_ALL);
478 // Expand all panels by clicking on P2's titlebar with APPLY_TO_ALL
    [all...]
stacked_panel_collection.cc 348 if (modifier == panel::APPLY_TO_ALL) {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 600 event.IsControlDown() ? panel::APPLY_TO_ALL : panel::NO_MODIFIER))
617 event.IsControlDown() ? panel::APPLY_TO_ALL : panel::NO_MODIFIER;

Completed in 269 milliseconds