Searched defs:window (Results 26 - 50 of 941) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator.cc9 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) { argument
/external/chromium_org/chrome/browser/ui/
H A Dweb_contents_sizer.cc10 #include "ui/aura/window.h"
18 aura::Window* window = web_contents->GetNativeView(); local
19 window->SetBounds(gfx::Rect(window->bounds().origin(), new_size));
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dicons.js5 window.onload = function() {
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
H A DnewTab.js18 window.onload = function() {
/external/chromium_org/third_party/skia/src/views/unix/
H A Dskia_unix.cpp13 SkOSWindow* window = create_sk_window(NULL, argc, argv); local
15 // drain any events that occurred before |window| was assigned.
21 window->loop();
23 delete window;
/external/chromium_org/tools/perf/page_sets/tough_animation_cases/resources/
H A Dperftesthelper.js7 if (window.PerfTestHelper) {
10 window.PerfTestHelper = {};
13 window.PerfTestHelper.random = function() {
/external/chromium_org/ui/base/
H A Dbase_window.cc9 bool BaseWindow::IsRestored(const BaseWindow& window) { argument
10 return !window.IsMaximized() &&
11 !window.IsMinimized() &&
12 !window.IsFullscreen();
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Derror_util.js11 window.JSErrorCount = 0;
16 window.onerror = function() { window.JSErrorCount++; };
25 window.JSErrorCount++;
39 window.JSErrorCount++;
65 window.JSErrorCount++;
/external/skia/src/views/unix/
H A Dskia_unix.cpp13 SkOSWindow* window = create_sk_window(NULL, argc, argv); local
15 // drain any events that occurred before |window| was assigned.
21 window->loop();
23 delete window;
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.js7 window.onload = function() {
20 var run = window.runTests(false);
53 browser.textContent = window.navigator.userAgent;
H A Dutilities.js12 * var mock = window.mockView.create();
28 window.mockView = {
75 window.calculatorTestRun = {
123 test.call(this, new Controller(new Model(8), window.mockView.create()));
271 var controller = new Controller(new Model(8), window.mockView.create());
/external/chromium_org/third_party/WebKit/PerformanceTests/Animation/resources/
H A Dframerate.js20 window.startTrackingFrameRate = function() {
28 window.stopTrackingFrameRate = function() {
/external/chromium_org/ash/
H A Dswitchable_windows.cc8 #include "ui/aura/window.h"
19 bool IsSwitchableContainer(const aura::Window* window) { argument
20 if (!window)
23 if (window->id() == kSwitchableWindowContainerIds[i])
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu.cc9 scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window) { argument
14 void ExecuteVisitDesktopCommand(int command_id, aura::Window* window) {} argument
/external/chromium_org/chrome/browser/ui/views/
H A Dauto_keep_alive.cc9 #include "ui/aura/window.h"
12 AutoKeepAlive::AutoKeepAlive(gfx::NativeWindow window) argument
16 // count. If there is a |window|, use its root window's kDesktopRootWindow
18 if (window) {
19 gfx::NativeWindow native_window = window->GetRootWindow();
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dsurface.h19 EGLNativeWindowType window() { return window_; } function in class:egl::Surface
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dnetwork_quiescence.js15 if (window.__telemetry_testHasReachedNetworkQuiescence) {
22 window.performance.clearResourceTimings =
23 (window.performance.clearResourceTimings ||
24 window.performance.mozClearResourceTimings ||
25 window.performance.msClearResourceTimings ||
26 window.performance.oClearResourceTimings ||
27 window.performance.webkitClearResourceTimings);
29 window.performance.getEntriesByType =
30 (window.performance.getEntriesByType ||
31 window
[all...]
/external/chromium_org/ui/aura/client/
H A Dcursor_client.cc7 #include "ui/aura/window.h"
15 // A property key to store a client that handles window moves.
19 void SetCursorClient(Window* window, CursorClient* client) { argument
20 window->SetProperty(kCursorClientKey, client);
23 CursorClient* GetCursorClient(Window* window) { argument
24 return window->GetProperty(kCursorClientKey);
/external/chromium_org/ui/wm/public/
H A Dwindow_move_client.cc7 #include "ui/aura/window.h"
15 // A property key to store a client that handles window moves.
19 void SetWindowMoveClient(Window* window, WindowMoveClient* client) { argument
20 window->SetProperty(kWindowMoveClientKey, client);
23 WindowMoveClient* GetWindowMoveClient(Window* window) { argument
24 return window->GetProperty(kWindowMoveClientKey);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
H A Dbackground.js15 window.stopFlashingIcon = function() {
16 window.clearTimeout(iconFlashTimer);
21 window.flashIcon = function() {
35 iconFlashTimer = window.setTimeout(flash, 500);
64 return window.setTimeout(resetTimers, delta);
72 window.clearTimeout(a1Timer);
115 window.addEventListener('storage', onLocalStorageChange, false);
/external/chromium_org/ash/accelerators/
H A Daccelerator_commands.cc19 aura::Window* window = wm::GetActiveWindow(); local
20 // Attempt to restore the window that would be cycled through next from
21 // the launcher when there is no active window.
22 if (!window) {
29 wm::WindowState* window_state = wm::GetWindowState(window);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
H A Dclosure_preinit.js14 window.CLOSURE_BASE_PATH = chrome.extension.getURL('/closure/');
20 window.CLOSURE_NO_DEPS = true;
27 window.queue_ = [];
34 window.CLOSURE_IMPORT_SCRIPT = function(src) {
49 if (window.CLOSURE_USE_EXT_MESSAGES) {
64 window.console.log('Using XHR');
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder_ash.cc9 #include "ui/aura/window.h"
17 aura::Window* window) {
18 if (ignore.find(window) != ignore.end())
21 if (!window->IsVisible())
24 if (window->id() == ash::kShellWindowId_PhantomWindow ||
25 window->id() == ash::kShellWindowId_OverlayContainer ||
26 window->id() == ash::kShellWindowId_MouseCursorContainer)
29 if (window->layer()->type() == ui::LAYER_TEXTURED)
30 return window->GetBoundsInScreen().Contains(screen_point) ? window
14 GetLocalProcessWindowAtPointImpl( const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore, aura::Window* window) argument
[all...]
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils_aura.cc8 #include "ui/aura/window.h"
13 void HideNativeWindow(gfx::NativeWindow window) { argument
14 HideNativeWindowAura(window);
17 bool ShowAndFocusNativeWindow(gfx::NativeWindow window) { argument
18 return ShowAndFocusNativeWindowAura(window);
22 void HideNativeWindowAura(gfx::NativeWindow window) { argument
23 window->Hide();
26 bool ShowAndFocusNativeWindowAura(gfx::NativeWindow window) { argument
27 window->Show();
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DLeakWindowScriptableObject.cpp23 // Get a new reference to the window script object.
24 NPObject* window; variable
25 if (NPN_GetValue(NPNVWindowNPObject, &window) != NPERR_NO_ERROR) {
26 log("Fail: Cannot fetch window script object");
30 // Get another reference to the same object via window.self.
33 if (!NPN_GetProperty(window, self_name, &window_self_variant)) {
34 log("Fail: Cannot query window.self");
38 log("Fail: window.self is not an object");
42 // Leak both references to the window script object.
47 static PluginTest::Register<LeakWindowScriptableObject> leakWindowScriptableObject("leak-window
[all...]

Completed in 2548 milliseconds

1234567891011>>