HomeSort by relevance Sort by last modified time
    Searched refs:attached (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 75 // A BrowserPluginGuest is said to be "attached" if it has an embedder.
169 // Returns whether the guest is attached to an embedder.
170 bool attached() const { return embedder_web_contents_ != NULL; } function in class:content::BrowserPluginGuest
366 // this guest is attached. A BrowserPluginGuest would have renderer-side state
384 // once the guest is attached to a particular embedder.
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 38 bool attached() const { return attached_; } function in class:content::BrowserPlugin
182 // does an initial navigation or is attached to a newly created guest, it
258 // This indicates whether this BrowserPlugin has been attached to a
browser_plugin_bindings.cc 227 bool attached = InvokeHelper(bindings, args); variable
228 BOOLEAN_TO_NPVARIANT(attached, *result);
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 170 parser.error('Exactly 1 device must be attached.')
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 46 * is attached to a method, then it is not called with any locks and may be
317 * Return true if this window (or a window it is attached to, but not
565 * attached to. Return positive to have them ordered in front, negative for
570 * @return int Layer in relation to the attached window, where positive is
    [all...]
  /external/chromium_org/extensions/renderer/resources/
event.js 41 // An array of all attached event objects, used for detaching on unload.
48 // An attachment strategy for events that aren't attached to the browser.
214 // when events are used without being *attached*.
290 "' is already attached.");
316 "Event '" + this.eventName + "' is not attached.");
platform_app.js 39 * This should be used on methods attached via non-configurable properties,
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 381 base::string16 attached; local
384 attached = l10n_util::GetStringUTF16(
387 attached = l10n_util::GetStringFUTF16(
391 attached = l10n_util::GetStringUTF16(
396 return attached;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_util.js 9 * are attached as <canvas> element, while in IMAGE mode as <img>.
100 DISCARD_DETACHED: 1 // Canceled if the container is not attached anymore.
203 // If the container is not attached, then invalidate the download.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 77 // and a 'message' event listener attached. This wrapping method is used
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
WorkerFrontendManager.js 130 // Listen to beforeunload in detached state and to the InspectorClosing event in case of attached inspector.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 327 affects the texture image attached to <target>. ..."
629 then <params> will contain the number of texture layer attached to the
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 327 affects the texture image attached to <target>. ..."
629 then <params> will contain the number of texture layer attached to the
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util.js 77 * Attached to the value region of a braille spannable.
117 * Attached to the selected text within a value.
232 * attached, along with (possibly) a cvox.BrailleUtil.ValueSelectionSpan.
342 * attached, along with a cvox.BrailleUtil.ValueSelectionSpan if applicable.
spannable.js 159 * @return {number|undefined} Start of the span, or undefined if not attached.
175 * @return {number|undefined} End of the span, or undefined if not attached.
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc 191 if (!guest_->attached()) {
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 309 int attached; member in struct:libusb_device
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 687 //User attached image
690 //User attached image
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_history.js 167 * A valid node must be attached to the DOM and visible.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbies.js 304 console.warn('usbGnubby attached to more than one device!?');
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_experimental.js 24 // An event listener will be attached to the extension event |evt| specified in
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 79 error.message = 'element is not attached to the page document';
  /external/chromium_org/extensions/browser/
process_manager.cc 759 bool attached) {
772 if (attached) {
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 77 // and a 'message' event listener attached. This wrapping method is used

Completed in 1799 milliseconds

1 23 4 5