Searched
full:attached (Results
526 -
550 of
3279) sorted by null
<<21222324252627282930>>
/external/chromium_org/chrome/browser/feedback/ |
feedback_data.h | 43 // Sets the attached file data and kicks off its compression. 53 // Called once we have compressed our attached file.
|
/external/chromium_org/chrome/browser/guestview/ |
guestview.cc | 188 if (!attached()) { 210 if (!attached())
|
/external/chromium_org/chrome/browser/guestview/webview/ |
webview_guest.h | 23 // or through the use of the New Window API, when a new window is attached to 200 // Indicates that the page needs to be reloaded once it has been attached to
|
/external/chromium_org/chrome/browser/history/android/ |
android_cache_database.h | 78 // Creates the bookmark_cache table in attached DB; returns true on success. 93 // Creates the search_terms table in attached DB; returns true on success.
|
/external/chromium_org/chrome/browser/resources/feedback/html/ |
default.html | 42 <label id="attached-filename-text"></label> 43 <button id="remove-attached-file" class="remove-file-button"></button>
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_action_context_menu_controller_browsertest.mm | 159 void OnDevToolsStateChanged(content::DevToolsAgentHost*, bool attached) { 160 if (attached)
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
extension_popup_gtk.cc | 106 content::DevToolsAgentHost* agent_host, bool attached) { 110 if (attached) {
|
/external/chromium_org/content/browser/devtools/ |
devtools_manager_impl.cc | 185 bool attached) { 188 (*it)->Run(agent_host, attached);
|
/external/chromium_org/content/browser/loader/ |
upload_data_stream_builder.cc | 43 // This class is necessary to ensure the BlobData and any attached shareable 90 // Ensure the blob and any attached shareable files survive until
|
/external/chromium_org/mojo/system/ |
channel.h | 59 // The first message pipe endpoint attached will have this as its local ID. 76 // which it returns. The first message pipe endpoint attached will always have
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
CustomFilterMeshGenerator.cpp | 61 // * attached: each triangle uses vertices from the neighbor triangles. This is useful to save some GPU memory 157 (m_meshType == MeshTypeAttached) ? "Attached" : "Detached");
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_fbo.h | 54 /* Current texture image this renderbuffer is attached to. */ 108 * If the attached renderbuffer is a wrapper, then return wrapped
|
/external/chromium_org/third_party/sqlite/src/src/ |
sqliteLimit.h | 120 ** The maximum number of attached databases. This must be between 0 122 ** is used internally to track attached databases.
|
/external/chromium_org/third_party/sqlite/src/test/ |
notify3.test | 84 # When a new database is attached, the connection doing the attaching 86 # already attached databases (including the main database). If it is
|
/external/chromium_org/ui/gfx/ |
selection_model.h | 66 // indicates the run to which the caret is attached for display purposes. 93 // character it is attached to for display purposes. This matters only when
|
/external/clang/include/clang/AST/ |
CommentSema.h | 49 /// Information about the declaration this comment is attached to. 212 /// \returns \c true if declaration that this comment is attached to declares
|
/external/iproute2/man/man8/ |
ip-address.8 | 82 is a protocol (IPv4 or IPv6) address attached 85 different addresses attached to one device. These addresses are not
|
ip-address.8.in | 59 is a protocol (IP or IPv6) address attached 62 different addresses attached to one device. These addresses are not
|
tc-htb.8 | 68 Consult filters attached to the class. If sent to a leafnode, we are done. 102 Place of this class within the hierarchy. If attached directly to a qdisc
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
AssetLinkNode.java | 52 * Instead, you can add a list of AssetKeys that will be loaded and attached 124 * If they are already attached, they will be reloaded.
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
VideoRecorderAppState.java | 25 * The video recording starts when the state is attached and stops when it is detached 65 throw new IllegalStateException("Cannot set file while attached!");
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_fbo.h | 54 /* Current texture image this renderbuffer is attached to. */ 108 * If the attached renderbuffer is a wrapper, then return wrapped
|
/frameworks/base/core/java/android/text/style/ |
LeadingMarginSpan.java | 74 * this object is attached that the "first line of paragraph" margin 80 * attached that the "first line" margin will apply to.
|
/frameworks/base/core/java/android/view/ |
InputEventReceiver.java | 134 * Must be called on the same Looper thread to which the receiver is attached. 161 * Must be called on the same Looper thread to which the receiver is attached.
|
ViewTreeObserver.java | 55 * attached to and detached from its window. 59 * Callback method to be invoked when the view hierarchy is attached to a window 382 * Register a callback to be invoked when the view hierarchy is attached to a window. 749 * Notifies registered listeners that window has been attached/detached. 751 final void dispatchOnWindowAttachedChange(boolean attached) { 760 if (attached) listener.onWindowAttached(); 802 * not attached to a Window or in the GONE state. 834 * that are not attached to a Window or in the GONE state. [all...] |
Completed in 861 milliseconds
<<21222324252627282930>>