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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 116 bool allowPopUp(); // Call on first window, not target window.
117 static bool allowPopUp(LocalFrame& firstFrame);
LocalDOMWindow.cpp 315 bool LocalDOMWindow::allowPopUp(LocalFrame& firstFrame)
324 bool LocalDOMWindow::allowPopUp()
326 return m_frame && allowPopUp(*m_frame);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.cpp 173 if (!LocalDOMWindow::allowPopUp(openerFrame))
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 327 if (!LocalDOMWindow::allowPopUp(*m_frame) && !UserGestureIndicator::processingUserGesture())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 436 if (!LocalDOMWindow::allowPopUp(*document().frame()) && !UserGestureIndicator::processingUserGesture())

Completed in 70 milliseconds