Home
last modified time | relevance | path

Searched refs:kNoCurrentWindowError (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_infobar_module_constants.cc12 const char kNoCurrentWindowError[] = "No current browser window was found"; variable
Dextension_infobar_module_constants.h18 extern const char kNoCurrentWindowError[];
Dextension_tabs_module_constants.cc62 const char kNoCurrentWindowError[] = "No current window"; variable
Dextension_tabs_module_constants.h63 extern const char kNoCurrentWindowError[];
Dextension_sidebar_api.cc33 const char kNoCurrentWindowError[] = "No current browser window was found"; variable
120 error_ = kNoCurrentWindowError; in RunImpl()
Dextension_tabs_module.cc274 error_ = keys::kNoCurrentWindowError; in RunImpl()
624 error_ = keys::kNoCurrentWindowError; in RunImpl()
652 error_ = keys::kNoCurrentWindowError; in RunImpl()
677 error_ = keys::kNoCurrentWindowError; in RunImpl()
1079 error_ = keys::kNoCurrentWindowError; in RunImpl()
Dexecute_code_in_tab_function.cc67 error_ = keys::kNoCurrentWindowError; in RunImpl()
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dwindows_util.cc33 function->SetError(extensions::tabs_constants::kNoCurrentWindowError); in GetWindowFromWindowID()
Dtabs_constants.cc77 const char kNoCurrentWindowError[] = "No current window"; variable
Dtabs_constants.h77 extern const char kNoCurrentWindowError[];
Dtabs_api.cc148 function->SetError(keys::kNoCurrentWindowError); in GetBrowserFromWindowID()
1244 error_ = keys::kNoCurrentWindowError; in RunImpl()
1578 error_ = keys::kNoCurrentWindowError; in RunImpl()