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

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bar.h 16 // The bookmark bar is visible and not detached.
19 // The bookmark bar is visible and detached from the location bar (as
21 DETACHED
bookmark_unittest.cc 17 // Verify that the detached bookmark bar is visible on the new tab page.
20 EXPECT_EQ(BookmarkBar::DETACHED, browser()->bookmark_bar_state());
23 // Verify that the detached bookmark bar is hidden on custom NTP pages.
38 // Verify that the detached bookmark bar is hidden.
71 // Verify that in instant extended mode the detached bookmark bar is visible on
75 EXPECT_EQ(BookmarkBar::DETACHED, browser()->bookmark_bar_state());
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_drag_handler.cc 16 DCHECK_EQ(PanelCollection::DETACHED, panel->collection()->type());
panel_collection.h 20 DETACHED, // free-floating panels
panel_drag_browsertest.cc 780 // Test that the detached panel can be dragged almost anywhere except getting
    [all...]
detached_panel_collection.cc 15 // detached panels.
18 // When the stacking mode is enabled, the detached panel will be positioned
20 // stacked to the bottom of the detached panel. This value is experimental
26 : PanelCollection(PanelCollection::DETACHED),
66 // A detached panel would still maintain its minimized state when it was
72 // the top panel became detached.
84 // positioning_mask is ignored since the detached panel is free-floating.
89 // Offset the default position of the next detached panel if the current
118 // Click on detached panel titlebars does not do anything.
138 // When we resize a detached panel, its origin does not move
    [all...]
panel_drag_controller.cc 23 // Indicates how close the bottom of the detached panel is to the bottom of
24 // the docked area such that the detached panel becomes docked.
179 // Check if the dragging panel can be detached.
192 case PanelCollection::DETACHED:
245 // This could cause the detached panel, that still keeps its minimized state
246 // when it gets detached due to unstacking, to expand. This could occur
248 // from the top panel: the top panel is detached while all other panels
307 // Panels in the detached collection are always at their full size.
310 // To become detached, the panel should be dragged either out of the main
331 // It has to come from the detached collection
    [all...]
stacked_panel_browsertest.cc 643 // Expect P2 and P3 are still stacked and minimized while P1 becomes detached
667 // Expect both panels become detached and expanded.
    [all...]
base_panel_browser_test.cc 433 EXPECT_EQ(PanelCollection::DETACHED, panel->collection()->type());
436 // detached.
stacked_panel_collection.cc 510 // dragged out of the stack and thus cause both panels become detached.
512 DCHECK_EQ(PanelCollection::DETACHED,
  /external/chromium_org/chrome/browser/ui/
browser_unittest.cc 142 EXPECT_EQ(BookmarkBar::DETACHED, browser()->bookmark_bar_state());
143 EXPECT_EQ(BookmarkBar::DETACHED, window_bookmark_bar_state());
152 EXPECT_EQ(BookmarkBar::DETACHED, browser()->bookmark_bar_state());
153 EXPECT_EQ(BookmarkBar::DETACHED, window_bookmark_bar_state());
browser.cc     [all...]
browser_browsertest.cc     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 773 * iterator reports that it is "detached" (does not need any
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 589 writeCommStatusAndClose(Status.DETACHED, null);
670 if (status == Status.DETACHED) {
765 * if the remote side called {@link #detachFd()}. Once detached, the remote
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 536 animating_detached_ = (state == BookmarkBar::DETACHED ||
537 bookmark_bar_state_ == BookmarkBar::DETACHED);
550 // There is no client edge to overlap when detached in fullscreen with no
689 return (bookmark_bar_state_ == BookmarkBar::DETACHED) ||
706 // detached), since drawing over the infobar looks weird.
710 // When detached with no infobar, animate the overlap between the attached and
711 // detached states.
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 175 // detached state is at the top of the page; it'll be moved to float on the
181 // Paint background for detached state; if animating, this is fade in/out.
350 // While animating, set opacity to cross-fade between attached and detached
354 if (browser_->bookmark_bar_state() == BookmarkBar::DETACHED) {
355 // To animate from attached to detached state:
357 // - fade in detached background.
366 // To animate from detached to attached state:
367 // - fade out detached background
717 // detached state in immersive fullscreen.
718 bool detached_changed = (new_state == BookmarkBar::DETACHED) ||
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 856 // The bookmark bar is shown detached in the NTP, when disabled by prefs only.
857 EXPECT_EQ(BookmarkBar::DETACHED, browser()->bookmark_bar_state());
    [all...]

Completed in 878 milliseconds