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

1234567891011>>

/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_thunk.cc113 void Close(PP_Resource loader) { function in namespace:ppapi::thunk::__anon9685
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::__anon9692
101 enter.object()->Close();
113 &Close
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dwpr_server.py69 self.Close()
71 def Close(self): member in class:ReplayServer
73 self._forwarder.Close()
/external/chromium_org/mojo/system/
H A Dcore_unittest.cc114 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h));
124 // |Close()|:
126 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(MOJO_HANDLE_INVALID));
127 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(10));
128 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(1000000000));
133 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h));
135 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(h));
182 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(handles[0]));
183 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(handles[1]));
286 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h
[all...]
/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.cc38 void NotificationObjectProxy::Close(bool by_user) { function in class:NotificationObjectProxy
H A Dnotification_object_proxy.h31 virtual void Close(bool by_user) OVERRIDE;
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_delegate.h45 virtual void Close(bool by_user) OVERRIDE;
H A Dwelcome_delegate.h28 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.cc77 dialog_->Close();
83 dialog_->Close();
89 dialog_->Close();
149 void ProfileSigninConfirmationDialog::Close() const { function in class:ProfileSigninConfirmationDialog
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_map_entry.h44 void Close(bool redo_search);
/external/chromium_org/components/usb_service/
H A Dusb_device.h47 virtual bool Close(scoped_refptr<UsbDeviceHandle> handle) = 0;
/external/chromium_org/content/browser/
H A Dbyte_stream.h32 // |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
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.

Completed in 2049 milliseconds

1234567891011>>