Home
last modified time | relevance | path

Searched refs:tabs_constants (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dash_panel_contents.cc77 return extensions::tabs_constants::kWindowTypeValuePanel; in GetWindowTypeText()
88 result->Set(extensions::tabs_constants::kTabsKey, tab_list); in CreateWindowValueWithTabs()
104 tab_value->SetInteger(extensions::tabs_constants::kIdKey, in CreateTabValue()
106 tab_value->SetInteger(extensions::tabs_constants::kIndexKey, 0); in CreateTabValue()
108 tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, window_id); in CreateTabValue()
110 extensions::tabs_constants::kUrlKey, web_contents->GetURL().spec()); in CreateTabValue()
112 extensions::tabs_constants::kStatusKey, in CreateTabValue()
115 tab_value->SetBoolean(extensions::tabs_constants::kActiveKey, in CreateTabValue()
119 tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, window_id); in CreateTabValue()
120 tab_value->SetInteger(extensions::tabs_constants::kIdKey, window_id); in CreateTabValue()
[all …]
Dtabs_event_router.cc74 changed_properties->SetString(tabs_constants::kStatusKey, in UpdateLoadState()
75 tabs_constants::kStatusValueComplete); in UpdateLoadState()
84 changed_properties->SetString(tabs_constants::kStatusKey, in DidNavigate()
85 tabs_constants::kStatusValueLoading); in DidNavigate()
89 changed_properties->SetString(tabs_constants::kUrlKey, url_.spec()); in DidNavigate()
187 tab_value->SetBoolean(tabs_constants::kSelectedKey, active); in WillDispatchTabCreatedEvent()
221 object_args->Set(tabs_constants::kNewWindowIdKey, in TabInsertedAt()
224 object_args->Set(tabs_constants::kNewPositionKey, in TabInsertedAt()
244 object_args->Set(tabs_constants::kOldWindowIdKey, in TabDetachedAt()
247 object_args->Set(tabs_constants::kOldPositionKey, in TabDetachedAt()
[all …]
Dwindows_util.cc33 function->SetError(extensions::tabs_constants::kNoCurrentWindowError); in GetWindowFromWindowID()
41 extensions::tabs_constants::kWindowNotFoundError, in GetWindowFromWindowID()
Dtabs_constants.cc8 namespace tabs_constants { namespace
Dtabs_constants.h11 namespace tabs_constants {
Dtabs_interactive_test.cc17 namespace keys = extensions::tabs_constants;
Dtabs_test.cc30 namespace keys = tabs_constants;
Dtabs_api.cc103 namespace keys = tabs_constants;
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc88 return extensions::tabs_constants::kWindowTypeValuePanel; in GetWindowTypeText()
101 result->Set(extensions::tabs_constants::kTabsKey, tab_list); in CreateWindowValueWithTabs()
117 tab_value->SetInteger(extensions::tabs_constants::kIdKey, in CreateTabValue()
119 tab_value->SetInteger(extensions::tabs_constants::kIndexKey, 0); in CreateTabValue()
120 tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, in CreateTabValue()
123 extensions::tabs_constants::kUrlKey, web_contents->GetURL().spec()); in CreateTabValue()
124 tab_value->SetString(extensions::tabs_constants::kStatusKey, in CreateTabValue()
128 extensions::tabs_constants::kActiveKey, panel_->IsActive()); in CreateTabValue()
129 tab_value->SetBoolean(extensions::tabs_constants::kSelectedKey, true); in CreateTabValue()
130 tab_value->SetBoolean(extensions::tabs_constants::kHighlightedKey, true); in CreateTabValue()
[all …]
/external/chromium_org/chrome/browser/extensions/api/
Dcapture_web_contents_function.cc109 mime_type = tabs_constants::kMimeTypeJpeg; in OnCaptureSuccess()
116 mime_type = tabs_constants::kMimeTypePng; in OnCaptureSuccess()
Dexecute_code_function.cc22 namespace keys = tabs_constants;
/external/chromium_org/chrome/browser/infobars/
Dinfobar_extension_api.cc45 extensions::tabs_constants::kTabNotFoundError, in RunSync()
/external/chromium_org/chrome/browser/extensions/
Dwindow_controller.cc30 namespace keys = tabs_constants;
Dbrowser_extension_window_controller.cc32 namespace keys = extensions::tabs_constants;
Dextension_function_test_utils.cc25 namespace keys = extensions::tabs_constants;
Dextension_tab_util.cc47 namespace keys = tabs_constants;
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
Dautomation_internal_api.cc144 Error(tabs_constants::kTabNotFoundError, base::IntToString(tab_id))); in Run()
/external/chromium_org/chrome/browser/accessibility/
Daccessibility_extension_api.cc287 extensions::tabs_constants::kTabNotFoundError, in RunSync()
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
Dwebrtc_logging_private_api.cc44 extensions::tabs_constants::kTabNotFoundError, in RphFromTabIdAndSecurityOrigin()
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
Dwebrtc_audio_private_api.cc141 extensions::tabs_constants::kTabNotFoundError, in GetControllerList()
/external/chromium_org/chrome/browser/extensions/api/processes/
Dprocesses_api.cc580 extensions::tabs_constants::kTabNotFoundError, in GetProcessIdForTab()
/external/chromium_org/chrome/
Dchrome_browser_extensions.gypi606 'browser/extensions/api/tabs/tabs_constants.cc',
607 'browser/extensions/api/tabs/tabs_constants.h',
1056 ['include', '^browser/extensions/api/tabs/tabs_constants.cc'],