/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Screen.cpp | 52 FrameHost* host = m_frame->host(); in height() local 62 FrameHost* host = m_frame->host(); in width() local 86 FrameHost* host = m_frame->host(); in availLeft() local 96 FrameHost* host = m_frame->host(); in availTop() local 106 FrameHost* host = m_frame->host(); in availHeight() local 116 FrameHost* host = m_frame->host(); in availWidth() local
|
/external/chromium_org/ui/views/layout/ |
D | layout_manager.cc | 14 void LayoutManager::Installed(View* host) { in Installed() 17 void LayoutManager::Uninstalled(View* host) { in Uninstalled() 20 int LayoutManager::GetPreferredHeightForWidth(const View* host, in GetPreferredHeightForWidth() 25 void LayoutManager::ViewAdded(View* host, View* view) { in ViewAdded() 28 void LayoutManager::ViewRemoved(View* host, View* view) { in ViewRemoved()
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_backend_impl.cc | 58 AppCacheHost* host = GetHost(host_id); in SetSpawningHostId() local 70 AppCacheHost* host = GetHost(host_id); in SelectCache() local 81 AppCacheHost* host = GetHost(host_id); in SelectCacheForWorker() local 91 AppCacheHost* host = GetHost(host_id); in SelectCacheForSharedWorker() local 103 AppCacheHost* host = GetHost(host_id); in MarkAsForeignEntry() local 113 AppCacheHost* host = GetHost(host_id); in GetStatusWithCallback() local 123 AppCacheHost* host = GetHost(host_id); in StartUpdateWithCallback() local 133 AppCacheHost* host = GetHost(host_id); in SwapCacheWithCallback() local 143 AppCacheHost* host = GetHost(host_id); in GetResourceList() local 168 int new_host_id, scoped_ptr<AppCacheHost> host) { in TransferHostIn()
|
D | appcache_group.cc | 30 virtual void OnCacheSelectionComplete(AppCacheHost* host) OVERRIDE {} // N/A in OnCacheSelectionComplete() 31 virtual void OnDestructionImminent(AppCacheHost* host) OVERRIDE { in OnDestructionImminent() 73 AppCacheHost* host = static_cast<AppCacheHost*>(observer); in AddUpdateObserver() local 156 AppCacheHost* host, const GURL& new_master_resource) { in StartUpdateWithNewMasterEntry() 181 void AppCacheGroup::QueueUpdate(AppCacheHost* host, in QueueUpdate() 210 AppCacheHost* host = it->first; in RunQueuedUpdates() local 237 void AppCacheGroup::HostDestructionImminent(AppCacheHost* host) { in HostDestructionImminent()
|
/external/chromium_org/content/child/appcache/ |
D | appcache_frontend_impl.cc | 23 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnCacheSelected() local 32 WebApplicationCacheHostImpl* host = GetHost(*i); in OnStatusChanged() local 45 WebApplicationCacheHostImpl* host = GetHost(*i); in OnEventRaised() local 58 WebApplicationCacheHostImpl* host = GetHost(*i); in OnProgressEventRaised() local 69 WebApplicationCacheHostImpl* host = GetHost(*i); in OnErrorEventRaised() local 78 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnLogMessage() local 85 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnContentBlocked() local
|
/external/chromium_org/components/autofill/content/browser/ |
D | content_autofill_driver.cc | 94 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SendFormDataToRenderer() local 110 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in PingRenderer() local 122 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SendAutofillTypePredictionsToRenderer() local 134 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldAcceptDataListSuggestion() local 142 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldClearFilledForm() local 149 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldClearPreviewedForm() local 157 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldFillFieldWithValue() local 164 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldPreviewFieldWithValue() local
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
D | X509HostnameVerifier.java | 67 boolean verify(String host, SSLSession session); in verify() 69 void verify(String host, SSLSocket ssl) throws IOException; in verify() 71 void verify(String host, X509Certificate cert) throws SSLException; in verify() 87 void verify(String host, String[] cns, String[] subjectAlts) in verify()
|
/external/chromium_org/content/renderer/pepper/ |
D | content_renderer_pepper_host_factory.cc | 45 bool CanUseMediaStreamAPI(const RendererPpapiHost* host, PP_Instance instance) { in CanUseMediaStreamAPI() 58 bool CanUseCompositorAPI(const RendererPpapiHost* host, PP_Instance instance) { in CanUseCompositorAPI() 71 bool CanUseVideoDecodeAPI(const RendererPpapiHost* host, PP_Instance instance) { in CanUseVideoDecodeAPI() 87 RendererPpapiHostImpl* host) in ContentRendererPepperHostFactory() 93 ppapi::host::PpapiHost* host, in CreateResourceHost() 195 PepperVideoCaptureHost* host = in CreateResourceHost() local
|
/external/chromium_org/content/browser/ssl/ |
D | ssl_policy_backend.cc | 20 void SSLPolicyBackend::HostRanInsecureContent(const std::string& host, int id) { in HostRanInsecureContent() 26 bool SSLPolicyBackend::DidHostRunInsecureContent(const std::string& host, in DidHostRunInsecureContent() 35 const std::string& host, in AllowCertForHost() 43 const std::string& host, in QueryPolicy()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | ClientCertLookupTable.java | 51 public void allow(String host, int port, AndroidPrivateKey privateKey, byte[][] chain) { in allow() 57 public void deny(String host, int port) { in deny() 63 public Cert getCertData(String host, int port) { in getCertData() 67 public boolean isDenied(String host, int port) { in isDenied() 73 private static String hostAndPort(String host, int port) { in hostAndPort()
|
/external/chromium_org/url/ |
D | url_canon_host.cc | 79 const Component& host, in ScanHostname() 115 bool DoSimpleHost(const INCHAR* host, in DoSimpleHost() 197 bool DoComplexHost(const char* host, int host_len, in DoComplexHost() 260 bool DoComplexHost(const base::char16* host, int host_len, in DoComplexHost() 292 const Component& host, in DoHost() 345 const Component& host, in CanonicalizeHost() 355 const Component& host, in CanonicalizeHost() 365 const Component& host, in CanonicalizeHostVerbose() 372 const Component& host, in CanonicalizeHostVerbose()
|
D | url_canon_ip.cc | 34 const Component& host, in DoFindIPv4Components() 160 const Component& host, in DoIPv4AddressToNumber() 236 const Component& host, in DoCanonicalizeIPv4Address() 321 bool DoParseIPv6(const CHAR* spec, const Component& host, IPv6Parsed* parsed) { in DoParseIPv6() 465 const Component& host, in DoIPv6AddressToNumber() 562 const Component& host, in DoCanonicalizeIPv6Address() 646 const Component& host, in FindIPv4Components() 652 const Component& host, in FindIPv4Components() 659 const Component& host, in CanonicalizeIPAddress() 671 const Component& host, in CanonicalizeIPAddress() [all …]
|
/external/chromium_org/content/browser/android/ |
D | content_view_statics.cc | 43 virtual void RenderProcessExited(content::RenderProcessHost* host, in RenderProcessExited() 51 content::RenderProcessHost* host) OVERRIDE { in RenderProcessHostDestroyed() 62 content::RenderProcessHost* host = i.GetCurrentValue(); in SuspendWebKitSharedTimers() local 73 content::RenderProcessHost* host = in ResumeWebkitSharedTimers() local 83 void StopWatching(content::RenderProcessHost* host) { in StopWatching()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | ClientSessionContext.java | 52 String host = session.getPeerHost(); in sessionRemoved() local 70 public SSLSession getSession(String host, int port) { in getSession() 105 String host = session.getPeerHost(); in putSession() local 126 final String host; field in ClientSessionContext.HostAndPort 129 HostAndPort(String host, int port) { in HostAndPort()
|
/external/chromium_org/storage/browser/quota/ |
D | usage_tracker.cc | 42 const std::string& host, in EraseOriginFromOriginSet() 57 const std::string& host, in OriginSetContainsOrigin() 160 void UsageTracker::GetHostUsage(const std::string& host, in GetHostUsage() 258 const std::string& host, in AccumulateClientHostUsage() 342 const std::string& host, const UsageCallback& callback) { in GetHostUsage() 360 std::string host = net::GetHostOrSpecFromURL(origin); in UpdateUsageCache() local 392 const std::string& host = host_iter->first; in GetCachedHostsUsage() local 411 std::string host = net::GetHostOrSpecFromURL(origin); in SetUsageCacheEnabled() local 506 const std::string& host, in DidGetOriginsForHostUsage() 512 const std::string& host, in GetUsageForOrigins() [all …]
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLEngineTest.java | 69 String host = "new host"; in test03() local 72 assertEquals(e.getPeerHost(), host); in test03() local 92 String host = "new host"; in testWrap01() local 120 String host = "new host"; in testWrap02() local 153 String host = "new host"; in testWrap03() local 183 String host = "new host"; in testWrap04() local 199 String host = "new host"; in testWrap05() local 224 String host = "new host"; in testUnwrap01() local 252 String host = "new host"; in testUnwrap02() local 314 String host = "new host"; in testUnwrap04() local [all …]
|
/external/chromium_org/chrome/browser/apps/app_shim/ |
D | extension_app_shim_handler_mac.cc | 234 Host* host = handler->FindHost( in QuitAppForWindow() local 250 Host* host = handler->FindHost(profile, app_window->extension_id()); in HideAppForWindow() local 261 Host* host = handler->FindHost(profile, app_id); in FocusAppForWindow() local 276 Host* host = handler->FindHost(profile, app_window->extension_id()); in ActivateAndRequestUserAttentionForWindow() local 295 Host* host = handler->FindHost(profile, app_window->extension_id()); in RequestUserAttentionForWindow() local 314 Host* host, in OnShimLaunch() 360 Host* host, in OnProfileLoaded() 415 Host* host = FindHost(profile, app_id); in OnExtensionEnabled() local 425 void ExtensionAppShimHandler::OnShimClose(Host* host) { in OnShimClose() 436 Host* host, in OnShimFocus() [all …]
|
D | app_shim_host_mac_unittest.cc | 61 TestingAppShimHost* host() { return host_.get(); } in host() function in __anonab0e0aff0111::AppShimHostTest 85 virtual void OnShimLaunch(Host* host, in OnShimLaunch() 94 virtual void OnShimClose(Host* host) OVERRIDE { ++close_count_; } in OnShimClose() 96 virtual void OnShimFocus(Host* host, in OnShimFocus() 102 virtual void OnShimSetHidden(Host* host, bool hidden) OVERRIDE {} in OnShimSetHidden() 104 virtual void OnShimQuit(Host* host) OVERRIDE { ++quit_count_; } in OnShimQuit()
|
/external/chromium_org/components/password_manager/content/browser/ |
D | content_password_manager_driver.cc | 45 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in AllowPasswordGenerationForForm() local 51 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in AccountCreationFormsFound() local 59 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in FillSuggestion() local 69 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in PreviewSuggestion() local 77 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in ClearPreviewedForm() local
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_observer.h | 21 virtual void OnHostResized(const WindowTreeHost* host) {} in OnHostResized() 24 virtual void OnHostMoved(const WindowTreeHost* host, in OnHostMoved() 28 virtual void OnHostCloseRequested(const WindowTreeHost* host) {} in OnHostCloseRequested()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | TemplateContentDocumentFragment.h | 36 …c PassRefPtrWillBeRawPtr<TemplateContentDocumentFragment> create(Document& document, Element* host) in create() 41 Element* host() const { return m_host; } in host() function 53 TemplateContentDocumentFragment(Document& document, Element* host) in TemplateContentDocumentFragment()
|
/external/chromium_org/chrome/common/ |
D | pepper_permission_util.cc | 26 std::string HashHost(const std::string& host) { in HashHost() 32 bool HostIsInSet(const std::string& host, const std::set<std::string>& set) { in HostIsInSet() 45 const std::string host = url.host(); in IsExtensionOrSharedModuleWhitelisted() local 85 const std::string host = url.host(); in IsHostAllowedByCommandLine() local
|
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/ |
D | webrtc_logging_private_api.cc | 73 content::RenderProcessHost* host = in RunAsync() local 113 content::RenderProcessHost* host = in RunAsync() local 150 content::RenderProcessHost* host = in RunAsync() local 172 content::RenderProcessHost* host = in RunAsync() local 206 content::RenderProcessHost* host = in RunAsync() local 246 content::RenderProcessHost* host = in RunAsync() local 292 content::RenderProcessHost* host = in RunAsync() local 349 content::RenderProcessHost* host = in RunAsync() local
|
/external/chromium_org/athena/main/ |
D | athena_renderer_pdf_helper.cc | 20 explicit PDFRendererHostFactory(content::RendererPpapiHost* host) in PDFRendererHostFactory() 27 ppapi::host::PpapiHost* host, in CreateResourceHost() 68 content::RendererPpapiHost* host) { in DidCreatePepperPlugin()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8InjectedScriptHostCustom.cpp | 95 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in inspectedObjectMethodCustom() local 215 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in functionDetailsMethodCustom() local 231 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in collectionEntriesMethodCustom() local 243 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in getInternalPropertiesMethodCustom() local 296 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in getEventListenersMethodCustom() local 317 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in inspectMethodCustom() local 387 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in setFunctionVariableValueMethodCustom() local 413 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in debugFunctionMethodCustom() local 425 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in undebugFunctionMethodCustom() local 445 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder()); in monitorFunctionMethodCustom() local [all …]
|