HomeSort by relevance Sort by last modified time
    Searched full:action_type (Results 1 - 3 of 3) 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/bluetooth/bluez/tools/
hciattach_ti.c 148 unsigned long buf_size, uint16_t* action_type)
170 *action_type = action_hdr.type;

Completed in 1789 milliseconds