Searched refs:Close (Results 1 - 25 of 1723) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs131 socket.Close();
H A DRemoteDebugEventSocketListener.cs288 @in.Close();
290 @out.Close();
292 channel.Close();
300 @in.Close();
306 @out.Close();
310 channel.Close();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs47 reader.Close();
53 writer.Close();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs122 fr.Close();
H A DANTLRReaderStream.cs77 r.Close();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventSocketProxy.cs141 socket.Close();
H A DRemoteDebugEventSocketListener.cs355 @in.Close();
357 @out.Close();
359 channel.Close();
373 @in.Close();
382 @out.Close();
388 channel.Close();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs45 reader.Close();
51 writer.Close();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRReaderStream.cs89 r.Close();
/external/bison/build-aux/
H A Dtexinfo.tex2835 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.
/external/bison/tests/
H A Dtestsuite5276 /* { Close the above comment, if the C compiler mishandled it. */
[all...]
/external/chromium-trace/
H A Dscript.js358 "x";this.exitButton_.title="Close Overlay (esc)";this.toolbar_.appendChild(this.exitButton_)},showOverlay:function(a){a.oldParent_=a.parentNode;this.contentHost.appendChild(a);this.contentHost.appendChild(this.tabCatcher);this.ownerDocument.body.classList.add("disabled-by-overlay");a.tabIndex=0;var c=a.querySelector("button, input, list, select, a");c||(c=a);c.focus();this.ownerDocument.addEventListener("focusin",this.onFocusIn_,!0);a.addEventListener("keydown",this.onKeydown_)},onMousedown_:function(a){a.target==
/external/chromium_org/android_webview/browser/
H A Daw_dev_tools_manager_delegate.cc62 virtual bool Close() const OVERRIDE { return agent_host_->Close(); }
/external/chromium_org/apps/
H A Dsaved_devices_service_unittest.cc34 MOCK_METHOD1(Close, bool(scoped_refptr<UsbDeviceHandle>));
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc360 widget_->Close();
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc669 mirror_window_controller_->Close();
H A Dmirror_window_controller.cc87 Close();
148 void MirrorWindowController::Close() { function in class:ash::MirrorWindowController
H A Dmirror_window_controller.h49 // Close the mirror window.
50 void Close();
H A Dresolution_notification_controller.cc45 virtual void Close(bool by_user) OVERRIDE;
73 void ResolutionChangeNotificationDelegate::Close(bool by_user) { function in class:ash::__anon1881::ResolutionChangeNotificationDelegate
H A Dresolution_notification_controller_unittest.cc267 TEST_F(ResolutionNotificationControllerTest, Close) {
288 // Close the notification (imitates clicking [x] button). Also verifies if
H A Dshared_display_edge_indicator.cc96 src_indicator_->GetWidget()->Close();
99 dst_indicator_->GetWidget()->Close();
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_interactive_uitest.cc183 source->Close();
184 target->Close();
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc264 // Close system modal and so clicking a widget should work now.
265 modal_widget->Close();
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.cc46 widget_->Close();
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view.cc344 frame_->Close();

Completed in 740 milliseconds

1234567891011>>