Home
last modified time | relevance | path

Searched refs:workspaceIDCache_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view.h94 std::map<CGWindowID, int> workspaceIDCache_; variable
Dtab_view.mm207 workspaceIDCache_.clear();
975 // and remember the value in |workspaceIDCache_| until the end of the
981 workspaceIDCache_.find(windowID);
982 if (iter != workspaceIDCache_.end())
1017 workspaceIDCache_[windowID] = workspace;