Home | History | Annotate | Download | only in extensions

Lines Matching defs:WindowControllerList

17 // WindowControllerList
20 WindowControllerList* WindowControllerList::GetInstance() {
21 return Singleton<WindowControllerList>::get();
24 WindowControllerList::WindowControllerList() {
27 WindowControllerList::~WindowControllerList() {
30 void WindowControllerList::AddExtensionWindow(WindowController* window) {
36 void WindowControllerList::RemoveExtensionWindow(WindowController* window) {
46 void WindowControllerList::AddObserver(WindowControllerListObserver* observer) {
50 void WindowControllerList::RemoveObserver(
55 WindowController* WindowControllerList::FindWindowById(int id) const {
64 WindowController* WindowControllerList::FindWindowForFunctionById(
73 WindowController* WindowControllerList::CurrentWindowForFunction(