Searched refs:visible (Results 226 - 250 of 269) sorted by relevance

1234567891011

/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovie.cpp179 // is visible as the gworld is destroyed/created when visibility changes
751 void QTMovie::setClosedCaptionsVisible(bool visible) argument
760 Boolean doDisplay = visible;
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas38 state: Pointer; (* not visible by applications *)
/external/chromium/chrome/browser/ui/
H A Dbrowser.h436 // already visible in this browser, it becomes selected. Otherwise a new tab
576 virtual void UpdateDownloadShelfVisibility(bool visible);
1122 // non-NULL, it may or may not be visible.
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css1091 overflow:visible;
1140 overflow: visible;
H A Ddoclava-developer-core.css659 #doc-content .gsc-resultsbox-visible {
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp599 bool MediaPlayer::visible() const function in class:WebCore::MediaPlayer
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1415 void MediaPlayerPrivateGStreamer::setVisible(bool visible) argument
1432 if (!m_player->visible())
/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonWindowAdapter.mm44 // _wFlags.visible will always reflect the window's Carbon visibility.
556 // Despite its name, this function should be called early and often, even if the window isn't visible yet. 2702648. M.P. Notice - 7/24/01
616 if (_wFlags.visible) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp537 void GraphicsLayerCA::setBackfaceVisibility(bool visible) argument
539 if (m_backfaceVisibility == visible)
542 GraphicsLayer::setBackfaceVisibility(visible);
925 // This does not cause visible rendering issues because currently contents layers are only used
2253 // This does not cause visible rendering issues because currently contents layers are only used
/external/chromium/chrome/browser/extensions/
H A Dextension_service.cc1365 bool visible) {
1366 extension_prefs_->SetBrowserActionVisibility(extension, visible);
1364 SetBrowserActionVisibility(const Extension* extension, bool visible) argument
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp2647 void HTMLMediaElement::setWebkitClosedCaptionsVisible(bool visible) argument
2649 setClosedCaptionsVisible(visible);
/external/webkit/Source/WebCore/inspector/front-end/
H A DNetworkPanel.js473 if (this.visible && !("_refreshTimeout" in this))
489 if (!this.visible) {
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp81 // Moderate free (clear cached tiles, keep visible ones)
899 jobject visible, jint color,
903 SkRect visibleContentRect = jrectf_to_rect(env, visible);
898 nativeDraw(JNIEnv *env, jobject obj, jobject canv, jobject visible, jint color, jint extras) argument
/external/zlib/src/contrib/delphi/
H A DZLib.pas33 internal: Pointer; // not visible by applications
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h437 // the returned ConstrainedWindow might not yet be visible.
454 virtual void PopupNotificationVisibilityChanged(bool visible);
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc497 void WebMediaPlayerImpl::setVisible(bool visible) { argument
/external/oprofile/events/i386/nehalem/
H A Devents26 event:0x0B counters:0,1,2,3 um:mem_inst_retired minimum:6000 name:MEM_INST_RETIRED : Counts the number of instructions with an architecturally-visible load/store retired on the architected path.
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm1051 return m_readyState >= MediaPlayer::HaveMetadata && m_player->visible();
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c701 INF("TODO %p (visible? %d) [%lu,%lu] %d,%d + %dx%d",
702 t, t->visible, t->col, t->row, area->x, area->y, area->w, area->h);
704 if (!t->visible)
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc386 if (move.visible)

Completed in 828 milliseconds

1234567891011