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

  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h 33 // Called when a user selected to proceed or not to proceed
35 virtual void OnBlockingPageComplete(bool proceed) = 0;
60 virtual void Proceed();
83 // True if the proceed is chosen.
offline_load_page.cc 53 // Check again in UI thread and proceed if it's connected.
167 if (command == "proceed") {
168 Proceed();
184 void OfflineLoadPage::Proceed() {
188 InterstitialPage::Proceed();
211 Proceed();
offline_load_page_unittest.cc 58 virtual void OnBlockingPageComplete(bool proceed) {
59 if (proceed)
103 // Simulate the user clicking "proceed".
104 interstitial->Proceed();
129 // Simulate the user clicking "don't proceed".
135 // We did not proceed, the pending entry should be gone.
  /external/chromium/chrome/browser/ssl/
ssl_blocking_page.h 44 ERROR_OVERRIDABLE, // The interstitial page has a "Proceed anyway" button.
46 // proceed to the site.
65 virtual void Proceed();
ssl_blocking_page.cc 32 PROCEED,
80 strings.SetString("proceed",
118 Proceed();
124 void SSLBlockingPage::Proceed() {
125 RecordSSLBlockingPageStats(PROCEED);
131 InterstitialPage::Proceed();
ssl_browser_tests.cc 111 interstitial_page->Proceed();
239 // Visits a page with https error and proceed:
257 // Visits a page with https error and don't proceed (and ensure we can still
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 25 // decides to proceed in the first interstitial, we display all queued unsafe
56 // to proceed on the currently showing interstitial.
70 virtual void Proceed();
87 PROCEED,
107 // SBInterstitial[Phishing|Malware|Multiple][Show|Proceed|DontProceed].
125 // Notifies the SafeBrowsingService on the IO thread whether to proceed or not
129 bool proceed);
safe_browsing_blocking_page.cc 72 "<a href=\"\" onclick=\"sendCommand('proceed'); return false;\" "
84 static const char* const kProceedCommand = "proceed";
428 Proceed();
492 void SafeBrowsingBlockingPage::Proceed() {
493 RecordUserAction(PROCEED);
512 InterstitialPage::Proceed();
522 // We could have already called Proceed(), in which case we must not notify
536 // The user does not want to proceed, clear the queued unsafe resources
585 case PROCEED:
586 action.append("Proceed");
    [all...]
safe_browsing_blocking_page_unittest.cc 95 virtual void OnBlockingPageComplete(bool proceed) {
96 if (proceed)
142 sb_interstitial->Proceed();
143 // Proceed() posts a task to update the SafeBrowsingService::Client.
191 // Simulate the user clicking "don't proceed".
198 // We did not proceed, the pending entry should be gone.
220 // Simulate the user clicking "proceed".
254 // Simulate the user clicking "don't proceed".
259 // We did not proceed, we should be back to the first page, the 2nd one should
285 // Simulate the user clicking "proceed"
    [all...]
safe_browsing_blocking_page_test.cc 7 // these urls, and sends "goback" or "proceed" commands and verifies
247 virtual void OnBlockingPageComplete(bool proceed) {
288 interstitial_page->Proceed();
381 // Simulate the user clicking "proceed", there should be no crash.
382 SendCommand("\"proceed\"");
395 // If the redirect was from subresource but canceled, "proceed" will continue
403 // Clicking proceed won't do anything if the main request is cancelled
425 SendCommand("\"proceed\""); // Simulate the user clicking "proceed"
437 SendCommand("\"takeMeBack\""); // Simulate the user clicking "proceed"
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 59 OKED, // Proceed was called.
107 virtual void Proceed() {
110 InterstitialPage::Proceed();
    [all...]
  /external/chromium/chrome/browser/
pdf_unsupported_feature.cc 221 Proceed();
  /external/libvorbis/doc/
03-codebook.tex 157 Lookup type zero indicates no lookup to be read. Proceed past
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 706 milliseconds