OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attached
(Results
126 - 150
of
3279
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.h
32
// Moves the
attached
dragged view to the appropriate location.
46
// Notifies the dragged tab that it has become
attached
to a tabstrip.
66
// to determine where to place the tab in the
attached
tabstrip.
156
// True if the view is currently
attached
to a tabstrip. Controls rendering
160
// The width of the browser window where the dragged tabs were
attached
for
170
// The size of the tab renderer when the dragged tab is
attached
to a
177
// The animation used to slide the
attached
tab to its final location.
/external/clang/include/clang/Basic/
DiagnosticCommentKinds.td
72
"'%select{\\|@}0param' command used in a comment that is not
attached
to "
78
"command should be used in a comment
attached
to "
85
"command should not be used in a comment
attached
to a "
92
"command should not be used in a comment
attached
to a non-container declaration">,
112
"'%select{\\|@}0tparam' command used in a comment that is not
attached
to "
133
"'%select{\\|@}0%1' command used in a comment that is not
attached
to "
138
"'%select{\\|@}0%1' command used in a comment that is
attached
to a "
/frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java
40
* Broadcast Action: A broadcast for USB accessory
attached
event.
42
* This intent is sent when a USB accessory is
attached
.
44
* {@link com.google.android.usb.UsbAccessory} for the
attached
accessory.
54
* {@link com.google.android.usb.UsbAccessory} for the
attached
accessory that was detached.
104
* Returns a list of currently
attached
USB accessories.
107
* @return list of USB accessories, or null if none are
attached
.
167
* The boolean extra {@link #EXTRA_PERMISSION_GRANTED} will be
attached
to the
/external/chromium_org/chrome/browser/history/
in_memory_history_backend.h
51
// Does initialization work when this object is
attached
to the history
53
//
attached
history service is under.
90
// The profile that this object is
attached
. May be NULL before
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h
49
// Create a button cell not
attached
to any node which draws with a theme.
61
// Initialize a button cell not
attached
to any node which draws with a theme.
66
// A button cell is considered empty if it is expected to be
attached
to a node
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_controller.h
36
// Find the sheet
attached
to the given overlay window.
51
// Make |parentView| the current active view. If |parentView| has an
attached
59
// Gets the number of sheets
attached
to the controller's window.
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementLifecycleCallbacks.h
48
bool hasAttachedCallback() const { return m_which &
Attached
; }
49
virtual void
attached
(Element*) = 0;
60
Attached
= 1 << 1,
CustomElementCallbackInvocation.cpp
72
ASSERT(m_which == CustomElementLifecycleCallbacks::
Attached
|| m_which == CustomElementLifecycleCallbacks::Detached);
78
case CustomElementLifecycleCallbacks::
Attached
:
79
callbacks()->
attached
(element);
120
case CustomElementLifecycleCallbacks::
Attached
:
/external/chromium_org/third_party/libjingle/source/talk/base/
common.cc
57
// process. If a debugger isn't
attached
, the uncaught SIGTRAP will crash the
61
// If a debugger wasn't
attached
, we will have crashed by this point. If a
62
// debugger is
attached
, we'll continue from here.
/external/chromium_org/tools/gyp/test/actions-multiple/
gyptest-all.py
8
Verifies two actions can be
attached
to the same input files.
25
# - TargetA and TargetB are 'none' type with actions
attached
.
49
# Test that two actions can be
attached
to the same inputs.
/external/chromium_org/ui/views/controls/native/
native_view_host_wrapper.h
17
// native view when
attached
, detached, moved and sized.
22
// Called right before a gfx::NativeView is
attached
to the associated
27
// Called before the
attached
gfx::NativeView is detached from the
/frameworks/base/core/java/android/text/style/
CharacterStyle.java
34
* also be
attached
without conflict.
57
* and is therefore able to be
attached
to the same Spannable
58
* to which the specified CharacterStyle is already
attached
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_virmidi.h
59
int client; /* created/
attached
client */
60
int port; /* created/
attached
port */
68
*
attached
sequencer port. sequencer port is not created
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_virmidi.h
59
int client; /* created/
attached
client */
60
int port; /* created/
attached
port */
68
*
attached
sequencer port. sequencer port is not created
/art/test/
README.txt
5
in particular, the tests can be run on the desktop, on a USB-
attached
/cts/tools/dex-tools/src/dex/structure/
DexAnnotatedElement.java
23
*
attached
annotations.
/dalvik/tests/
README.txt
5
in particular, the tests can be run on the desktop, on a USB-
attached
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_win.cc
18
// When an IME is
attached
to the rich-edit control, retrieve its window
/external/chromium_org/base/android/java/src/org/chromium/base/
BaseSwitches.java
12
// Block onCreate() of Chrome until a Java debugger is
attached
.
/external/chromium_org/chrome/browser/chromeos/
device_hierarchy_observer.h
15
// Called when a new device (e.g. an external USB keyboard) is
attached
or
/external/chromium_org/chrome/browser/chromeos/system/
device_change_handler.h
14
// Observes changes in device hierarchy. When a new touchpad/mouse is
attached
,
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bar_constants.h
19
// The height of Bookmarks Bar, when
attached
to the toolbar.
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
debugger.html
6
If user invokes Chrome DevTools while extension is
attached
to the tab,
/external/chromium_org/content/public/browser/
devtools_external_agent_proxy_delegate.h
17
// Informs the agent that a client host has
attached
.
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
index.html
17
<p>
Attached
gamepad values should appear, left to right, once they've been
Completed in 442 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>