Searched defs:visible (Results 26 - 50 of 102) sorted by relevance

12345

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileNode.cpp88 , m_visible(nodeToCopy->visible())
212 void ProfileNode::setTreeVisible(ProfileNode* node, bool visible) argument
220 currentNode->setVisible(visible);
231 if (m_children[i]->visible())
H A DProfileNode.h109 bool visible() const { return m_visible; } function in class:JSC::ProfileNode
110 void setVisible(bool visible) { m_visible = visible; } argument
112 static void setTreeVisible(ProfileNode*, bool visible);
/external/webkit/Source/WebCore/platform/
H A DWidget.h180 bool isSelfVisible() const { return m_selfVisible; } // Whether or not we have been explicitly marked as visible or not.
181 bool isParentVisible() const { return m_parentVisible; } // Whether or not our parent is visible.
182 bool isVisible() const { return m_selfVisible && m_parentVisible; } // Whether or not we are actually visible.
183 virtual void setParentVisible(bool visible) { m_parentVisible = visible; } argument
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginViewSymbian.cpp306 void PluginView::setParentVisible(bool visible) argument
308 if (isParentVisible() == visible)
311 Widget::setParentVisible(visible);
314 platformPluginWidget()->setVisible(visible);
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp104 if (!m_player->visible() || !m_player->frameView() || assetStatus() == MediaPlayerAVAssetStatusUnknown)
395 return m_isAllowedToRender && m_readyState >= MediaPlayer::HaveMetadata && m_player->visible();
514 void MediaPlayerPrivateAVFoundation::setVisible(bool visible) argument
516 if (m_visible == visible)
519 m_visible = visible;
520 if (visible)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp241 setVisible(m_player->visible());
415 void MediaPlayerPrivatePhonon::setVisible(bool visible) argument
417 m_isVisible = visible;
418 LOG(Media, "MediaPlayerPrivatePhonon::setVisible(%s)", visible ? "true" : "false");
H A DMediaPlayerPrivateQt.cpp416 void MediaPlayerPrivateQt::setVisible(bool visible) argument
418 m_isVisible = visible;
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.h150 Boolean visible; /* is window mapped and not occluded?*/ member in struct:_CorePart
H A DPluginViewGtk.cpp549 void PluginView::setParentVisible(bool visible) argument
551 if (isParentVisible() == visible)
554 Widget::setParentVisible(visible);
557 if (visible)
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp185 void WebUIClient::setToolbarsAreVisible(WebPageProxy* page, bool visible) argument
189 m_client.setToolbarsAreVisible(toAPI(page), visible, m_client.clientInfo);
199 void WebUIClient::setMenuBarIsVisible(WebPageProxy* page, bool visible) argument
203 m_client.setMenuBarIsVisible(toAPI(page), visible, m_client.clientInfo);
213 void WebUIClient::setStatusBarIsVisible(WebPageProxy* page, bool visible) argument
217 m_client.setStatusBarIsVisible(toAPI(page), visible, m_client.clientInfo);
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.h87 /* [retval][out] */ BOOL *visible) { return E_NOTIMPL; }
91 /* [in] */ BOOL visible) { return E_NOTIMPL; }
95 /* [retval][out] */ BOOL *visible) { return E_NOTIMPL; }
99 /* [in] */ BOOL visible) { return E_NOTIMPL; }
299 /* [retval][out] */ BOOL *visible);
303 /* [in] */ BOOL visible);
85 webViewAreToolbarsVisible( IWebView *sender, BOOL *visible) argument
89 setToolbarsVisible( IWebView *sender, BOOL visible) argument
93 webViewIsStatusBarVisible( IWebView *sender, BOOL *visible) argument
97 setStatusBarVisible( IWebView *sender, BOOL visible) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dbackground_view.cc208 void BackgroundView::SetStatusAreaVisible(bool visible) { argument
209 status_area_->SetVisible(visible);
216 void BackgroundView::SetOobeProgressBarVisible(bool visible) { argument
217 if (!progress_bar_ && visible)
221 progress_bar_->SetVisible(visible);
242 // to save power when it's not visible.
/external/icu4c/i18n/
H A Dcoll.cpp97 CollatorFactory::visible(void) const { function in class:CollatorFactory
611 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInputManager.java627 * Returns whether the mouse cursor is visible or not.
629 * <p>By default the cursor is visible.
631 * @return whether the mouse cursor is visible or not.
640 * Set whether the mouse cursor should be visible or not.
642 * @param visible whether the mouse cursor should be visible or not.
644 public void setCursorVisible(boolean visible) { argument
645 if (mouseVisible != visible) {
646 mouseVisible = visible;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h226 /* determine if the window is fully visible on screen */
261 If the cursor is not visible, and the input is grabbed, the
280 SDL_Surface *visible; member in struct:SDL_VideoDevice
437 #define SDL_PublicSurface (current_video->visible)
/external/quake/quake/src/QW/client/
H A Dr_draw.c711 qboolean visible; local
752 // clip the polygon, done if not visible
759 visible = false;
790 visible = true;
797 if (!visible || (newverts < 3))
/external/quake/quake/src/WinQuake/
H A Dr_draw.cpp711 qboolean visible; local
752 // clip the polygon, done if not visible
759 visible = false;
790 visible = true;
797 if (!visible || (newverts < 3))
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp291 void GraphicsLayerChromium::setBackfaceVisibility(bool visible) argument
293 if (m_backfaceVisibility == visible)
296 GraphicsLayer::setBackfaceVisibility(visible);
469 // This does not cause visible rendering issues because currently contents layers are only used
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h223 bool visible; member in struct:WebCore::TextureMapperNode::State
239 , visible(true)
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp304 void GraphicsLayerCACF::setBackfaceVisibility(bool visible) argument
306 if (m_backfaceVisibility == visible)
309 GraphicsLayer::setBackfaceVisibility(visible);
483 // This does not cause visible rendering issues because currently contents layers are only used
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp658 void PluginView::setParentVisible(bool visible) { argument
660 if (isParentVisible() == visible)
663 Widget::setParentVisible(visible);
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp765 void PluginView::setParentVisible(bool visible) argument
767 if (isParentVisible() == visible)
770 Widget::setParentVisible(visible);
773 if (visible)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp111 void MediaPlayerPrivate::setVisible(bool visible) argument
113 m_isVisible = visible;
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp290 PLUGIN_LOG("%p DisplayPlugin[%d] visible=[%d] clipped=[%d]",
313 // if the view is unattached but visible then attach it
322 // if the plugin's bounds have changed and it's visible then update it
417 bool visible = SkIRect::Intersects(m_visibleDocRect, m_pluginBounds); local
418 if(m_visible != visible) {
422 m_pluginView->instance(), visible,
428 m_visible = visible;
432 event.data.lifecycle.action = visible ? kOnScreen_ANPLifecycleAction
460 // direction then recompute the plugin's visible rectangle
475 // compute the interesection of the visible scree
476 bool visible = visibleRect.intersect(m_visibleDocRect, m_pluginBounds); local
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp288 void WebMediaPlayerClientImpl::setVisible(bool visible) argument
291 m_webMediaPlayer->setVisible(visible);

Completed in 402 milliseconds

12345