Lines Matching refs:bindMethod
84 bindMethod("addFileToPasteboardOnDrag", &LayoutTestController::addFileToPasteboardOnDrag);
85 bindMethod("addOriginAccessWhitelistEntry", &LayoutTestController::addOriginAccessWhitelistEntry);
86 bindMethod("addUserScript", &LayoutTestController::addUserScript);
87 bindMethod("addUserStyleSheet", &LayoutTestController::addUserStyleSheet);
88 bindMethod("clearAllDatabases", &LayoutTestController::clearAllDatabases);
89 bindMethod("closeWebInspector", &LayoutTestController::closeWebInspector);
90 bindMethod("counterValueForElementById", &LayoutTestController::counterValueForElementById);
91 bindMethod("disableImageLoading", &LayoutTestController::disableImageLoading);
92 bindMethod("display", &LayoutTestController::display);
93 bindMethod("displayInvalidatedRegion", &LayoutTestController::displayInvalidatedRegion);
94 bindMethod("dumpAsText", &LayoutTestController::dumpAsText);
95 bindMethod("dumpBackForwardList", &LayoutTestController::dumpBackForwardList);
96 bindMethod("dumpChildFramesAsText", &LayoutTestController::dumpChildFramesAsText);
97 bindMethod("dumpChildFrameScrollPositions", &LayoutTestController::dumpChildFrameScrollPositions);
98 bindMethod("dumpDatabaseCallbacks", &LayoutTestController::dumpDatabaseCallbacks);
99 bindMethod("dumpEditingCallbacks", &LayoutTestController::dumpEditingCallbacks);
100 bindMethod("dumpFrameLoadCallbacks", &LayoutTestController::dumpFrameLoadCallbacks);
101 bindMethod("dumpUserGestureInFrameLoadCallbacks", &LayoutTestController::dumpUserGestureInFrameLoadCallbacks);
102 bindMethod("dumpResourceLoadCallbacks", &LayoutTestController::dumpResourceLoadCallbacks);
103 bindMethod("dumpResourceResponseMIMETypes", &LayoutTestController::dumpResourceResponseMIMETypes);
104 bindMethod("dumpSelectionRect", &LayoutTestController::dumpSelectionRect);
105 bindMethod("dumpStatusCallbacks", &LayoutTestController::dumpWindowStatusChanges);
106 bindMethod("dumpTitleChanges", &LayoutTestController::dumpTitleChanges);
107 bindMethod("elementDoesAutoCompleteForElementWithId", &LayoutTestController::elementDoesAutoCompleteForElementWithId);
108 bindMethod("evaluateInWebInspector", &LayoutTestController::evaluateInWebInspector);
109 bindMethod("evaluateScriptInIsolatedWorld", &LayoutTestController::evaluateScriptInIsolatedWorld);
110 bindMethod("execCommand", &LayoutTestController::execCommand);
111 bindMethod("grantDesktopNotificationPermission", &LayoutTestController::grantDesktopNotificationPermission);
112 bindMethod("hasSpellingMarker", &LayoutTestController::hasSpellingMarker);
113 bindMethod("isCommandEnabled", &LayoutTestController::isCommandEnabled);
114 bindMethod("layerTreeAsText", &LayoutTestController::layerTreeAsText);
115 bindMethod("markerTextForListItem", &LayoutTestController::markerTextForListItem);
116 bindMethod("notifyDone", &LayoutTestController::notifyDone);
117 bindMethod("numberOfActiveAnimations", &LayoutTestController::numberOfActiveAnimations);
118 bindMethod("numberOfPages", &LayoutTestController::numberOfPages);
119 bindMethod("numberOfPendingGeolocationPermissionRequests", &LayoutTestController:: numberOfPendingGeolocationPermissionRequests);
120 bindMethod("objCIdentityIsEqual", &LayoutTestController::objCIdentityIsEqual);
121 bindMethod("overridePreference", &LayoutTestController::overridePreference);
122 bindMethod("pageNumberForElementById", &LayoutTestController::pageNumberForElementById);
123 bindMethod("pathToLocalResource", &LayoutTestController::pathToLocalResource);
124 bindMethod("pauseAnimationAtTimeOnElementWithId", &LayoutTestController::pauseAnimationAtTimeOnElementWithId);
125 bindMethod("pauseTransitionAtTimeOnElementWithId", &LayoutTestController::pauseTransitionAtTimeOnElementWithId);
126 bindMethod("queueBackNavigation", &LayoutTestController::queueBackNavigation);
127 bindMethod("queueForwardNavigation", &LayoutTestController::queueForwardNavigation);
128 bindMethod("queueLoadingScript", &LayoutTestController::queueLoadingScript);
129 bindMethod("queueLoad", &LayoutTestController::queueLoad);
130 bindMethod("queueLoadHTMLString", &LayoutTestController::queueLoadHTMLString);
131 bindMethod("queueNonLoadingScript", &LayoutTestController::queueNonLoadingScript);
132 bindMethod("queueReload", &LayoutTestController::queueReload);
133 bindMethod("removeOriginAccessWhitelistEntry", &LayoutTestController::removeOriginAccessWhitelistEntry);
134 bindMethod("repaintSweepHorizontally", &LayoutTestController::repaintSweepHorizontally);
135 bindMethod("resumeAnimations", &LayoutTestController::resumeAnimations);
136 bindMethod("sampleSVGAnimationForElementAtTime", &LayoutTestController::sampleSVGAnimationForElementAtTime);
137 bindMethod("setAcceptsEditing", &LayoutTestController::setAcceptsEditing);
138 bindMethod("setAllowFileAccessFromFileURLs", &LayoutTestController::setAllowFileAccessFromFileURLs);
139 bindMethod("setAllowUniversalAccessFromFileURLs", &LayoutTestController::setAllowUniversalAccessFromFileURLs);
140 bindMethod("setAlwaysAcceptCookies", &LayoutTestController::setAlwaysAcceptCookies);
141 bindMethod("setAuthorAndUserStylesEnabled", &LayoutTestController::setAuthorAndUserStylesEnabled);
142 bindMethod("setAutofilled", &LayoutTestController::setAutofilled);
143 bindMethod("setCanOpenWindows", &LayoutTestController::setCanOpenWindows);
144 bindMethod("setCloseRemainingWindowsWhenComplete", &LayoutTestController::setCloseRemainingWindowsWhenComplete);
145 bindMethod("setCustomPolicyDelegate", &LayoutTestController::setCustomPolicyDelegate);
146 bindMethod("setDatabaseQuota", &LayoutTestController::setDatabaseQuota);
147 bindMethod("setDeferMainResourceDataLoad", &LayoutTestController::setDeferMainResourceDataLoad);
148 bindMethod("setDomainRelaxationForbiddenForURLScheme", &LayoutTestController::setDomainRelaxationForbiddenForURLScheme);
149 bindMethod("setEditingBehavior", &LayoutTestController::setEditingBehavior);
150 bindMethod("setGeolocationPermission", &LayoutTestController::setGeolocationPermission);
151 bindMethod("setIconDatabaseEnabled", &LayoutTestController::setIconDatabaseEnabled);
152 bindMethod("setJavaScriptCanAccessClipboard", &LayoutTestController::setJavaScriptCanAccessClipboard);
153 bindMethod("setMinimumTimerInterval", &LayoutTestController::setMinimumTimerInterval);
154 bindMethod("setMockDeviceOrientation", &LayoutTestController::setMockDeviceOrientation);
155 bindMethod("setMockGeolocationError", &LayoutTestController::setMockGeolocationError);
156 bindMethod("setMockGeolocationPosition", &LayoutTestController::setMockGeolocationPosition);
157 bindMethod("addMockSpeechInputResult", &LayoutTestController::addMockSpeechInputResult);
158 bindMethod("setPluginsEnabled", &LayoutTestController::setPluginsEnabled);
159 bindMethod("setPopupBlockingEnabled", &LayoutTestController::setPopupBlockingEnabled);
160 bindMethod("setPOSIXLocale", &LayoutTestController::setPOSIXLocale);
161 bindMethod("setScrollbarPolicy", &LayoutTestController::setScrollbarPolicy);
162 bindMethod("setSelectTrailingWhitespaceEnabled", &LayoutTestController::setSelectTrailingWhitespaceEnabled);
163 bindMethod("setSmartInsertDeleteEnabled", &LayoutTestController::setSmartInsertDeleteEnabled);
164 bindMethod("setStopProvisionalFrameLoads", &LayoutTestController::setStopProvisionalFrameLoads);
165 bindMethod("setTabKeyCyclesThroughElements", &LayoutTestController::setTabKeyCyclesThroughElements);
166 bindMethod("setTimelineProfilingEnabled", &LayoutTestController::setTimelineProfilingEnabled);
167 bindMethod("setUserStyleSheetEnabled", &LayoutTestController::setUserStyleSheetEnabled);
168 bindMethod("setUserStyleSheetLocation", &LayoutTestController::setUserStyleSheetLocation);
169 bindMethod("setValueForUser", &LayoutTestController::setValueForUser);
170 bindMethod("setWillSendRequestClearHeader", &LayoutTestController::setWillSendRequestClearHeader);
171 bindMethod("setWillSendRequestReturnsNull", &LayoutTestController::setWillSendRequestReturnsNull);
172 bindMethod("setWillSendRequestReturnsNullOnRedirect", &LayoutTestController::setWillSendRequestReturnsNullOnRedirect);
173 bindMethod("setWindowIsKey", &LayoutTestController::setWindowIsKey);
174 bindMethod("setXSSAuditorEnabled", &LayoutTestController::setXSSAuditorEnabled);
175 bindMethod("setAsynchronousSpellCheckingEnabled", &LayoutTestController::setAsynchronousSpellCheckingEnabled);
176 bindMethod("shadowRoot", &LayoutTestController::shadowRoot);
177 bindMethod("showWebInspector", &LayoutTestController::showWebInspector);
178 bindMethod("simulateDesktopNotificationClick", &LayoutTestController::simulateDesktopNotificationClick);
179 bindMethod("suspendAnimations", &LayoutTestController::suspendAnimations);
180 bindMethod("testRepaint", &LayoutTestController::testRepaint);
181 bindMethod("waitForPolicyDelegate", &LayoutTestController::waitForPolicyDelegate);
182 bindMethod("waitUntilDone", &LayoutTestController::waitUntilDone);
183 bindMethod("windowCount", &LayoutTestController::windowCount);
186 bindMethod("abortModal", &LayoutTestController::abortModal);
187 bindMethod("accessStoredWebScriptObject", &LayoutTestController::accessStoredWebScriptObject);
188 bindMethod("addDisallowedURL", &LayoutTestController::addDisallowedURL);
189 bindMethod("callShouldCloseOnWebView", &LayoutTestController::callShouldCloseOnWebView);
190 bindMethod("clearAllApplicationCaches", &LayoutTestController::clearAllApplicationCaches);
191 bindMethod("clearApplicationCacheForOrigin", &LayoutTestController::clearApplicationCacheForOrigin);
192 bindMethod("clearBackForwardList", &LayoutTestController::clearBackForwardList);
193 bindMethod("dumpAsWebArchive", &LayoutTestController::dumpAsWebArchive);
194 bindMethod("keepWebHistory", &LayoutTestController::keepWebHistory);
195 bindMethod("objCClassNameOf", &LayoutTestController::objCClassNameOf);
196 bindMethod("setApplicationCacheOriginQuota", &LayoutTestController::setApplicationCacheOriginQuota);
197 bindMethod("setCallCloseOnWebViews", &LayoutTestController::setCallCloseOnWebViews);
198 bindMethod("setMainFrameIsFirstResponder", &LayoutTestController::setMainFrameIsFirstResponder);
199 bindMethod("setPrivateBrowsingEnabled", &LayoutTestController::setPrivateBrowsingEnabled);
200 bindMethod("setUseDashboardCompatibilityMode", &LayoutTestController::setUseDashboardCompatibilityMode);
201 bindMethod("storeWebScriptObject", &LayoutTestController::storeWebScriptObject);
202 bindMethod("deleteAllLocalStorage", &LayoutTestController::deleteAllLocalStorage);
203 bindMethod("originsWithLocalStorage", &LayoutTestController::originsWithLocalStorage);
204 bindMethod("deleteLocalStorageForOrigin", &LayoutTestController::deleteLocalStorageForOrigin);
205 bindMethod("observeStorageTrackerNotifications", &LayoutTestController::observeStorageTrackerNotifications);
206 bindMethod("syncLocalStorage", &LayoutTestController::syncLocalStorage);