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

  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h 59 static bool allowPopUp(State<Binding>*);
117 bool BindingSecurity<Binding>::allowPopUp(State<Binding>* state)
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 359 bool DOMWindow::allowPopUp(Frame* firstFrame)
370 bool DOMWindow::allowPopUp()
372 return m_frame && allowPopUp(m_frame);
    [all...]

Completed in 54 milliseconds