HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 226 - 250 of 1671) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog_delegate.h 46 // to Accept(), Cancel() or Close() has been made before.
52 // to Accept(), Cancel() or Close() has been made before.
58 // pressing the close button on the dialog, using a window manager gesture,
61 // Cancel() or Close() has been made before.
64 void Close();
111 // guarantee. Access to them is controlled by Accept(), Cancel() and Close().
122 // closing. It's correct to close the dialog by calling Accept(), Cancel()
123 // or Close() from this callback.
126 // Close the dialog.
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.h 70 // Close the bubble.
71 void Close();
  /external/chromium_org/chrome/browser/ui/views/
tab_modal_confirm_dialog_views.h 42 virtual bool Close() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/signin/
profile_signin_confirmation_dialog.cc 75 dialog_->Close();
81 dialog_->Close();
87 dialog_->Close();
147 void ProfileSigninConfirmationDialog::Close() const {
  /external/chromium_org/components/google/core/browser/
google_url_tracker_map_entry.h 44 void Close(bool redo_search);
  /external/chromium_org/components/nacl/loader/
nacl_trusted_listener.cc 39 channel_->Close();
  /external/chromium_org/content/browser/
byte_stream.h 32 // |ByteStreamWriter::Close| to indicate that. Operation status at the source
33 // is indicated to the sink via an int passed to the Close() method and returned
38 // it is expected to provide data and then close itself. If an error
92 // writer->Close(<operation status>);
143 virtual void Close(int status) = 0;
173 // Close() has not been called, and STREAM_COMPLETE if there
174 // is no data on the ByteStream and Close() has been called.
  /external/chromium_org/content/browser/media/capture/
web_contents_audio_input_stream.h 43 virtual void Close() OVERRIDE;
54 // guarantee Close() is called on the returned object so that it may
69 // implementation class. This object must outlive a call to Close(), until
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_sync_writer.h 42 virtual void Close() OVERRIDE;
audio_sync_reader.h 39 virtual void Close() OVERRIDE;
media_stream_provider.h 83 virtual void Close(int capture_session_id) = 0;
  /external/chromium_org/content/browser/renderer_host/
socket_stream_host.h 54 void Close();
  /external/chromium_org/content/child/npapi/
plugin_stream_url.cc 57 bool PluginStreamUrl::Close(NPReason reason) {
62 bool result = PluginStream::Close(reason);
149 Close(NPRES_DONE);
168 Close(NPRES_NETWORK_ERR);
  /external/chromium_org/content/renderer/media/
video_source_handler.h 52 bool Close(FrameReaderInterface* reader);
  /external/chromium_org/device/bluetooth/
bluetooth_socket.h 48 virtual void Close() = 0;
  /external/chromium_org/ipc/
ipc_test_sink.h 82 virtual void Close() OVERRIDE;
  /external/chromium_org/media/audio/android/
audio_record_input.h 37 virtual void Close() OVERRIDE;
  /external/chromium_org/media/audio/
audio_input_unittest.cc 80 base::Bind(&AudioInputStream::Close,
123 audio_input_stream_->Close();
137 audio_input_stream_->Close();
144 audio_input_stream_->Close();
179 // Test create and close of an AudioInputStream without recording audio.
193 // Test create, open and close of an AudioInputStream without recording audio.
207 // Test create, open, stop and close of an AudioInputStream without recording.
virtual_audio_output_stream.h 45 virtual void Close() OVERRIDE;
  /external/chromium_org/media/audio/pulse/
pulse_output.h 8 // If the stream is successfully opened, Close() must be called before the
9 // stream is deleted as Close() is responsible for ensuring resource cleanup
48 virtual void Close() OVERRIDE;
67 // Close() helper function to free internal structs.
  /external/chromium_org/media/filters/
audio_file_reader.h 36 void Close();
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_impl.h 34 virtual void Close() OVERRIDE;
  /external/chromium_org/mojo/services/network/
web_socket_impl.h 39 virtual void Close(uint16_t code, const String& reason) OVERRIDE;
  /external/chromium_org/mojo/system/
local_message_pipe_endpoint.h 32 virtual void Close() OVERRIDE;
message_pipe_endpoint.h 60 virtual void Close();

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>