Home | History | Annotate | Download | only in mac

Lines Matching refs:WebView

63 #import <WebKit/WebView.h>
125 WebBackForwardList *backForwardList = [[mainFrame webView] backForwardList];
232 [(EditingDelegate *)[[mainFrame webView] editingDelegate] setAcceptsEditing:newAcceptsEditing];
252 [[[mainFrame webView] preferences] setAuthorAndUserStylesEnabled:flag];
259 [[mainFrame webView] setPolicyDelegate:policyDelegate];
261 [[mainFrame webView] setPolicyDelegate:nil];
274 [WebView _setDomainRelaxationForbidden:forbidden forURLScheme:(NSString *)schemeCFString.get()];
305 [[[mainFrame webView] preferences] setDeveloperExtrasEnabled:profilingEnabled];
306 [[[mainFrame webView] inspector] setJavaScriptProfilingEnabled:profilingEnabled];
314 [[[mainFrame webView] window] makeFirstResponder:firstResponder];
319 [[[mainFrame webView] preferences] setPrivateBrowsingEnabled:privateBrowsingEnabled];
324 [[[mainFrame webView] preferences] setXSSAuditorEnabled:enabled];
329 [[[mainFrame webView] preferences] setFrameSetFlatteningEnabled:enabled];
334 [[[mainFrame webView] preferences] setAllowUniversalAccessFromFileURLs:enabled];
339 [[[mainFrame webView] preferences] setJavaScriptCanOpenWindowsAutomatically:!popupBlockingEnabled];
344 [[mainFrame webView] setTabKeyCyclesThroughElements:cycles];
349 [[[mainFrame webView] inspector] setTimelineProfilingEnabled:enabled];
354 [[mainFrame webView] _setDashboardBehavior:WebDashboardBehaviorUseBackwardCompatibilityMode to:flag];
376 [[mainFrame webView] _dispatchPendingLoadRequests];
409 [[mainFrame webView] _updateActiveState];
414 [[mainFrame webView] setSmartInsertDeleteEnabled:flag];
419 [[mainFrame webView] setSelectTrailingWhitespaceEnabled:flag];
465 [[mainFrame webView] _executeCoreCommandByName:nameNS value:valueNS];
487 id validator = [NSApp targetForAction:selector to:[mainFrame webView] from:target.get()];
536 [[mainFrame webView] setPolicyDelegate:policyDelegate];
547 [WebView _whiteListAccessFromOrigin:sourceOriginNS destinationProtocol:destinationProtocolNS destinationHost:destinationHostNS allowDestinationSubdomains:allowDestinationSubdomains];
554 [WebView _addUserScriptToGroup:@"org.webkit.DumpRenderTree" world:[WebScriptWorld world] source:sourceNS url:nil whitelist:nil blacklist:nil injectionTime:(runAtStart ? WebInjectAtDocumentStart : WebInjectAtDocumentEnd)];
561 [WebView _addUserStyleSheetToGroup:@"org.webkit.DumpRenderTree" world:[WebScriptWorld world] source:sourceNS url:nil whitelist:nil blacklist:nil];
566 [[[mainFrame webView] preferences] setDeveloperExtrasEnabled:true];
567 [[[mainFrame webView] inspector] show:nil];
572 [[[mainFrame webView] inspector] close:nil];
573 [[[mainFrame webView] preferences] setDeveloperExtrasEnabled:false];
580 [[[mainFrame webView] inspector] evaluateInFrontend:nil callId:callId script:scriptNS];