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

  /external/chromium/chrome/browser/extensions/
extension_infobar_module_constants.cc 12 const char kNoCurrentWindowError[] = "No current browser window was found";
extension_infobar_module_constants.h 18 extern const char kNoCurrentWindowError[];
extension_tabs_module_constants.cc 62 const char kNoCurrentWindowError[] = "No current window";
extension_tabs_module_constants.h 63 extern const char kNoCurrentWindowError[];
extension_sidebar_api.cc 33 const char kNoCurrentWindowError[] = "No current browser window was found";
120 error_ = kNoCurrentWindowError;
execute_code_in_tab_function.cc 67 error_ = keys::kNoCurrentWindowError;
extension_tabs_module.cc 274 error_ = keys::kNoCurrentWindowError;
624 error_ = keys::kNoCurrentWindowError;
652 error_ = keys::kNoCurrentWindowError;
677 error_ = keys::kNoCurrentWindowError;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_constants.cc 79 const char kNoCurrentWindowError[] = "No current window";
tabs_constants.h 79 extern const char kNoCurrentWindowError[];
tabs_api.cc 158 function->SetError(keys::kNoCurrentWindowError);
188 function->SetError(keys::kNoCurrentWindowError);
    [all...]

Completed in 132 milliseconds