Searched defs:can_activate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.h34 void set_can_activate(bool can_activate) { argument
35 can_activate_ = can_activate;
H A Dwidget.cc330 bool can_activate = false; local
332 can_activate = (params.activatable == InitParams::ACTIVATABLE_YES);
338 can_activate = true;
341 can_activate = false;
347 widget_delegate_->set_can_activate(can_activate);
H A Dwidget_unittest.cc2862 void set_can_activate(bool can_activate) { argument
2863 can_activate_ = can_activate;
/external/libpcap/
H A Dpcap-can-linux.c68 static int can_activate(pcap_t *);
138 p->activate_op = can_activate;
144 can_activate(pcap_t* handle) function
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.h103 bool can_activate; member in struct:views::TrayBubbleView::InitParams
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc449 bool can_activate,
489 init_params.can_activate = can_activate;
447 ShowItems(const std::vector<SystemTrayItem*>& items, bool detailed, bool can_activate, BubbleCreationType creation_type, int arrow_offset, bool persistent) argument
/external/chromium_org/ui/wm/core/
H A Dfocus_controller_unittest.cc348 bool can_activate = variable
350 return can_activate ? BaseFocusRules::CanActivateWindow(window) : false;

Completed in 966 milliseconds