HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 526 - 550 of 1934) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.h 64 void Close();
66 // Starts a timer which will close the bubble if |auto_close_| is true.
69 // Stops the auto-close timer.
101 // Timer used to close the bubble when |auto_close_| is true.
110 // Whether the currently displayed bubble will automatically close.
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 60 panel->Close();
88 panel->Close();
103 // We should have icon, text, minimize, restore and close buttons. Only one of
152 panel->Close();
169 panel->Close();
  /external/chromium_org/chrome/browser/ui/views/
sad_tab_view.h 57 virtual void Close() OVERRIDE;
tab_modal_confirm_dialog_views.h 43 virtual bool Close() OVERRIDE;
validation_message_bubble_view.cc 27 delegate_->Close();
  /external/chromium_org/chrome/browser/ui/webui/signin/
profile_signin_confirmation_dialog.h 39 void Close() const;
  /external/chromium_org/chrome/browser/usb/
usb_device.h 51 virtual bool Close(scoped_refptr<UsbDeviceHandle> handle);
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.h 96 void Close();
145 // Does not close the file descriptor. Returns true on success.
  /external/chromium_org/chrome/test/chromedriver/net/
websocket.h 61 void Close(int code);
94 // Will not be called if the connection was never established or if the close
  /external/chromium_org/chrome/test/perf/
mach_ports_test.cc 91 // Close each tab, recording the number of ports after each. Do not close the
97 EXPECT_TRUE(tab->Close(true));
  /external/chromium_org/chrome/test/ui/
ui_test_suite.cc 37 job_handle_.Close();
  /external/chromium_org/chrome_frame/test/
registry_watcher_unittest.cc 41 temp_key_.Close();
  /external/chromium_org/chromeos/process_proxy/
process_proxy.h 27 // must be destroyed. This is done in Close.
46 void Close();
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 139 temp_hkcu_hive_key_.Close();
159 profile_key.Close();
160 cc_key.Close();
200 cc_key.Close();
  /external/chromium_org/components/visitedlink/renderer/
visitedlink_slave.cc 62 shared_memory_->Close();
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.h 103 void Close();
  /external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.h 43 void Close();
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.h 28 // It can be created/destroyed/Close() on any thread. All other members should
74 void Close();
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_device_manager.h 8 // enumerate/open/close/GetOpenedDeviceInfoById from MediaStreamManager and
10 // The work for enumerate/open/close is handled asynchronously on Media Stream
52 virtual void Close(int session_id) OVERRIDE;
  /external/chromium_org/content/child/npapi/
plugin_stream.h 54 // Close the stream.
55 virtual bool Close(NPReason reason);
plugin_stream_url.h 38 // Overrides the base Close so we can cancel our fetching the URL if
40 virtual bool Close(NPReason reason) OVERRIDE;
  /external/chromium_org/content/renderer/pepper/
pepper_audio_input_host.h 62 void Close();
pepper_video_source_host.cc 75 Close();
126 Close();
223 void PepperVideoSourceHost::Close() {
225 source_handler_->Close(stream_url_, frame_receiver_.get());
pepper_video_source_host.h 70 void Close();
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 63 virtual void Close() OVERRIDE;

Completed in 1257 milliseconds

<<21222324252627282930>>