Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: tools/dom/src/chrome/custom_dart/app_window.isMaximised.dart

Issue 12316032: Added more Chrome.* libraries to dart:chrome (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added isMaximised override file Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/src/chrome/context_menus.dart ('k') | tools/dom/src/chrome/file_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/chrome/custom_dart/app_window.isMaximised.dart
diff --git a/pkg/analyzer-experimental/lib/analyzer.dart b/tools/dom/src/chrome/custom_dart/app_window.isMaximised.dart
similarity index 75%
copy from pkg/analyzer-experimental/lib/analyzer.dart
copy to tools/dom/src/chrome/custom_dart/app_window.isMaximised.dart
index 8df6d946c9c5d72ba154d01612807fdee14cbe56..3ca19cd3850b99f5ef1d1762a9f32c8ce1b15bcb 100644
--- a/pkg/analyzer-experimental/lib/analyzer.dart
+++ b/tools/dom/src/chrome/custom_dart/app_window.isMaximised.dart
@@ -1,4 +1,4 @@
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-
+bool isMaximized() => JS('bool', '#.isMaximized()', this._jsObject);
« no previous file with comments | « tools/dom/src/chrome/context_menus.dart ('k') | tools/dom/src/chrome/file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698