HomeSort by relevance Sort by last modified time
    Searched refs:should_close (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_host.cc 151 bool should_close = true;
157 should_close =
158 menu_delegate ? menu_delegate->ShouldCloseOnDragComplete() : should_close;
160 menu_controller->OnDragComplete(should_close);
164 if (!should_close)
menu_controller.h 159 // Called by the Widget when the drag has completed. |should_close|
161 void OnDragComplete(bool should_close);
menu_controller.cc 794 void MenuController::OnDragComplete(bool should_close) {
797 if (showing_ && should_close && GetActiveInstance() == this) {
    [all...]
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc 74 bool should_close = false; local
81 should_close = true;
87 should_close = true;
92 if (should_close) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 330 std::string should_close; local
332 if (GetHeaderValue(*data, i, kConnection, &should_close) &&
333 should_close.compare("close") == 0) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]

Completed in 425 milliseconds