Searched defs:hidden (Results 51 - 75 of 83) sorted by relevance

1234

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc178 bool hidden)
182 hidden),
297 params.hidden = is_hidden();
171 RenderViewHostImpl( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out, bool hidden) argument
H A Drender_widget_host_impl.cc157 bool hidden)
166 is_hidden_(hidden),
216 if (!hidden)
511 // If we have a renderer, then inform it that we are being hidden so it can
515 // Tell the RenderProcessHost we were hidden.
551 // is hidden. Now renderer/browser out of sync with what they think size
736 // Do not pause if the view is hidden.
777 // We should not be asked to paint while we are hidden. If we are hidden,
781 DCHECK(!is_hidden_) << "WaitForSurface called while hidden!";
154 RenderWidgetHostImpl(RenderWidgetHostDelegate* delegate, RenderProcessHost* process, int routing_id, bool hidden) argument
[all...]
H A Drender_widget_host_view_android.cc357 // Inform the renderer that we are being hidden so it can reduce its resource
528 // to the View system yet, so we treat this RWHVA as hidden.
1529 void RenderWidgetHostViewAndroid::SetTextHandlesTemporarilyHidden(bool hidden) { argument
1531 selection_controller_->SetTemporarilyHidden(hidden);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js2596 if(meta.hidden[name] !== caller){
2606 if(meta && (proto[name] === caller && proto.hasOwnProperty(name) || meta.hidden[name] === caller)){
2891 f = (m ? m.hidden : b.prototype)[name];
2999 ctor._meta = {bases: bases, hidden: props, chains: chains,
5877 // | dojo.query(".someClassName").style("visibility","hidden");
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1261 // Verifies that enter / exits are sent if windows appear and are hidden
1369 int hidden() const { return hidden_; } function in class:aura::test::VisibilityWindowDelegate
1410 EXPECT_EQ(1, d.hidden());
1428 EXPECT_EQ(0, d.hidden());
1441 EXPECT_EQ(1, d2.hidden());
1445 EXPECT_EQ(0, d2.hidden());
2441 // Suppress paint on the window since it is hidden (should reset the layer's
2458 // Animate to the end: will *not* notify of the change since we are hidden.
/external/chromium_org/content/renderer/
H A Drender_widget.cc380 bool hidden,
392 is_hidden_(hidden),
1676 void RenderWidget::SetHidden(bool hidden) { argument
1677 if (is_hidden_ == hidden)
1681 is_hidden_ = hidden;
377 RenderWidget(blink::WebPopupType popup_type, const blink::WebScreenInfo& screen_info, bool swapped_out, bool hidden, bool never_visible) argument
H A Drender_view_impl.cc659 params->hidden,
1149 bool hidden,
1169 hidden,
1690 // The initial hidden state for the RenderViewImpl here has to match what the
1708 params.disposition == NEW_BACKGROUND_TAB, // hidden
1816 // Do not open the file dialog in a hidden RenderView.
1136 Create( int32 opener_id, bool window_was_created_with_opener, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const base::string16& frame_name, bool is_renderer_created, bool swapped_out, int32 proxy_routing_id, bool hidden, bool never_visible, int32 next_page_id, const ViewMsg_Resize_Params& initial_size, bool enable_auto_resize, const gfx::Size& min_size, const gfx::Size& max_size) argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp2291 void CanvasRenderingContext2D::setIsHidden(bool hidden) argument
2295 buffer->setIsHidden(hidden);
H A DWebGLRenderingContextBase.cpp886 void WebGLRenderingContextBase::setIsHidden(bool hidden) argument
889 drawingBuffer()->setIsHidden(hidden);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp51 JS_STATIC_PROP_ENTRY(hidden)
1705 FX_BOOL Field::hidden(OBJ_PROP_PARAMS) function in class:Field
/external/elfutils/0.153/src/
H A Dld.h459 unsigned int hidden:1; member in struct:symbol
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java212 * Called when zoom controls need to be hidden (e.g. when the view hides).
592 * @param internalDispatcher Handles dispatching all hidden or super methods to the
701 * @param internalDispatcher Handles dispatching all hidden or super methods to the
723 assert false : "PopupZoomer should never be shown without being hidden";
738 assert false : "PopupZoomer should never be hidden without being shown";
1271 * To be called when the ContentView is hidden.
2233 * Called when the <select> popup needs to be hidden.
3038 long nativeContentViewCoreImpl, boolean hidden);
3037 nativeSetTextHandlesTemporarilyHidden( long nativeContentViewCoreImpl, boolean hidden) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1442 // that the page is hidden, as specified by the spec:
1443 // http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-hidden
1454 bool Document::hidden() const function in class:blink::Document
/external/chromium_org/v8/src/
H A Dobjects.cc2928 // Store on the holder which may be hidden behind the receiver.
4687 Handle<Name> hidden = object->GetIsolate()->factory()->hidden_string(); local
4688 LookupIterator it(object, hidden, LookupIterator::OWN_SKIP_INTERCEPTOR);
4700 // in the descriptor array matches the hidden string. Since the
4701 // hidden strings hash code is zero (and no other name has hash
4724 // Access check is always skipped for the hidden string anyways.
11681 // hidden and set the new prototype on that object.
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 431 milliseconds

1234