/external/chromium/chrome/browser/ |
browsing_data_local_storage_helper.cc | 15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" 19 using WebKit::WebSecurityOrigin; 99 WebSecurityOrigin web_security_origin = 100 WebSecurityOrigin::createFromDatabaseIdentifier( 204 WebSecurityOrigin web_security_origin = 205 WebSecurityOrigin::createFromString(
|
/external/webkit/Source/WebKit/chromium/src/ |
NotificationPresenterImpl.cpp | 103 m_presenter->requestPermission(WebSecurityOrigin(context->securityOrigin()), new VoidCallbackClient(callback));
|
SpeechInputClientImpl.cpp | 37 #include "WebSecurityOrigin.h" 70 return m_controller->startRecognition(requestId, elementRect, language, grammar, WebSecurityOrigin(origin));
|
WebSpeechInputControllerMockImpl.cpp | 38 #include "WebSecurityOrigin.h" 85 bool WebSpeechInputControllerMockImpl::startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebString& grammar, const WebSecurityOrigin& origin)
|
WebWorkerBase.h | 51 class WebSecurityOrigin;
|
WebFrameImpl.h | 98 virtual WebSecurityOrigin securityOrigin() const;
|
WebFrameImpl.cpp | 149 #include "WebSecurityOrigin.h" 733 WebSecurityOrigin WebFrameImpl::securityOrigin() const 736 return WebSecurityOrigin(); 738 return WebSecurityOrigin(m_frame->document()->securityOrigin()); [all...] |
FrameLoaderClientImpl.cpp | 72 #include "WebSecurityOrigin.h" [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebUIDelegatePrivate.h | 121 @class WebSecurityOrigin; 198 - (void)webView:(WebView *)sender frame:(WebFrame *)frame exceededDatabaseQuotaForSecurityOrigin:(WebSecurityOrigin *)origin database:(NSString *)databaseIdentifier; 208 - (void)webView:(WebView *)sender exceededApplicationCacheOriginQuotaForSecurityOrigin:(WebSecurityOrigin *)origin; 223 - (void)webView:(WebView *)webView decidePolicyForGeolocationRequestFromOrigin:(WebSecurityOrigin *)origin
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebApplicationCacheManagerProxy.cpp | 32 #include "WebSecurityOrigin.h" 82 void WebApplicationCacheManagerProxy::deleteEntriesForOrigin(WebSecurityOrigin* origin)
|
WebKeyValueStorageManagerProxy.cpp | 32 #include "WebSecurityOrigin.h" 81 void WebKeyValueStorageManagerProxy::deleteEntriesForOrigin(WebSecurityOrigin* origin)
|
WebResourceCacheManagerProxy.cpp | 34 #include "WebSecurityOrigin.h" 81 void WebResourceCacheManagerProxy::clearCacheForOrigin(WebSecurityOrigin* origin, ResourceCachesToClear cachesToClear)
|
WebUIClient.cpp | 279 unsigned long long WebUIClient::exceededDatabaseQuota(WebPageProxy* page, WebFrameProxy* frame, WebSecurityOrigin* origin, const String& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long long currentUsage, unsigned long long expectedUsage) 297 bool WebUIClient::decidePolicyForGeolocationPermissionRequest(WebPageProxy* page, WebFrameProxy* frame, WebSecurityOrigin* origin, GeolocationPermissionRequestProxy* permissionRequest)
|
/external/webkit/Source/WebKit/chromium/public/ |
WebFrameClient.h | 54 class WebSecurityOrigin; 290 virtual void didRunInsecureContent(WebFrame*, const WebSecurityOrigin&, const WebURL& insecureURL) { }
|
WebFrame.h | 63 class WebSecurityOrigin; 224 virtual WebSecurityOrigin securityOrigin() const = 0;
|
/external/webkit/Tools/DumpRenderTree/mac/ |
UIDelegate.mm | 158 - (void)webView:(WebView *)sender frame:(WebFrame *)frame exceededDatabaseQuotaForSecurityOrigin:(WebSecurityOrigin *)origin database:(NSString *)databaseIdentifier 169 - (void)webView:(WebView *)sender exceededApplicationCacheOriginQuotaForSecurityOrigin:(WebSecurityOrigin *)origin 186 - (void)webView:(WebView *)webView decidePolicyForGeolocationRequestFromOrigin:(WebSecurityOrigin *)origin frame:(WebFrame *)frame listener:(id<WebGeolocationPolicyListener>)listener
|
LayoutTestControllerMac.mm | 152 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]]; 195 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]]; 377 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:@"http://127.0.0.1:8000"]]; 407 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:@"file:///"]]; [all...] |
FrameLoadDelegate.mm | 394 - (void)webView:(WebView *)sender didRunInsecureContent:(WebSecurityOrigin *)origin
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
NotificationPresenter.cpp | 38 #include "WebSecurityOrigin.h" 142 const WebSecurityOrigin& origin,
|
WebViewHost.h | 209 virtual void didRunInsecureContent(WebKit::WebFrame*, const WebKit::WebSecurityOrigin&, const WebKit::WebURL&);
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
WebDefaultUIDelegate.m | 230 - (void)webView:(WebView *)sender exceededApplicationCacheOriginQuotaForSecurityOrigin:(WebSecurityOrigin *)origin
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebChromeClient.mm | 682 WebSecurityOrigin *webOrigin = [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:frame->document()->securityOrigin()]; 707 WebSecurityOrigin *webOrigin = [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:origin]; [all...] |
/external/webkit/Source/WebKit2/Shared/API/c/ |
WKSharedAPICast.h | 63 class WebSecurityOrigin; 88 WK_ADD_API_MAPPING(WKSecurityOriginRef, WebSecurityOrigin)
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebChromeClient.cpp | 38 #include "WebSecurityOrigin.h" 586 COMPtr<WebSecurityOrigin> origin(AdoptCOM, WebSecurityOrigin::createInstance(frame->document()->securityOrigin()));
|
WebFrameLoaderClient.cpp | 48 #include "WebSecurityOrigin.h" 652 COMPtr<IWebSecurityOrigin> webSecurityOrigin = WebSecurityOrigin::createInstance(origin); 663 frameLoadDelegatePriv2->didRunInsecureContent(webView, webSecurityOrigin.get()); [all...] |