Searched defs:AppWindow (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js279 * @return {!Array.<!chrome.app.window.AppWindow>}
287 * @return {chrome.app.window.AppWindow}
294 * @see http://developer.chrome.com/apps/app.window.html#type-AppWindow
296 chrome.app.window.AppWindow = function() {};
300 * @see http://developer.chrome.com/apps/app.window.html#type-AppWindow
302 chrome.app.window.AppWindow.prototype.focus = function() {};
306 * @see http://developer.chrome.com/apps/app.window.html#type-AppWindow
308 chrome.app.window.AppWindow.prototype.fullscreen = function() {};
313 * @see http://developer.chrome.com/apps/app.window.html#type-AppWindow
315 chrome.app.window.AppWindow
[all...]
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js40 * @return {AppWindow}
345 var AppWindow = function() { class
360 AppWindow.prototype.close = function() {};
361 AppWindow.prototype.drawAttention = function() {};
362 AppWindow.prototype.maximize = function() {};
363 AppWindow.prototype.minimize = function() {};
364 AppWindow.prototype.restore = function() {};
365 AppWindow.prototype.show = function() {};
366 AppWindow.prototype.fullscreen = function() {};
368 AppWindow
[all...]
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc138 // AppWindow::BoundsSpecification
140 const int AppWindow::BoundsSpecification::kUnspecifiedPosition = INT_MIN;
142 AppWindow::BoundsSpecification::BoundsSpecification()
145 AppWindow::BoundsSpecification::~BoundsSpecification() {}
147 void AppWindow::BoundsSpecification::ResetBounds() {
151 // AppWindow::CreateParams
153 AppWindow::CreateParams::CreateParams()
154 : window_type(AppWindow::WINDOW_TYPE_DEFAULT),
155 frame(AppWindow::FRAME_CHROME),
169 AppWindow
229 AppWindow::AppWindow(BrowserContext* context, function in class:extensions::AppWindow
[all...]
H A Dapp_window.h83 // AppWindow is the type of window used by platform apps. App windows
85 class AppWindow : public content::NotificationObserver, class in namespace:extensions
204 // The constructor and Init methods are public for constructing a AppWindow
206 // Normally AppWindow::Create should be used.
208 AppWindow(content::BrowserContext* context,
213 // |app_window_contents| will become owned by AppWindow.
354 virtual ~AppWindow();
476 // The browser context with which this window is associated. AppWindow does
518 base::WeakPtrFactory<AppWindow> image_loader_ptr_factory_;
557 DISALLOW_COPY_AND_ASSIGN(AppWindow);
[all...]

Completed in 100 milliseconds