HomeSort by relevance Sort by last modified time
    Searched refs:layoutTestController (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 12 if (window.layoutTestController) {
13 numPendingRequests = layoutTestController.numberOfPendingGeolocationPermissionRequests();
disconnected-frame-permission-denied.js 5 if (window.layoutTestController) {
6 layoutTestController.setGeolocationPermission(false);
7 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
9 debug('This test can not be run without the LayoutTestController');
  /external/webkit/LayoutTests/fast/encoding/resources/
char-encoding-utils.js 23 if (window.layoutTestController)
24 layoutTestController.notifyDone();
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.js 21 if (++completed == 2 && window.layoutTestController)
22 layoutTestController.notifyDone();
sql-error-codes.js 3 if (window.layoutTestController)
4 layoutTestController.notifyDone();
103 if (window.layoutTestController)
104 layoutTestController.clearAllDatabases();
execute-sql-args.js 77 if (window.layoutTestController)
78 layoutTestController.notifyDone();
open-database-while-transaction-in-progress.js 38 if (window.layoutTestController)
39 layoutTestController.notifyDone();
read-and-write-transactions-dont-run-together.js 3 if (window.layoutTestController)
4 layoutTestController.notifyDone();
hash-change-with-xhr.js 32 if (window.layoutTestController)
33 layoutTestController.notifyDone();
multiple-transactions-on-different-handles.js 6 if (++complete == 2 && window.layoutTestController)
7 layoutTestController.notifyDone();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 28 #include "LayoutTestController.h"
49 InjectedBundle::shared().layoutTestController()->waitToDumpWatchdogTimerFired();
56 void LayoutTestController::platformInitialize()
61 void LayoutTestController::invalidateWaitToDumpWatchdogTimer()
66 void LayoutTestController::initializeWaitToDumpWatchdogTimerIfNeeded()
74 JSRetainPtr<JSStringRef> LayoutTestController::pathToLocalResource(JSStringRef url)
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 34 #include "LayoutTestController.h"
234 if (!layoutTestController()->canOpenWindows())
284 if (layoutTestController()->shouldDumpEditingCallbacks()) {
289 return layoutTestController()->acceptsEditing();
294 if (layoutTestController()->shouldDumpEditingCallbacks()) {
299 return layoutTestController()->acceptsEditing();
304 if (layoutTestController()->shouldDumpEditingCallbacks()) {
311 return layoutTestController()->acceptsEditing();
316 if (layoutTestController()->shouldDumpEditingCallbacks()) {
321 return layoutTestController()->acceptsEditing()
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 184 // layoutTestController.overridePreference() or similar.
198 m_drt->layoutTestController()->setCaretBrowsingEnabled(false);
199 m_drt->layoutTestController()->setFrameFlatteningEnabled(false);
200 m_drt->layoutTestController()->setSmartInsertDeleteEnabled(true);
201 m_drt->layoutTestController()->setSelectTrailingWhitespaceEnabled(false);
204 m_drt->layoutTestController()->setXSSAuditorEnabled(false);
231 if (!m_drt->layoutTestController()->ignoreReqestForPermission())
235 if (m_drt->layoutTestController()->isGeolocationPermissionSet())
236 if (m_drt->layoutTestController()->geolocationPermission())
264 Q_ASSERT(m_drt->layoutTestController()->isGeolocationPermissionSet())
    [all...]
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
multi-touch-grouped-targets.js 52 layoutTestController.notifyDone();
67 if (window.layoutTestController) {
68 layoutTestController.waitUntilDone();
touch-target-limited.js 68 layoutTestController.notifyDone();
82 if (window.layoutTestController) {
83 layoutTestController.waitUntilDone();
touch-target.js 68 layoutTestController.notifyDone();
82 if (window.layoutTestController) {
83 layoutTestController.waitUntilDone();
basic-single-touch-events.js 19 if (window.layoutTestController && touchEventsReceived == EXPECTED_TOUCH_EVENTS_TOTAL) {
25 layoutTestController.notifyDone();
116 if (window.layoutTestController)
117 layoutTestController.waitUntilDone();
basic-multi-touch-events-limited.js 19 if (window.layoutTestController && touchEventsReceived == EXPECTED_TOUCH_EVENTS_TOTAL) {
25 layoutTestController.notifyDone();
basic-multi-touch-events.js 19 if (window.layoutTestController && touchEventsReceived == EXPECTED_TOUCH_EVENTS_TOTAL) {
25 layoutTestController.notifyDone();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 31 #include "LayoutTestController.h"
54 LayoutTestController* layoutTestController() { return m_layoutTestController.get(); }
98 RefPtr<LayoutTestController> m_layoutTestController;
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 2 if (window.layoutTestController)
3 layoutTestController.dumpAsText(window.enablePixelTesting);
311 if (window.jsTestIsAsync && window.layoutTestController)
312 layoutTestController.notifyDone();
  /external/webkit/LayoutTests/dom/html/level1/core/
selfhtml.js 681 if (window.layoutTestController) {
682 layoutTestController.dumpAsText();
683 layoutTestController.waitUntilDone();
714 if (window.layoutTestController) {
715 layoutTestController.notifyDone();
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 681 if (window.layoutTestController) {
682 layoutTestController.dumpAsText();
683 layoutTestController.waitUntilDone();
714 if (window.layoutTestController) {
715 layoutTestController.notifyDone();
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 681 if (window.layoutTestController) {
682 layoutTestController.dumpAsText();
683 layoutTestController.waitUntilDone();
714 if (window.layoutTestController) {
715 layoutTestController.notifyDone();
  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 681 if (window.layoutTestController) {
682 layoutTestController.dumpAsText();
683 layoutTestController.waitUntilDone();
714 if (window.layoutTestController) {
715 layoutTestController.notifyDone();

Completed in 209 milliseconds

1 23 4