HomeSort by relevance Sort by last modified time
    Searched full:detached (Results 1 - 25 of 708) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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 15 // Verify that the detached bookmark bar is visible on the new tab page.
18 EXPECT_EQ(BookmarkBar::DETACHED, browser()->bookmark_bar_state());
21 // Verify that the detached bookmark bar is hidden on custom NTP pages.
36 // Verify that the detached bookmark bar is hidden.
66 // Verify that in instant extended mode the detached bookmark bar is visible on
70 EXPECT_EQ(BookmarkBar::DETACHED, browser()->bookmark_bar_state());
  /external/valgrind/main/drd/tests/
pth_detached_sem.c 2 * Test whether detached threads are handled properly.
5 * of a counter protected by a mutex to wait until all detached threads
60 // Create count1 detached threads by setting the "detached" property via
67 // Create count2 detached threads by letting the threads detach themselves.
78 // Wait until all detached threads have written their output to stdout.
pth_detached.c 1 /* Test whether detached threads are handled properly. */
53 // Create count1 detached threads by setting the "detached" property via
60 // Create count2 detached threads by letting the threads detach themselves.
71 // Wait until all detached threads have written their output to stdout.
threaded-fork.c 1 /* fork a process that has created a detached thread. */
  /external/chromium_org/chrome/browser/ui/search/
search_ui.h 14 // Returns the color to use to draw the detached bookmark bar background.
17 // Returns the color to use to draw the detached bookmark bar separator.
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_browsertest.cc 20 // Create an initially detached panel (as opposed to other tests which create
33 // Ignore checking y position since the detached panel will be placed near
63 // Create a detached panel that is initially active.
68 // Test that the attention should not be drawn if the detached panel is in
79 // Create an inactive detached panel.
85 // Test that the attention is drawn when the detached panel is not in focus.
101 // Create an inactive detached panel.
107 // Test that the attention is drawn when the detached panel is not in focus.
125 // Clicking on an active detached panel's titlebar has no effect, regardless
140 // Clicking on an inactive detached panel's titlebar activates it
    [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...]
detached_panel_drag_handler.cc 16 DCHECK_EQ(PanelCollection::DETACHED, panel->collection()->type());
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_state.h 17 // as a detached bar on the NTP), NO otherwise.
45 // Returns how morphed into the detached bubble the bookmark bar should be (1 =
46 // completely detached, 0 = normal).
bookmark_bar_toolbar_view.mm 32 return [controller_ isInState:BookmarkBar::DETACHED];
42 if ([controller_ isInState:BookmarkBar::DETACHED] ||
43 [controller_ isAnimatingToState:BookmarkBar::DETACHED] ||
44 [controller_ isAnimatingFromState:BookmarkBar::DETACHED]) {
  /external/chromium_org/chrome/browser/chromeos/
device_hierarchy_observer.h 16 // detached.
  /external/chromium_org/content/browser/loader/
detachable_resource_handler.h 25 // detached. Once detached, it drives the request to completion itself. This is
27 // rel=prefetch> and <a ping>. Requests do not start out detached so, e.g.,
32 // Note that, once detached, the request continues without the original next
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrProgramObj.cpp 19 // shaders are automatically detached from a deleted program. They will only be
  /external/skia/src/gpu/gl/debug/
GrProgramObj.cpp 19 // shaders are automatically detached from a deleted program. They will only be
  /external/chromium_org/media/base/
player_tracker.h 22 // - |cdm_unset_cb| is fired when the CDM is detached from the player.
28 // the CDM is detached from the player (e.g. setMediaKeys(0)), or when the
  /external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.h 34 // - A |ProxyMessagePipeEndpoint| starts out *detached*, i.e., not associated
36 // is assigned a local ID. A |ProxyMessagePipeEndpoint| must be detached
94 // This queue is only used while we're detached, to store messages while we're
  /external/chromium_org/ui/views/controls/native/
native_view_host_wrapper.h 17 // native view when attached, detached, moved and sized.
27 // Called before the attached gfx::NativeView is detached from the
29 // cleanup. |destroyed| is true if the native view is detached
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_view.h 18 // the detached bookmark bar is morphing to the normal bar and vice versa.
  /external/chromium_org/chrome/browser/ui/views/
detachable_toolbar_view.h 25 // Whether the view is currently detached from the Chrome frame.
45 // needed when the bar/shelf is detached from the Chrome frame (otherwise the
46 // content area is the whole area of the bar/shelf. When detached, however,
71 // Paint the border around the content area (when in detached mode).
  /external/chromium_org/components/storage_monitor/
removable_storage_observer.h 20 // When a removable storage device is detached, this
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
CursorController.java 36 * Called when the view is detached from window. Perform house keeping task, such as
  /external/chromium_org/content/public/browser/
devtools_external_agent_proxy_delegate.h 24 // Informs the agent that a client host has detached.
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackInvocation.cpp 54 ASSERT(m_which == CustomElementLifecycleCallbacks::Attached || m_which == CustomElementLifecycleCallbacks::Detached);
63 case CustomElementLifecycleCallbacks::Detached:
64 callbacks()->detached(element);
122 case CustomElementLifecycleCallbacks::Detached:
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8CustomElementLifecycleCallbacks.cpp 50 V(detached, Detached) \
53 PassRefPtr<V8CustomElementLifecycleCallbacks> V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
66 return adoptRef(new V8CustomElementLifecycleCallbacks(scriptState, prototype, created, attached, detached, attributeChanged));
69 static CustomElementLifecycleCallbacks::CallbackType flagSet(v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
77 if (!detached.IsEmpty())
78 flags |= CustomElementLifecycleCallbacks::Detached;
92 V8CustomElementLifecycleCallbacks::V8CustomElementLifecycleCallbacks(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
93 : CustomElementLifecycleCallbacks(flagSet(attached, detached, attributeChanged))
100 , m_detached(scriptState->isolate(), detached)
198 void V8CustomElementLifecycleCallbacks::detached(Element* element) function in class:WebCore::V8CustomElementLifecycleCallbacks
    [all...]

Completed in 3655 milliseconds

1 2 3 4 5 6 7 8 91011>>