Searched defs:window (Results 1 - 25 of 941) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/FileReaderApp/
H A DFileReaderAppDelegate.h11 SkNSWindow *window; variable
14 @property (assign) IBOutlet SkNSWindow *window; variable
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPad/
H A DAppDelegate_iPad.h12 UIWindow *window; variable
15 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPhone/
H A DAppDelegate_iPhone.h12 UIWindow *window; variable
15 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/chromium_org/tools/gyp/test/ios/extension/ExtensionContainer/
H A DAppDelegate.h9 @property (strong, nonatomic) UIWindow *window; variable
/external/chromium_org/tools/gyp/test/mac/app-bundle/TestApp/
H A DTestAppAppDelegate.h8 NSWindow *window; variable
11 @property (assign) IBOutlet NSWindow *window; variable
/external/skia/experimental/FileReaderApp/
H A DFileReaderAppDelegate.h11 SkNSWindow *window; variable
14 @property (assign) IBOutlet SkNSWindow *window; variable
/external/skia/experimental/SimpleiOSApp/iPad/
H A DAppDelegate_iPad.h12 UIWindow *window; variable
15 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/skia/experimental/SimpleiOSApp/iPhone/
H A DAppDelegate_iPhone.h12 UIWindow *window; variable
15 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dtests.js7 window.runTests = function(log) {
8 var run = window.calculatorTestRun.create();
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Donload.js5 window.onload = function() {
/external/chromium_org/extensions/test/data/platform_app/
H A Dworld.js5 window.onload = function() {
6 console.log('app window opened');
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/iPad/
H A DAppDelegate_iPad.h13 UIWindow* window; variable
16 @property (nonatomic, retain) IBOutlet UIWindow* window; variable
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/iPhone/
H A DAppDelegate_iPhone.h13 UIWindow *window; variable
16 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/chromium_org/tools/page_cycler/startup_test_common/
H A Dhead.js5 window.onload = function() {
/external/chromium_org/ui/file_manager/video_player/js/
H A Derror_util.js11 window.JSErrorCount = 0;
16 window.onerror = function() { window.JSErrorCount++; };
46 window.JSErrorCount++;
/external/deqp/framework/platform/ios/
H A DtcuIOSAppDelegate.h30 @property (nonatomic, retain) UIWindow *window; variable
/external/skia/experimental/iOSSampleApp/iPad/
H A DAppDelegate_iPad.h13 UIWindow* window; variable
16 @property (nonatomic, retain) IBOutlet UIWindow* window; variable
/external/skia/experimental/iOSSampleApp/iPhone/
H A DAppDelegate_iPhone.h13 UIWindow *window; variable
16 @property (nonatomic, retain) IBOutlet UIWindow *window; variable
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dmedia_action.js7 window.__findMediaElements = function(selector) {
30 window.__hasEventCompleted = function(selector, event_name) {
32 var mediaElements = window.__findMediaElements(selector);
40 window.__registerHTML5ErrorEvents = function(element) {
43 window.__error = 'Media error: ' + e.type + ', code:' + e.target.error.code;
44 throw new Error(window.__error);
50 window.__registerHTML5EventCompleted = function(element, event_name) {
59 window.__error = null;
/external/chromium_org/tools/perf/measurements/
H A Dpage_cycler.js28 if (window.gc) {
29 window.gc();
30 window.gc();
35 window.__onload = function() {
41 window.__pc_load_time = window.performance.now();
45 window.__eval_later = function(expression) {
49 if (window.parent == window) { // Ignore subframes.
50 window
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_util_android.cc9 bool AuthenticateUser(gfx::NativeWindow window) { argument
H A Dpassword_manager_util_linux.cc9 bool AuthenticateUser(gfx::NativeWindow window) { argument
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dfirst_run.js273 window.onload = function() {
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_apps_client_views.cc13 ChromeNativeAppWindowViews* window = new ChromeNativeAppWindowViews; local
14 window->Init(app_window, params);
15 return window;
H A Dchrome_apps_client_views_win.cc13 ChromeNativeAppWindowViewsWin* window = new ChromeNativeAppWindowViewsWin; local
14 window->Init(app_window, params);
15 return window;

Completed in 2468 milliseconds

1234567891011>>