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

  /external/webkit/WebKit/wx/
WebFrame.cpp 414 bool wxWebFrame::ShouldClose() const
417 return m_impl->frame->shouldClose();
WebView.cpp 915 bool wxWebView::ShouldClose() const
918 return m_mainFrame->ShouldClose();

Completed in 34 milliseconds