HomeSort by relevance Sort by last modified time
    Searched defs:kTabIdKey (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_page_actions_module_constants.cc 9 const char kTabIdKey[] = "tabId";
extension_debugger_api_constants.cc 11 const char kTabIdKey[] = "tabId";
extension_webnavigation_api_constants.cc 14 const char kTabIdKey[] = "tabId";
extension_webrequest_api_constants.cc 15 const char kTabIdKey[] = "tabId";
extension_sidebar_api.cc 42 const char kTabIdKey[] = "tabId";
61 details->Set(kTabIdKey, Value::CreateIntegerValue(tab_id));
109 if (details->HasKey(kTabIdKey)) {
110 EXTENSION_FUNCTION_VALIDATE(details->GetInteger(kTabIdKey, &tab_id));
171 if (!details.HasKey(kTabIdKey)) {
175 EXTENSION_FUNCTION_VALIDATE(details.GetInteger(kTabIdKey, &tab_id));
extension_tabs_module_constants.cc 30 const char kTabIdKey[] = "tabId";
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.cc 103 const char kTabIdKey[] = "tabId";
302 data->GetInteger(kTabIdKey, &tab_id); // optional.

Completed in 918 milliseconds