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

<<21222324252627282930>>

  /external/chromium/net/server/
http_server.h 52 void Close(int connection_id);
  /external/chromium/net/websockets/
websocket_job.h 50 virtual void Close();
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h 59 // They can close & immediately delete the stream while PseudoTcpChannel still
60 // has cleanup work to do. They can also close the stream but not delete it
99 void Close();
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view.cc 49 widget->Close();
  /external/chromium_org/ash/shelf/
overflow_bubble.cc 55 bubble_->GetWidget()->Close();
  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_session_lifetime.cc 97 browser->window()->Close();
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.cc 31 // If other active mode indicator widget is shown, close it immedicately
36 active_widget_->Close();
  /external/chromium_org/chrome/browser/chromeos/ui/
idle_logout_dialog_view_browsertest.cc 30 dialog->GetWidget()->Close();
  /external/chromium_org/chrome/browser/download/
download_shelf.h 43 // 'close' button on the download shelf, or the shelf is being closed as a
153 // Returns whether the download shelf is showing the close animation.
160 void Close(CloseReason reason);
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.h 40 virtual void Close() OVERRIDE;
uma_policy_unittest.cc 26 policy->Close();
86 policy->Close();
122 policy->Close();
194 policy->Close();
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_api.h 126 DECLARE_EXTENSION_FUNCTION("sockets.tcpServer.close",
139 scoped_ptr<sockets_tcp_server::Close::Params> params_;
  /external/chromium_org/chrome/browser/extensions/
extension_error_ui_default.cc 41 void ExtensionErrorUIDefault::Close() {
webstore_inline_installer_browsertest.cc 136 web_contents->Close();
  /external/chromium_org/chrome/browser/google/
google_url_tracker.cc 162 // the prompts. In this latter case we want to close any infobars and stop
168 // Like before we want to close any infobars and stop prompting; we also
179 // to go ahead and close the infobars and stop prompting, since we've
190 // accurate. Otherwise we go ahead and close them because we need to
333 i->second->Close(false);
357 map_entry->Close(false);
374 i->second->Close(false);
384 entry_map_.begin()->second->Close(redo_searches);
  /external/chromium_org/chrome/browser/notifications/
balloon.h 36 // Close the view.
37 virtual void Close(bool by_user) = 0;
110 // Called by script to cause the balloon to close.
134 // position for keeping the close buttons under the mouse cursor.
  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_item_controller.h 62 virtual void Close() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 49 virtual void Close(bool by_user) OVERRIDE;
65 // Do the delayed close work. The balloon and all view components will be
71 // The shelf is where is close button is located.
115 // Close button.
134 // Is there a pending system-initiated close?
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc 49 // Create a browser which we can close during the test.
78 // Close the original browser.
79 first_browser->window()->Close();
  /external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.cc 45 GetWidget()->Close();
  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.cc 96 GetWidget()->Close();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_win.h 61 virtual void Close() OVERRIDE;
browser_view_focus_uitest.cc 92 // Close the 2nd browser to avoid a DCHECK().
93 browser_view2->Close();
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 90 manage_passwords_bubble_->Close();
152 void ManagePasswordsBubbleView::Close() {
153 GetWidget()->Close();
321 // Close() closes the window asynchronously, so by the time we reach here,
338 Close();
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.h 36 void Close(const std::string& source_id, const std::string& target_id);

Completed in 1129 milliseconds

<<21222324252627282930>>