/external/chromium_org/chrome/browser/guestview/ |
guestview.cc | 188 if (!attached()) { 210 if (!attached())
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_popup.cc | 129 content::DevToolsAgentHost* agent_host, bool attached) { 134 if (attached) {
|
/external/chromium_org/chrome/browser/resources/inspect/ |
inspect.js | 282 // Attached targets have no unique id until Chrome 26. For such targets 284 page.hasNoUniqueId = page.attached && 297 sendTargetCommand.bind(null, 'reload', page), page.attached); 301 sendTargetCommand.bind(null, 'close', page), page.attached); 334 sendTargetCommand.bind(null, 'close', data), data.attached); 381 if (webview.attached && !webview.visible) 383 else if (!webview.attached) 389 if (webview.attached) { 396 if (webview.empty || !webview.attached || !webview.visible) 438 if (!webview.empty && webview.attached) { [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrGpu.cpp | 144 bool attached = this->attachStencilBufferToRenderTarget(sb, rt); local 145 if (!attached) { 148 return attached; 153 // attached to an RT for the first time. When we start matching
|
/external/skia/src/gpu/ |
GrGpu.cpp | 144 bool attached = this->attachStencilBufferToRenderTarget(sb, rt); local 145 if (!attached) { 148 return attached; 153 // attached to an RT for the first time. When we start matching
|
/external/chromium/chrome/browser/debugger/ |
devtools_http_protocol_handler.cc | 225 bool attached; member in struct:PageInfo 254 page_info.attached = client_host != NULL; 282 if (i->attached) { 310 if (!i->attached) {
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest_manager.cc | 164 // The embedder can access the guest if it has not been attached and its 166 if (!guest->attached()) {
|
browser_plugin_guest.cc | 497 if (!attached() && opener()) 563 // be attached. 775 if (!attached()) 804 if (!attached()) { 834 // Take ownership of the new guest until it is attached to the embedder's DOM [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 66 int attached; member in struct:wpa_ctrl_dst 293 dst->attached = 1; 294 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached"); 298 dst->attached = 0; 503 if (dst->attached && level >= dst->debug_level) {
|
/external/chromium_org/apps/ |
shell_window_registry.cc | 231 content::DevToolsAgentHost* agent_host, bool attached) { 242 if (attached)
|
/external/chromium_org/chrome/browser/resources/feedback/js/ |
feedback.js | 71 * Clears the file that was attached to the report with the initial request. 297 // An extension called us with an attached file. 299 $('attached-filename-text').textContent = 343 $('remove-attached-file').onclick = clearAttachedFile;
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
new_tab_ui.cc | 246 StringValue attached( 249 web_ui()->CallJavascriptFunction("ntp.setBookmarkBarAttached", attached);
|
/external/chromium_org/remoting/webapp/ |
menu_button.js | 38 // Create event handlers to show and hide the menu, attached to the button
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
CustomElementConstructorBuilder.cpp | 148 v8::Handle<v8::Function> attached = retrieveCallback(isolate, "attachedCallback"); local 152 m_callbacks = V8CustomElementLifecycleCallbacks::create(executionContext.get(), m_prototype, created, attached, detached, attributeChanged);
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_preferences.cc | 346 base::string16 attached; local 349 attached = l10n_util::GetStringUTF16( 352 attached = l10n_util::GetStringFUTF16( 356 attached = l10n_util::GetStringUTF16( 361 return attached; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchDelegate.java | 291 boolean attached = false; 293 attached = attachLatch.await(3, TimeUnit.SECONDS); 301 if (!attached) {
|
/external/chromium_org/v8/test/mjsunit/ |
debug-break-inline.js | 32 // debugger is attached.
|
/external/v8/test/mjsunit/ |
debug-break-inline.js | 32 // debugger is attached.
|
/frameworks/base/core/java/android/view/ |
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...] |
WindowManagerPolicy.java | 42 * is attached to a method, then it is not called with any locks and may be 328 * Return true if this window (or a window it is attached to, but not 564 * attached to. Return positive to have them ordered in front, negative for 569 * @return int Layer in relation to the attached window, where positive is [all...] |
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin.h | 44 bool attached() const { return attached_; } function in class:content::BrowserPlugin 219 // does an initial navigation or is attached to a newly created guest, it 318 // This indicates whether this BrowserPlugin has been attached to a
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
event.js | 40 // An array of all attached event objects, used for detaching on unload. 47 // An attachment strategy for events that aren't attached to the browser. 213 // when events are used without being *attached*. 289 "' is already attached."); 315 "Event '" + privates(this).eventName + "' is not attached.");
|
web_view_experimental.js | 156 // If we are not attached yet, then we will pick up the user agent on
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindowManager.java | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
media_util.js | 9 * are attached as <canvas> element, while in IMAGE mode as <img>. 93 DISCARD_DETACHED: 1 // Canceled if the container is not attached anymore. 200 // If the container is not attached, then invalidate the download.
|