Searched defs:Close (Results 1 - 25 of 504) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.h35 virtual void Close() {} // no-op function in class:sfntly::MemoryOutputStream
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.h35 virtual void Close() {} // no-op function in class:sfntly::MemoryOutputStream
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dunix_domain_socket_acceptor.cc22 Close();
52 Close();
77 void UnixDomainSocketAcceptor::Close() { function in class:UnixDomainSocketAcceptor
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_connection.cc16 void IndexedDBConnection::Close() { function in class:content::IndexedDBConnection
19 database_->Close(this, false /* forced */);
27 database_->Close(this, true /* forced */);
/external/chromium_org/ppapi/c/private/
H A Dppb_video_destination_private.h113 void (*Close)(PP_Resource destination); member in struct:PPB_VideoDestination_Private_0_1
H A Dppb_video_source_private.h109 void (*Close)(PP_Resource source); member in struct:PPB_VideoSource_Private_0_1
/external/chromium_org/ppapi/cpp/private/
H A Dpass_file_handle.cc28 Close();
37 void PassFileHandle::Close() { function in class:pp::PassFileHandle
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_ie_backend.py34 def Close(self): member in class:WebDriverIEBackend
36 super(WebDriverIEBackend, self).Close()
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dwpr_server.py70 self.Close()
72 def Close(self): member in class:ReplayServer
74 self._forwarder.Close()
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
H A DClose.java24 public class Close extends IQ { class in inherits:IQ
34 public Close(String sessionID) { method in class:Close
/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.cc60 void AppListShelfItemDelegate::Close() { function in class:ash::AppListShelfItemDelegate
/external/chromium_org/ash/test/
H A Dtest_shelf_item_delegate.cc51 void TestShelfItemDelegate::Close() { function in class:ash::test::TestShelfItemDelegate
/external/chromium_org/base/memory/
H A Dscoped_open_process.h21 Close();
27 Close();
31 // Close the previously opened process.
32 void Close() { function in class:base::ScopedOpenProcess
/external/chromium_org/base/process/
H A Dprocess_posix.cc32 void Process::Close() { function in class:base::Process
H A Dprocess_win.cc13 void Process::Close() { function in class:base::Process
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_object_proxy.cc40 void NotificationObjectProxy::Close(bool by_user) { function in class:NotificationObjectProxy
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_started_animation_views.cc38 void Close();
104 void DownloadStartedAnimationViews::Close() { function in class:__anon5246::DownloadStartedAnimationViews
105 popup_->Close();
110 Close();
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_map_entry.cc40 void GoogleURLTrackerMapEntry::Close(bool redo_search) { function in class:GoogleURLTrackerMapEntry
42 infobar_delegate_->Close(redo_search);
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc54 bool ForwardingAgentHost::Close() { function in class:content::ForwardingAgentHost
/external/chromium_org/media/audio/
H A Daudio_output_proxy.cc74 void AudioOutputProxy::Close() { function in class:media::AudioOutputProxy
86 // Delete the object now like is done in the Close() implementation of
/external/chromium_org/mojo/bindings/js/
H A Dhandle.cc21 void HandleWrapper::Close() { function in class:gin::HandleWrapper
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_headless.cc26 void PlatformViewportHeadless::Close() { function in class:mojo::PlatformViewportHeadless
/external/chromium_org/mojo/system/
H A Dmessage_pipe_endpoint.cc12 void MessagePipeEndpoint::Close() { function in class:mojo::system::MessagePipeEndpoint
/external/chromium_org/ppapi/c/dev/
H A Dppb_video_capture_dev.h54 * 9- Close the device.
158 void (*Close)(PP_Resource video_capture); member in struct:PPB_VideoCapture_Dev_0_3
/external/chromium_org/ppapi/c/
H A Dppb_url_loader.h205 * Close is a pointer to a function used to cancel any pending IO and close
212 * required to call Close().
217 void (*Close)(PP_Resource loader); member in struct:PPB_URLLoader_1_0

Completed in 1049 milliseconds

1234567891011>>