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

  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 57 wxWebKitWindowFeatures wkFeaturesforWindowFeatures(const WindowFeatures& features)
59 wxWebKitWindowFeatures wkFeatures;
140 wxWebKitWindowFeatures wkFeatures = wkFeaturesforWindowFeatures(features);
  /external/webkit/WebKit/wx/
WebView.h 306 class WXDLLIMPEXP_WEBKIT wxWebKitWindowFeatures
309 wxWebKitWindowFeatures()
343 wxWebKitWindowFeatures GetWindowFeatures() { return m_features; }
344 void SetWindowFeatures(wxWebKitWindowFeatures features) { m_features = features; }
351 wxWebKitWindowFeatures m_features;

Completed in 14 milliseconds