HomeSort by relevance Sort by last modified time
    Searched refs:tab_id (Results 151 - 175 of 199) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/chrome/browser/extensions/
page_action_browsertest.cc 197 int tab_id = ExtensionTabUtil::GetTabId( local
202 GetTitle(tab_id).c_str());
script_bubble_controller_unittest.cc 69 int tab_id() { function in class:extensions::__anon4976::ScriptBubbleControllerTest
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.h 112 void OnOpenChannelToTab(int routing_id, int tab_id,
117 int tab_id, const std::string& extension_id,
chrome_render_message_filter.cc 331 int routing_id, int tab_id, const std::string& extension_id,
339 render_process_id_, routing_id, port2_id, tab_id, extension_id,
346 int tab_id,
352 tab_id, extension_id, channel_name);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 222 int tab_id);
277 int* tab_id,
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.h 186 int tab_id,
190 int tab_id,
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 86 SessionID tab_id; local
89 session_service->SetTabWindow(window_id, tab_id);
90 session_service->SetTabIndexInWindow(window_id, tab_id, 0);
93 session_service->SetPinnedState(window_id, tab_id, true);
96 session_service->UpdateTabNavigation(window_id, tab_id, 0, entry);
tab_restore_service.h 236 SessionID::id_type tab_id,
tab_restore_service.cc 665 SessionID::id_type tab_id,
669 payload.id = tab_id;
841 SessionID::id_type tab_id; local
843 command, &current_tab->navigations.back(), &tab_id)) {
865 SessionID::id_type tab_id; local
867 if (!RestoreSetTabExtensionAppIDCommand(command, &tab_id,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 817 TAB IDENTIFIERS (tab_id)
819 The tab_id argument found in several methods may take any of
842 def forget(self, tab_id):
843 """Removes the tab specified by tab_id, unmaps and unmanages the
845 self.tk.call(self._w, "forget", tab_id)
848 def hide(self, tab_id):
849 """Hides the tab specified by tab_id.
854 self.tk.call(self._w, "hide", tab_id)
863 def index(self, tab_id):
864 """Returns the numeric index of the tab specified by tab_id, o
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 817 TAB IDENTIFIERS (tab_id)
819 The tab_id argument found in several methods may take any of
842 def forget(self, tab_id):
843 """Removes the tab specified by tab_id, unmaps and unmanages the
845 self.tk.call(self._w, "forget", tab_id)
848 def hide(self, tab_id):
849 """Hides the tab specified by tab_id.
854 self.tk.call(self._w, "hide", tab_id)
863 def index(self, tab_id):
864 """Returns the numeric index of the tab specified by tab_id, o
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc 169 int* tab_id,
179 info->GetChildID(), info->GetRouteID(), tab_id, window_id);
204 int tab_id = -1; local
210 &parent_is_main_frame, &parent_frame_id, &tab_id,
223 out->SetInteger(keys::kTabIdKey, tab_id);
578 if (!it.value().GetAsInteger(&tab_id))
632 : tab_id(-1), window_id(-1) {
1352 int tab_id = -1; local
1488 int tab_id = -1; local
1911 int tab_id = -1; local
    [all...]
web_request_api.h 123 int tab_id; member in struct:ExtensionWebRequestEventRouter::RequestFilter
355 int tab_id,
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 755 details->SetInteger("tab_id", ExtensionTabUtil::GetTabId(contents));
783 void FileDialogFunction::Callback::Add(int32 tab_id,
787 if (map_.find(tab_id) == map_.end()) {
788 map_.insert(std::make_pair(tab_id, Callback(listener, dialog, params)));
790 DLOG_ASSERT("FileDialogFunction::AddCallback tab_id already present");
795 void FileDialogFunction::Callback::Remove(int32 tab_id) {
796 map_.erase(tab_id);
801 FileDialogFunction::Callback::Find(int32 tab_id) {
802 Callback::Map::const_iterator it = map_.find(tab_id);
    [all...]
extension_message_service.cc 171 int tab_id, const std::string& extension_id,
179 if (ExtensionTabUtil::GetTabById(tab_id, source->profile(), true,
  /external/chromium/chrome/browser/download/
save_package.h 128 int tab_id() const { return tab_id_; } function in class:SavePackage
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.h 136 int tab_id, const std::string& extension_id,
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_api.cc 192 if (!ExtensionTabUtil::GetTabById(params_->details.tab_id,
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 112 int tab_id = -1; local
127 tab_id = ExtensionTabUtil::GetTabId(contents);
128 if (tab_id != -1)
129 tabs_list->Append(new base::FundamentalValue(tab_id));
  /external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc 169 WebsiteSettingsUI::TabId tab_id) {
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.cc 151 // a message from the V8 VM debugger corresponding to |tab_id| is received.
170 // a tab corresponding to |tab_id| changes its URL. |url| is the new
183 // a tab corresponding to |tab_id| gets closed.
185 void DebuggerRemoteService::TabClosed(int32 tab_id) {
189 SendResponse(value, kToolName, base::IntToString(tab_id));
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 56 void BuildTabSpecifics(const std::string& tag, int window_id, int tab_id,
61 tab->set_tab_id(tab_id);
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 718 int tab_id = params->details.tab_id; local
725 if (!ExtensionTabUtil::GetTabById(tab_id,
775 int tab_id = params->details.tab_id; local
780 if (!ExtensionTabUtil::GetTabById(tab_id,
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service_unittest.cc 128 SessionID tab_id; local
132 session_service->SetTabWindow(window_id, tab_id);
133 session_service->SetTabIndexInWindow(window_id, tab_id, 0);
136 session_service->SetPinnedState(window_id, tab_id, true);
138 window_id, tab_id,
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc 530 WebsiteSettingsUI::TabId tab_id = WebsiteSettingsUI::TAB_ID_PERMISSIONS; local
536 tab_id = WebsiteSettingsUI::TAB_ID_CONNECTION;
537 ui_->SetSelectedTab(tab_id);

Completed in 532 milliseconds

1 2 3 4 5 67 8