/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.h | 98 const SafeBrowsingUIManager::UnsafeResource& resource); 121 // The redirect chain for this resource
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details_cache.cc | 91 ClientMalwareReportRequest::Resource* MalwareDetailsCacheCollector::GetResource( 107 // Cache miss, skip this resource. 120 // Set the response headers and body to the right resource, which 123 ClientMalwareReportRequest::Resource* resource = local 125 if (!resource) { 126 DVLOG(1) << "Cannot find resource for url:" << source->GetURL(); 131 ReadResponse(resource, source); 134 ReadData(resource, data); 139 ClientMalwareReportRequest::Resource* pb_resource [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
drive_backend_util.cc | 97 const google_apis::FileResource& resource) { 99 file->set_file_id(resource.file_id()); 104 if (resource.labels().is_trashed()) { 109 PopulateFileDetailsByFileResource(resource, details);
|
/external/chromium_org/chrome/browser/task_manager/ |
worker_resource_provider.h | 38 virtual Resource* GetResource(int origin_pid, 64 void AddResource(SharedWorkerResource* resource);
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_renderer_host.h | 36 PP_Resource resource);
|
pepper_uma_host.h | 31 PP_Resource resource);
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_network_proxy_host.h | 38 PP_Resource resource);
|
/external/chromium_org/content/common/sandbox_linux/ |
sandbox_linux.cc | 7 #include <sys/resource.h> 69 bool AddResourceLimit(int resource, rlim_t limit) { 71 if (getrlimit(resource, &old_rlimit)) 78 int rc = setrlimit(resource, &new_rlimit); 374 // Cache the resource limit before turning on the sandbox.
|
/external/chromium_org/content/renderer/pepper/ |
pepper_audio_input_host.h | 29 PP_Resource resource);
|
pepper_compositor_host.h | 32 PP_Resource resource);
|
pepper_file_chooser_host.h | 40 PP_Resource resource);
|
pepper_media_stream_audio_track_host.h | 31 PP_Resource resource,
|
pepper_video_source_host.h | 28 PP_Resource resource);
|
/external/chromium_org/ppapi/c/ |
ppb_websocket.h | 40 * Ready state is queried on an invalid resource. 194 * IsWebSocket() determines if the provided <code>resource</code> is a 197 * @param[in] resource A <code>PP_Resource</code> corresponding to a 200 * @return Returns <code>PP_TRUE</code> if <code>resource</code> is a 202 * <code>resource</code> is invalid or some type other than 205 PP_Bool (*IsWebSocket)(PP_Resource resource); 371 * <code>PP_VARTYPE_UNDEFINED</code> if called on an invalid resource. 382 * closed, called on an invalid resource, or closed for abnormal reasons. 396 * <code>PP_VARTYPE_UNDEFINED</code> if called on an invalid resource. 408 * <code>PP_VARTYPE_UNDEFINED</code> if called on an invalid resource [all...] |
/external/chromium_org/ppapi/cpp/ |
file_ref.cc | 32 FileRef::FileRef(PP_Resource resource) : Resource(resource) { 35 FileRef::FileRef(PassRef, PP_Resource resource) : Resource(PASS_REF, resource) { 53 : Resource(other) {
|
/external/chromium_org/ppapi/proxy/ |
nacl_message_scanner.h | 104 void AuditNestedMessage(PP_Resource resource,
|
pdf_resource_unittest.cc | 63 // Instantiate a resource explicitly so we can specify the locale. 180 PP_Resource resource = pdf_iface->GetResourceImageForScale(pp_instance(), local 187 Resource* resource_object = resource_tracker->GetResource(resource); 196 expected_resource), resource); 198 resource_tracker->ReleaseResource(resource);
|
plugin_dispatcher_unittest.cc | 26 PP_Bool IsAudio(PP_Resource resource) {
|
/external/chromium_org/ppapi/shared_impl/ |
tracked_callback.h | 26 class Resource; 66 // resource pointer is not stored. If |resource| is NULL, this callback will 68 TrackedCallback(Resource* resource, const PP_CompletionCallback& callback); 99 // Returns the ID of the resource which "owns" the callback, or 0 if the 100 // callback is not associated with any resource.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
RemoteFontFaceSource.h | 21 virtual FontResource* resource() OVERRIDE { return m_font.get(); }
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ScriptLoader.h | 62 ResourcePtr<ScriptResource> resource() { return m_resource; } function in class:WebCore::FINAL 87 virtual void notifyFinished(Resource*) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
Resource.cpp | 25 #include "core/fetch/Resource.h" 95 DEFINE_DEBUG_ONLY_GLOBAL(RefCountedLeakCounter, cachedResourceLeakCounter, ("Resource")); 97 Resource::Resource(const ResourceRequest& request, Type type) 100 , m_cancelTimer(this, &Resource::cancelTimerFired) 136 Resource::~Resource() 153 void Resource::failBeforeStarting() 156 error(Resource::LoadError); 159 void Resource::load(ResourceFetcher* fetcher, const ResourceLoaderOptions& options [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspectorSyntaxHighlight.css | 97 .webkit-html-resource-link { 98 /* Keep this in sync with view-source.css (.webkit-html-external-link, .webkit-html-resource-link) */ 102 .webkit-html-resource-link {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/ |
__init__.py | 65 _LOGGER.debug('Client\'s opening handshake resource: %r', request.uri)
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
jid.h | 38 // consists of three parts: the node, the domain and the resource, e.g.: 40 // node@domain/resource 42 // The node and resource are both optional. A valid jid is defined to have 43 // a domain. A bare jid is defined to not have a resource and a full jid 44 // *does* have a resource. 56 const std::string & resource() const { return resource_name_; } function in class:buzz::Jid
|