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

  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 63 wxWebKitWindowFeatures wkFeaturesforWindowFeatures(const WindowFeatures& features)
65 wxWebKitWindowFeatures wkFeatures;
149 wxWebKitWindowFeatures wkFeatures = wkFeaturesforWindowFeatures(features);
  /external/webkit/Source/WebKit/wx/
WebView.h 330 class WXDLLIMPEXP_WEBKIT wxWebKitWindowFeatures
333 wxWebKitWindowFeatures()
367 wxWebKitWindowFeatures GetWindowFeatures() { return m_features; }
368 void SetWindowFeatures(wxWebKitWindowFeatures features) { m_features = features; }
375 wxWebKitWindowFeatures m_features;

Completed in 245 milliseconds