HomeSort by relevance Sort by last modified time
    Searched refs:WebFullScreenManagerGtk (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/FullScreen/gtk/
WebFullScreenManagerGtk.cpp 21 #include "WebFullScreenManagerGtk.h"
29 WebFullScreenManagerGtk::WebFullScreenManagerGtk(WebPage* page)
36 return adoptRef(new WebFullScreenManagerGtk(page));
39 void WebFullScreenManagerGtk::setRootFullScreenLayer(WebCore::GraphicsLayer* layer)
44 void WebFullScreenManagerGtk::beginEnterFullScreenAnimation(float duration)
49 void WebFullScreenManagerGtk::beginExitFullScreenAnimation(float duration)
WebFullScreenManagerGtk.h 35 class WebFullScreenManagerGtk : public WebFullScreenManager {
37 WebFullScreenManagerGtk(WebPage*);

Completed in 57 milliseconds