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

  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 89 BrowserActionType action_type; local
90 bool can_close = CanCloseBrowserImpl(browser, &action_type);
91 if (action_type == OPEN_WINDOW) {
93 } else if (action_type == OPEN_NTP) {
172 BrowserActionType action_type; local
173 CanCloseBrowserImpl(browser, &action_type);
174 if (action_type != NONE) {
176 if (action_type == OPEN_WINDOW)
178 else if (action_type == OPEN_NTP)
228 BrowserActionType* action_type) {
    [all...]
tab_closeable_state_watcher.h 87 // |action_type| is the action to take regardless if browser is closeable.
89 BrowserActionType* action_type);
  /external/wpa_supplicant_8/src/ap/
ieee802_11.h 66 const u8 *sa, const u8 action_type,
ieee802_11_shared.c 115 const u8 action_type, const u8 *trans_id)
120 if (action_type == WLAN_SA_QUERY_REQUEST) {
125 if (action_type != WLAN_SA_QUERY_RESPONSE) {
127 "Action %d", action_type);
  /external/bluetooth/bluez/tools/
hciattach_ti.c 148 unsigned long buf_size, uint16_t* action_type)
170 *action_type = action_hdr.type;

Completed in 122 milliseconds