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

  /libcore/luni/src/main/java/java/io/
FileInputStream.java 59 private final boolean shouldClose;
79 this.shouldClose = true;
96 this.shouldClose = false;
120 if (shouldClose) {
FileOutputStream.java 56 private final boolean shouldClose;
89 this.shouldClose = true;
103 this.shouldClose = false;
138 if (shouldClose) {
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 262 bool shouldClose = false;
263 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::RunBeforeUnloadConfirmPanel(message, webFrame->frameID()), Messages::WebPageProxy::RunBeforeUnloadConfirmPanel::Reply(shouldClose), m_page->pageID()))
266 return shouldClose;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 866 bool DumpRenderTreeSupportQt::shouldClose(QWebFrame* frame)
869 return coreFrame->loader()->shouldClose();
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [all...]

Completed in 189 milliseconds