HomeSort by relevance Sort by last modified time
    Searched defs:action_type (Results 1 - 2 of 2) 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...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 1037 u8 action_type; \/* WLAN_WNM_SLEEP_ENTER\/EXIT *\/ member in struct:wnm_sleep_element
    [all...]

Completed in 44 milliseconds