Home | History | Annotate | Download | only in extensions

Lines Matching refs:Browser

14 #include "chrome/browser/extensions/extension_function_dispatcher.h"
112 // Gets the "current" browser, if any.
114 // Many extension APIs operate relative to the current browser, which is the
115 // browser the calling code is running inside of. For example, popups, tabs,
116 // and infobars all have a containing browser, but background pages and
119 // If there is no containing window, the current browser defaults to the
125 // This method can return NULL if there is no matching browser, which can
128 Browser* GetCurrentBrowser();
165 // the browser's UI thread*.
168 // TODO(aa) Remove this extra level of inheritance once the browser stops
211 // *relative to the browser's UI thread*. Note that this has nothing to do with
216 // need to interact with things on the browser UI thread.