OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sub_resource
(Results
1 - 6
of
6
) sorted by null
/external/chromium/webkit/glue/
resource_type.h
19
SUB_RESOURCE
, // an "other" subresource.
52
type ==
SUB_RESOURCE
||
weburlloader_impl.cc
119
return ResourceType::
SUB_RESOURCE
;
142
return ResourceType::
SUB_RESOURCE
;
/external/webkit/Source/WebKit/gtk/tests/
testwebresource.c
36
WebKitWebResource*
sub_resource
;
variable
221
else if (!
sub_resource
)
222
sub_resource
= g_object_ref(web_resource);
267
g_assert(main_resource &&
sub_resource
);
268
g_assert(main_resource !=
sub_resource
);
286
g_assert(WEBKIT_WEB_RESOURCE(sub_resources->data) ==
sub_resource
287
|| WEBKIT_WEB_RESOURCE(sub_resources->next->data) ==
sub_resource
);
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc
249
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL);
280
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL);
315
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL);
319
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL2);
320
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL3);
355
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL);
359
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL2);
360
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL3);
407
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL);
411
ShowInterstitial(ResourceType::
SUB_RESOURCE
, kBadURL2)
[
all
...]
malware_details_unittest.cc
292
InitResource(&resource, ResourceType::
SUB_RESOURCE
, GURL(kMalwareURL));
323
InitResource(&resource, ResourceType::
SUB_RESOURCE
, GURL(kMalwareURL));
362
InitResource(&resource, ResourceType::
SUB_RESOURCE
, GURL(kMalwareURL));
417
InitResource(&resource, ResourceType::
SUB_RESOURCE
, GURL(kMalwareURL));
441
InitResource(&resource, ResourceType::
SUB_RESOURCE
, GURL(kMalwareURL));
492
InitResource(&resource, ResourceType::
SUB_RESOURCE
, GURL(kMalwareURL));
559
InitResource(&resource, ResourceType::
SUB_RESOURCE
, GURL(kMalwareURL));
/external/chromium/chrome/browser/ssl/
ssl_manager.cc
208
// Note that we specify
SUB_RESOURCE
as the resource type as WebCore only
214
ResourceType::
SUB_RESOURCE
,
Completed in 173 milliseconds