Searched defs:canceled (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.cc97 void X11PanelResizer::StopResizing(ui::MouseEvent* event, bool canceled) { argument
102 panel_->manager()->EndResizingByMouse(canceled);
/external/chromium_org/ui/gfx/animation/
H A Dtest_animation_delegate.h35 bool canceled() const { function in class:gfx::TestAnimationDelegate
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DMediaAccessPermissionRequestTest.java30 public boolean canceled() { method in class:MediaAccessPermissionRequestTest.OnPermissionRequestHelper
138 // Don't respond and wait for the request canceled.
157 // Load the same page again, the previous request should be canceled.
160 assertTrue(helper.canceled());
/external/chromium_org/content/renderer/
H A Dexternal_popup_menu.cc74 void ExternalPopupMenu::DidSelectItems(bool canceled, argument
78 if (canceled)
H A Drender_view_impl.cc3764 bool canceled,
3773 external_popup_menu_->DidSelectItems(canceled, selected_indices);
3763 OnSelectPopupMenuItems( bool canceled, const std::vector<int>& selected_indices) argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DJob.java47 volatile boolean canceled; field in class:Job
77 if (response != null && !canceled) {
93 * was canceled.
123 if (canceled) return null;
/external/chromium_org/google_apis/gaia/
H A Dmerge_session_helper_unittest.cc103 const GoogleServiceAuthError& canceled() { return canceled_; } function in class:__anon7839::MergeSessionHelperTest
269 EXPECT_CALL(observer, MergeSessionCompleted("acc2@gmail.com", canceled()));
295 EXPECT_CALL(observer, MergeSessionCompleted("acc3@gmail.com", canceled()));
/external/chromium_org/ui/views/window/
H A Ddialog_delegate_unittest.cc65 void CheckAndResetStates(bool canceled, bool accepted, Button* last_pressed) { argument
66 EXPECT_EQ(canceled, canceled_);
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java53 CANCELED("canceled", StateClass.canceled),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
189 * Returns true, if this is a canceled state.
191 * @return <code>true</code> if canceled state, <code>false</code> otherwise
194 return _state == StateClass.canceled;
/external/chromium_org/cc/resources/
H A Draster_worker_pool_unittest.cc107 bool canceled; member in struct:cc::__anon2720::RasterWorkerPoolTest::RasterTaskResult
257 result.canceled = was_canceled;
289 EXPECT_FALSE(completed_tasks()[0].canceled);
290 EXPECT_FALSE(completed_tasks()[1].canceled);
303 EXPECT_FALSE(completed_tasks()[0].canceled);
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_find_helper.cc23 find_info_map_.begin()->second->SendResponse(true /* canceled */);
27 DispatchFindUpdateEvent(true /* canceled */, true /* final_update */);
31 void WebviewFindHelper::DispatchFindUpdateEvent(bool canceled, argument
36 args->SetBoolean(webview::kFindCanceled, canceled);
43 void WebviewFindHelper::EndFindSession(int session_request_id, bool canceled) { argument
50 find_info->SendResponse(canceled);
67 // Update the request's number of matches (if not canceled).
68 if (!canceled) {
75 (*i)->SendResponse(canceled);
143 // Ignore slow replies to canceled fin
270 SendResponse(bool canceled) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_browsertest.cc46 bool canceled() const { return canceled_; } function in class:MockSelectFileDialogListener
260 ASSERT_TRUE(listener_->canceled());
292 ASSERT_FALSE(listener_->canceled());
320 ASSERT_FALSE(listener_->canceled());
346 ASSERT_TRUE(listener_->canceled());
369 ASSERT_TRUE(listener_->canceled());
/external/chromium_org/content/browser/download/
H A Dsave_package.h115 bool canceled() const { return user_canceled_ || disk_error_occurred_; } function in class:content::SavePackage
293 // Indicates whether user canceled the saving job.
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java366 * The command has been canceled. The command session has ended.
368 canceled enum constant in enum:AdHocCommand.Status
380 * The command should be canceled.
436 * (either because it was completed, canceled, or timed out).
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_unittest.cc62 void CancelDrag(DragDropController* controller, bool* canceled) { argument
64 *canceled = true;
/external/chromium_org/chrome/browser/common/
H A Dcancelable_request.h65 // that the object will be kept alive if the request is canceled (releasing
73 // if (request->canceled())
111 // This class is threadsafe. Requests may be added or canceled from any thread,
112 // but a task must only be canceled from the same thread it was initially run
127 // thread that would have received the callback if it was not canceled).
196 // given request, and by the provider when a request is canceled.
509 // callback. If the request has been canceled, Return is optional (it will not
552 // The canceled flag indicates that the request should not be executed.
558 bool canceled() { function in class:CancelableRequestBase
573 // been canceled ye
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc385 bool canceled = false; local
390 canceled = true;
393 if (!canceled) {
/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier.cc201 bool canceled() const { return callback_.is_null(); } function in class:net::CertVerifierRequest
311 bool canceled; local
314 canceled = canceled_;
315 if (!canceled) {
322 if (canceled)
419 if ((*i)->canceled()) {
/external/chromium_org/net/ssl/
H A Dserver_bound_cert_service.cc203 bool canceled() const { return callback_.is_null(); } function in class:net::ServerBoundCertServiceRequest
319 if ((*i)->canceled()) {
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_helpers.cc394 bool* canceled,
399 *canceled = true;
392 MergeCancelOfResponses( const EventResponseDeltas& deltas, bool* canceled, const net::BoundNetLog* net_log) argument
H A Dweb_request_api.cc1882 bool canceled = false; local
1885 &canceled,
1933 if (canceled) {
1940 // This triggers onErrorOccurred if canceled is true.
1941 int rv = canceled ? net::ERR_BLOCKED_BY_CLIENT : net::OK;
1953 if (canceled) {
H A Dweb_request_api_unittest.cc352 // Test that a request is canceled if this is requested by any extension
444 // processed because request is canceled before the handler responds.
1322 bool canceled = false; local
1329 MergeCancelOfResponses(deltas, &canceled, &net_log);
1330 EXPECT_FALSE(canceled);
1339 MergeCancelOfResponses(deltas, &canceled, &net_log);
1340 EXPECT_TRUE(canceled);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorResourceAgent.cpp438 bool canceled = error.isCancellation(); local
439 m_frontend->loadingFailed(requestId, currentTime(), InspectorPageAgent::resourceTypeJson(m_resourcesData->resourceType(requestId)), error.localizedDescription(), canceled ? &canceled : 0);
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc667 // When a hosted drag gets canceled, the item can remain in the same slot
1604 bool canceled) {
1605 if (canceled) {
1602 PointerReleasedOnButton(views::View* view, Pointer pointer, bool canceled) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_unittest.cc224 void set_canceled(bool canceled) { canceled_ = canceled; } argument
229 // No messages should be received when the process has been canceled.
1070 // Tests whether messages get canceled properly. We issue four requests,
1109 // Check that request 2 and 4 got canceled, as far as the renderer is
1119 // was canceled.)
1207 // Make sure the requests weren't canceled early.
1255 // Make sure the request wasn't canceled early.
1348 // Check that request got canceled.
1521 // The test delegate should not have gotten any messages after being canceled
[all...]

Completed in 928 milliseconds

12