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

  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 141 class TabEntry {
144 // constructor is required because TabEntry objects placed inside an
146 TabEntry();
171 // Gets the TabEntry for the given |contents|. Returns TabEntry* if
173 TabEntry* GetTabEntry(const TabContents* contents);
175 std::map<int, TabEntry> tab_entries_;
extension_browser_event_router.cc 27 ExtensionBrowserEventRouter::TabEntry::TabEntry()
32 DictionaryValue* ExtensionBrowserEventRouter::TabEntry::UpdateLoadState(
48 DictionaryValue* ExtensionBrowserEventRouter::TabEntry::DidNavigate(
137 tab_entries_[tab_id] = TabEntry();
277 tab_entries_[tab_id] = TabEntry();
395 TabEntry* entry = GetTabEntry(contents);
433 ExtensionBrowserEventRouter::TabEntry* ExtensionBrowserEventRouter::GetTabEntry(
436 std::map<int, TabEntry>::iterator i = tab_entries_.find(tab_id);
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.js 71 var tab = new TabEntry(id, contentView);
88 * @returns {!TabEntry}
101 * @returns {!TabEntry}
151 function TabEntry(id, contentView) {
156 TabEntry.prototype.setSelected = function(isSelected) {
165 TabEntry.prototype.getTabHandleNode = function() {

Completed in 54 milliseconds