Searched refs:Close (Results 176 - 200 of 1723) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_x11.cc52 virtual void Close() OVERRIDE {
53 platform_window_->Close();
117 platform_window_->Close();
/external/chromium_org/ppapi/c/private/
H A Dppb_udp_socket_private.h83 * fails, or if Close has been called.
111 void (*Close)(PP_Resource udp_socket); member in struct:PPB_UDPSocket_Private_0_4
133 void (*Close)(PP_Resource udp_socket); member in struct:PPB_UDPSocket_Private_0_2
155 void (*Close)(PP_Resource udp_socket); member in struct:PPB_UDPSocket_Private_0_3
/external/chromium_org/ppapi/cpp/dev/
H A Daudio_input_dev.cc132 void AudioInput_Dev::Close() { function in class:pp::AudioInput_Dev
134 get_interface<PPB_AudioInput_Dev_0_4>()->Close(pp_resource());
136 get_interface<PPB_AudioInput_Dev_0_3>()->Close(pp_resource());
/external/chromium_org/ppapi/cpp/private/
H A Dudp_socket_private.cc130 void UDPSocketPrivate::Close() { function in class:pp::UDPSocketPrivate
132 return get_interface<PPB_UDPSocket_Private_0_4>()->Close(pp_resource());
134 return get_interface<PPB_UDPSocket_Private_0_3>()->Close(pp_resource());
/external/chromium_org/ppapi/thunk/
H A Dppb_image_capture_private_thunk.cc41 int32_t Close(PP_Resource resource, struct PP_CompletionCallback callback) { function in namespace:ppapi::thunk::__anon10283
42 VLOG(4) << "PPB_ImageCapture_Private::Close()";
46 return enter.SetResult(enter.object()->Close(enter.callback()));
100 &Close,
H A Dppb_udp_socket_thunk.cc82 void Close(PP_Resource udp_socket) { function in namespace:ppapi::thunk::__anon10311
83 VLOG(4) << "PPB_UDPSocket::Close()";
87 enter.object()->Close();
110 &Close,
H A Dppb_url_loader_thunk.cc113 void Close(PP_Resource loader) { function in namespace:ppapi::thunk::__anon10313
114 VLOG(4) << "PPB_URLLoader::Close()";
118 enter.object()->Close();
131 &Close
H A Dppb_video_capture_thunk.cc98 void Close(PP_Resource video_capture) { function in namespace:ppapi::thunk::__anon10320
101 enter.object()->Close();
113 &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/chromium_org/ash/display/
H A Dmirror_window_controller.h49 // Close the mirror window.
50 void Close();
/external/chromium_org/ash/
H A Dpopup_message.h62 void Close();
/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.cc60 void AppListShelfItemDelegate::Close() { function in class:ash::AppListShelfItemDelegate
H A Dshelf_window_watcher_item_delegate.h34 virtual void Close() OVERRIDE;
/external/chromium_org/ash/shell/
H A Dwindow_watcher_shelf_item_delegate.cc56 void WindowWatcherShelfItemDelegate::Close() { function in class:ash::shell::WindowWatcherShelfItemDelegate
H A Dwindow_watcher_shelf_item_delegate.h31 virtual void Close() OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_shelf_item_delegate.cc51 void TestShelfItemDelegate::Close() { function in class:ash::test::TestShelfItemDelegate
H A Dtest_shelf_item_delegate.h32 virtual void Close() OVERRIDE;
/external/chromium_org/base/win/
H A Dscoped_process_information.h29 void Close();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_error_ui.h62 virtual void Close() = 0;
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_object_proxy.cc40 void NotificationObjectProxy::Close(bool by_user) { function in class:NotificationObjectProxy
H A Dnotification_object_proxy.h34 virtual void Close(bool by_user) OVERRIDE;
/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service_browsertest.cc31 app_browser->window()->Close();
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dsad_tab_controller.h28 virtual void Close() OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dsad_tab_helper.cc23 sad_tab_->Close();
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dprofile_signin_confirmation_dialog.cc75 dialog_->Close();
81 dialog_->Close();
87 dialog_->Close();
147 void ProfileSigninConfirmationDialog::Close() const { function in class:ProfileSigninConfirmationDialog

Completed in 527 milliseconds

1234567891011>>