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

  /external/webkit/Tools/WebKitTestRunner/qt/
PlatformWebViewQt.cpp 89 WKRect wkFrame;
90 wkFrame.origin.x = 0;
91 wkFrame.origin.y = 0;
92 wkFrame.size.width = 0;
93 wkFrame.size.height = 0;
94 return wkFrame;
  /external/webkit/Tools/WebKitTestRunner/win/
PlatformWebViewWin.cpp 87 WKRect wkFrame;
88 wkFrame.origin.x = 0;
89 wkFrame.origin.y = 0;
90 wkFrame.size.width = 0;
91 wkFrame.size.height = 0;
92 return wkFrame;
  /external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm 70 WKRect wkFrame;
71 wkFrame.origin.x = frame.origin.x;
72 wkFrame.origin.y = frame.origin.y;
73 wkFrame.size.width = frame.size.width;
74 wkFrame.size.height = frame.size.height;
75 return wkFrame;
  /external/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 145 class wkFrame(wx.Frame):
155 self.webFrame = wkFrame()

Completed in 767 milliseconds