Searched refs:proceed (Results 1 - 25 of 50) sorted by relevance

12

/external/javassist/src/main/javassist/util/proxy/
H A DMethodHandler.java34 * @param proceed the forwarder method for invoking the overridden
46 Object invoke(Object self, Method thisMethod, Method proceed, argument
H A DRuntimeSupport.java34 Method proceed, Object[] args)
37 return proceed.invoke(self, args);
33 invoke(Object self, Method m, Method proceed, Object[] args) argument
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTileTexture.cpp90 bool proceed = true; local
92 proceed = m_owner->removeTexture(this);
94 if (proceed) {
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page_unittest.cc58 virtual void OnBlockingPageComplete(bool proceed) { argument
59 if (proceed)
103 // Simulate the user clicking "proceed".
129 // Simulate the user clicking "don't proceed".
135 // We did not proceed, the pending entry should be gone.
H A Doffline_load_page.h33 // Called when a user selected to proceed or not to proceed
35 virtual void OnBlockingPageComplete(bool proceed) = 0;
83 // True if the proceed is chosen.
/external/chromium/chrome/browser/renderer_host/
H A Doffline_resource_handler.cc132 void OfflineResourceHandler::OnBlockingPageComplete(bool proceed) { argument
138 proceed));
147 if (proceed) {
H A Doffline_resource_handler.h49 virtual void OnBlockingPageComplete(bool proceed);
H A Dsafe_browsing_resource_handler.h72 // the user has decided to proceed with the current request, or go back.
73 virtual void OnBlockingPageComplete(bool proceed);
H A Dsafe_browsing_resource_handler.cc202 // the user has decided to proceed with the current request, or go back.
203 void SafeBrowsingResourceHandler::OnBlockingPageComplete(bool proceed) { argument
207 if (proceed) {
213 // As a result, click proceed will do nothing (crbug.com/76460).
/external/javassist/src/test/test/javassist/proxy/
H A DProxyFactoryCompatibilityTest.java34 public Object invoke(Object self, Method m, Method proceed,
37 return proceed.invoke(self, args); // execute the original method.
H A DProxySerializationTest.java108 public Object invoke(Object self, Method thisMethod, Method proceed, Object[] args) throws Throwable argument
110 return proceed.invoke(self, args);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h25 // decides to proceed in the first interstitial, we display all queued unsafe
56 // to proceed on the currently showing interstitial.
125 // Notifies the SafeBrowsingService on the IO thread whether to proceed or not
129 bool proceed);
H A Dsafe_browsing_service.h109 virtual void OnBlockingPageComplete(bool proceed) {} argument
210 bool proceed);
335 void NotifyClientBlockingComplete(Client* client, bool proceed);
H A Dsafe_browsing_service.cc449 bool proceed) {
453 NotifyClientBlockingComplete(resource.client, proceed);
455 if (proceed) {
848 bool proceed) {
849 client->OnBlockingPageComplete(proceed);
447 OnBlockingPageDone( const std::vector<UnsafeResource>& resources, bool proceed) argument
847 NotifyClientBlockingComplete(Client* client, bool proceed) argument
H A Dsafe_browsing_blocking_page_unittest.cc95 virtual void OnBlockingPageComplete(bool proceed) { argument
96 if (proceed)
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".
290 // We did proceed, we should be back to showing the page.
325 // Simulate the user clicking "don't proceed"
[all...]
H A Dclient_side_detection_host.cc237 virtual void OnBlockingPageComplete(bool proceed) { argument
H A Dsafe_browsing_blocking_page.cc72 "<a href=\"\" onclick=\"sendCommand('proceed'); return false;\" "
84 static const char* const kProceedCommand = "proceed";
536 // The user does not want to proceed, clear the queued unsafe resources
620 bool proceed) {
625 unsafe_resources, proceed));
617 NotifySafeBrowsingService( SafeBrowsingService* sb_service, const UnsafeResourceList& unsafe_resources, bool proceed) argument
H A Dsafe_browsing_blocking_page_test.cc7 // these urls, and sends "goback" or "proceed" commands and verifies
247 virtual void OnBlockingPageComplete(bool proceed) { argument
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"
449 SendCommand("\"proceed\""); // Simulat
[all...]
H A Dsafe_browsing_test.cc369 virtual void OnBlockingPageComplete(bool proceed) { argument
/external/bluetooth/bluez/src/
H A Dglib-helper.c491 goto proceed;
497 goto proceed;
502 proceed:
H A Devent.c413 goto proceed;
428 proceed:
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.h170 bool proceed,
402 virtual void BeforeUnloadFired(TabContents* tab, bool proceed, argument
/external/bluetooth/bluez/gdbus/
H A Dwatch.c216 goto proceed;
223 proceed:
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js2180 function(proceed, element, style) {
2183 if (proceed(element, 'position') === 'static') return null;
2190 var dim = parseInt(proceed(element, style), 10);
2205 var val = proceed(element, property);
2208 default: return proceed(element, style);
2214 function(proceed, element, attribute) {
2216 return proceed(element, attribute);
2225 function(proceed, element) {
2231 if (position !== 'static') return proceed(element);
2233 var value = proceed(elemen
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DNetworkPanel.js488 var proceed = true; variable
491 proceed = false;
493 proceed = this._timelineGrid.updateDividers(force, this.calculator);
495 if (!proceed)

Completed in 877 milliseconds

12