HomeSort by relevance Sort by last modified time
    Searched full:sub_frame (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome_frame/test/data/
full_tab_sub_frame1.html 12 onFailure("sub_frame", 1, 'Failed');
14 onSuccess("sub_frame", 1);
full_tab_sub_frame2.html 11 onFailure("sub_frame", 1, "Failed");
  /external/chromium/webkit/glue/
resource_type.h 14 SUB_FRAME, // frame or iframe
40 return type == MAIN_FRAME || type == SUB_FRAME;
dom_operations.cc 75 WebFrame* sub_frame = WebFrame::fromFrameOwnerElement(element); local
76 if (sub_frame)
77 unique_check->frames->push_back(sub_frame);
dom_serializer_unittest.cc 72 WebFrame* sub_frame = WebFrame::fromFrameOwnerElement(element); local
73 if (sub_frame)
74 stack.push_back(sub_frame);
    [all...]
  /external/chromium_org/webkit/common/
resource_type.h 18 SUB_FRAME, // frame or iframe
48 return type == MAIN_FRAME || type == SUB_FRAME;
resource_type.cc 18 return ResourceType::SUB_FRAME;
  /external/chromium_org/chrome/renderer/net/
net_error_helper_unittest.cc 79 enum MainFrame { SUB_FRAME, MAIN_FRAME };
212 StartLoad(SUB_FRAME, NORMAL_PAGE);
213 FailLoad(SUB_FRAME, DNS_ERROR);
214 StartLoad(SUB_FRAME, ERROR_PAGE);
215 CommitLoad(SUB_FRAME);
216 FinishLoad(SUB_FRAME);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c 95 * sub_frame : sub-frame index, there are 4 pitch sub-frames in an iSAC
112 int sub_frame; member in struct:__anon30465
173 for (j = 0; j < parameters->sub_frame + 1; ++j) {
188 for (j = 0; j < parameters->sub_frame + 1; ++j) {
228 parameters->gain_mult[parameters->sub_frame] += 0.2;
229 if (parameters->gain_mult[parameters->sub_frame] > 1.0) {
230 parameters->gain_mult[parameters->sub_frame] = 1.0;
232 if (parameters->sub_frame > 0) {
233 parameters->gain_mult[parameters->sub_frame - 1] -= 0.2;
315 filter_parameters.sub_frame = m
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
web_request.json 30 "items": { "type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"] }
133 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
160 "type": {"type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"], "description": "How the requested resource will be used."},
201 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
204 "type": {"type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"], "description": "How the requested resource will be used."},
246 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
249 "type": {"type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"], "description": "How the requested resource will be used."},
286 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
289 "type": {"type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"], "description": "How the requested resource will be used."},
332 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame (…)
    [all...]
declarative_web_request.json 83 "items": { "type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"] }
587 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
590 "type": {"type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"], "description": "How the requested resource will be used."},
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper_unittest.cc 57 enum MainFrame { SUB_FRAME, MAIN_FRAME };
131 StartProvisionalLoad(SUB_FRAME, NORMAL_PAGE);
132 FailProvisionalLoad(SUB_FRAME, DNS_ERROR);
  /external/chromium_org/content/renderer/
savable_resources.cc 74 WebFrame* sub_frame = WebFrame::fromFrameOwnerElement(element); local
75 if (sub_frame)
76 unique_check->frames->push_back(sub_frame);
dom_serializer_browsertest.cc 78 WebFrame* sub_frame = WebFrame::fromFrameOwnerElement(element); local
79 if (sub_frame)
80 stack.push_back(sub_frame);
    [all...]
  /external/chromium/chrome/browser/extensions/
user_script_listener.cc 44 request_info.resource_type() != ResourceType::SUB_FRAME) {
extension_webrequest_api.cc 46 "sub_frame",
56 ResourceType::SUB_FRAME,
  /external/chromium/net/base/
load_flags_list.h 93 LOAD_FLAG(SUB_FRAME, 1 << 21)
  /external/chromium_org/chrome/browser/search/
iframe_source_unittest.cc 103 ResourceType::SUB_FRAME,
  /external/chromium_org/net/base/
load_flags_list.h 98 LOAD_FLAG(SUB_FRAME, 1 << 22)
  /external/chromium_org/chrome/browser/extensions/
extension_protocols_unittest.cc 191 StartRequest(&request, ResourceType::SUB_FRAME);
user_script_listener.cc 100 resource_type != ResourceType::SUB_FRAME)
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute_unittest.cc 79 // The 'sub_frame' value is chosen arbitrarily, so as the corresponding
81 resource_types.Append(Value::CreateStringValue("sub_frame"));
94 ResourceType::SUB_FRAME, NULL, -1, -1);
webrequest_condition_unittest.cc 92 ResourceType::SUB_FRAME, NULL, -1, -1);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper_unittest.cc 524 OnRedirect(ResourceType::SUB_FRAME, https_url,
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
webRequest.html 198 for a top-level frame), <code>sub_frame</code> (a document that is loaded for

Completed in 1075 milliseconds

1 2