Home
last modified time | relevance | path

Searched refs:getErrorPage (Results 1 – 15 of 15) sorted by relevance

/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/
H A DSimpleController.cpp36 auto errorPage = acceptor_ ? acceptor_->getErrorPage(localAddress) : nullptr; in getParseErrorHandler()
46 auto errorPage = acceptor_ ? acceptor_->getErrorPage(localAddress) : nullptr; in getTransactionTimeoutHandler()
H A DHTTPSessionAcceptor.h58 virtual const HTTPErrorPage* getErrorPage(
H A DHTTPSessionAcceptor.cpp43 const HTTPErrorPage* HTTPSessionAcceptor::getErrorPage( in getErrorPage() function in proxygen::HTTPSessionAcceptor
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/app/
H A DMiniServer.java113 if(entry.getErrorPage() != null) { in fireAction()
114 sb.append(" <page><![CDATA[").append(entry.getErrorPage()).append("]]></page>\n"); in fireAction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/public/java/org/chromium/weblayer/
H A DErrorPageCallback.java32 public @Nullable ErrorPage getErrorPage(@NonNull Navigation navigation) { in getErrorPage() method in ErrorPageCallback
H A DTab.java1057 ErrorPage errorPage = mCallback.getErrorPage((Navigation) navigation); in getErrorPageContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/android/javatests/src/org/chromium/weblayer/test/
H A DErrorPageCallbackTest.java69 public ErrorPage getErrorPage(Navigation navigation) { in getErrorPage() method in ErrorPageCallbackTest.Callback
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/
H A DRefactoringHistoryPreviewPage.java72 final IErrorWizardPage page= result.getErrorPage(); in getNextPage()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DauctionTableModel.java289 if(aEntry.getErrorPage() != null) errorNote="*"; in formatSnipeAndBid()
371 String errorNote = aEntry.getErrorPage()==null?"":"*"; in getValueAt()
H A DJBidTableContext.java196 if (ae == null || ae.getErrorPage() == null) { in beforePopup()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/security/
H A DFormAuthenticator.java107 public String getErrorPage() in getErrorPage() method in FormAuthenticator
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/security/
H A DFormAuthenticator.java107 public String getErrorPage() in getErrorPage() method in FormAuthenticator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/history/
H A DRefactoringHistoryWizard.java681 public final IErrorWizardPage getErrorPage() { in getErrorPage() method in RefactoringHistoryWizard
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/
H A DAuctionEntry.java1374 public StringBuffer getErrorPage() { return mLastErrorPage; } in getErrorPage() method in AuctionEntry
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/commands/
H A DUserActions.java215 StringBuffer wholeStatus = ae.getErrorPage(); in DoShowLastError()