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

  /external/chromium_org/remoting/webapp/js_proto/
chrome_proto.js 32 * @return {AppWindow}
282 var AppWindow = function() {
293 AppWindow.prototype.close = function() {};
294 AppWindow.prototype.drawAttention = function() {};
295 AppWindow.prototype.maximize = function() {};
296 AppWindow.prototype.minimize = function() {};
297 AppWindow.prototype.restore = function() {};
298 AppWindow.prototype.fullscreen = function() {};
300 AppWindow.prototype.isFullscreen = function() {};
302 AppWindow.prototype.isMaximized = function() {}
    [all...]
  /external/chromium_org/apps/
app_window.cc 70 return fullscreen_types != apps::AppWindow::FULLSCREEN_TYPE_NONE;
141 // AppWindow::BoundsSpecification
143 const int AppWindow::BoundsSpecification::kUnspecifiedPosition = INT_MIN;
145 AppWindow::BoundsSpecification::BoundsSpecification()
148 AppWindow::BoundsSpecification::~BoundsSpecification() {}
150 void AppWindow::BoundsSpecification::ResetBounds() {
154 // AppWindow::CreateParams
156 AppWindow::CreateParams::CreateParams()
157 : window_type(AppWindow::WINDOW_TYPE_DEFAULT),
158 frame(AppWindow::FRAME_CHROME)
    [all...]
app_window.h 81 // AppWindow is the type of window used by platform apps. App windows
83 class AppWindow : public content::NotificationObserver,
201 AppWindow* window,
240 // The constructor and Init methods are public for constructing a AppWindow
242 // Normally AppWindow::Create should be used.
244 AppWindow(content::BrowserContext* context,
249 // |app_window_contents| will become owned by AppWindow.
371 virtual ~AppWindow();
493 // The browser context with which this window is associated. AppWindow does
530 base::WeakPtrFactory<AppWindow> image_loader_ptr_factory_
    [all...]

Completed in 129 milliseconds