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

1 2 3 4

  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.h 25 int GetFrameId(bool is_main_frame, int64 frame_id);
31 bool is_main_frame,
39 bool is_main_frame,
45 bool is_main_frame,
50 bool is_main_frame,
65 bool is_main_frame,
web_navigation_api_helpers.cc 56 int GetFrameId(bool is_main_frame, int64 frame_id) {
57 return is_main_frame ? 0 : static_cast<int>(frame_id);
64 bool is_main_frame,
73 dict->SetInteger(keys::kFrameIdKey, GetFrameId(is_main_frame, frame_id));
90 bool is_main_frame,
99 dict->SetInteger(keys::kFrameIdKey, GetFrameId(is_main_frame, frame_id));
123 bool is_main_frame,
132 dict->SetInteger(keys::kFrameIdKey, GetFrameId(is_main_frame, frame_id));
145 bool is_main_frame,
154 dict->SetInteger(keys::kFrameIdKey, GetFrameId(is_main_frame, frame_id))
    [all...]
frame_navigation_state.cc 96 bool is_main_frame,
102 frame_state.is_main_frame = is_main_frame;
109 if (!is_main_frame) {
190 frame_state->second.is_main_frame);
248 if (frame_state_map_[frame_id].is_main_frame)
  /external/chromium_org/content/browser/android/
web_contents_observer_android.h 38 bool is_main_frame,
45 bool is_main_frame,
56 bool is_main_frame,
63 bool is_main_frame,
69 bool is_main_frame,
75 bool is_main_frame,
web_contents_observer_android.cc 101 bool is_main_frame,
107 true, is_main_frame, error_code, error_description, validated_url);
113 bool is_main_frame,
118 false, is_main_frame, error_code, error_description, validated_url);
159 bool is_main_frame,
171 env, obj.obj(), frame_id, parent_frame_id, is_main_frame,
177 bool is_main_frame,
188 env, obj.obj(), frame_id, is_main_frame, jstring_url.obj(),
195 bool is_main_frame,
204 env, obj.obj(), frame_id, jstring_url.obj(), is_main_frame);
    [all...]
  /external/chromium_org/content/child/
request_extra_data.cc 15 bool is_main_frame,
26 is_main_frame_(is_main_frame),
request_extra_data.h 23 bool is_main_frame,
33 bool is_main_frame() const { return is_main_frame_; } function in class:content::RequestExtraData
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 101 void NetErrorHelper::OnStartLoad(bool is_main_frame, bool is_error_page) {
102 DVLOG(1) << "OnStartLoad(is_main_frame=" << is_main_frame
104 if (!is_main_frame)
110 void NetErrorHelper::OnFailLoad(bool is_main_frame, bool is_dns_error) {
111 DVLOG(1) << "OnFailLoad(is_main_frame=" << is_main_frame
114 if (!is_main_frame)
128 void NetErrorHelper::OnCommitLoad(bool is_main_frame) {
129 DVLOG(1) << "OnCommitLoad(is_main_frame=" << is_main_frame << ")"
    [all...]
net_error_helper.h 59 void OnStartLoad(bool is_main_frame, bool is_error_page);
60 void OnFailLoad(bool is_main_frame, bool is_dns_error);
61 void OnCommitLoad(bool is_main_frame);
62 void OnFinishLoad(bool is_main_frame);
net_error_helper_unittest.cc 39 void StartLoad(bool is_main_frame, bool is_error_page) {
40 OnStartLoad(is_main_frame, is_error_page);
43 void FailLoad(bool is_main_frame, bool is_dns_error) {
44 OnFailLoad(is_main_frame, is_dns_error);
47 void CommitLoad(bool is_main_frame) {
48 OnCommitLoad(is_main_frame);
51 void FinishLoad(bool is_main_frame) {
52 OnFinishLoad(is_main_frame);
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.cc 46 bool is_main_frame,
52 args->SetBoolean(guestview::kIsTopLevel, is_main_frame);
58 bool is_main_frame,
68 args->SetBoolean(guestview::kIsTopLevel, is_main_frame);
adview_guest.h 36 bool is_main_frame,
42 bool is_main_frame,
  /external/chromium_org/content/public/browser/
navigation_details.cc 15 is_main_frame(true),
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api.cc 37 int GetFrameId(bool is_main_frame, int64 frame_id) {
38 return is_main_frame ? 0 : static_cast<int>(frame_id);
59 bool is_main_frame,
67 dict->SetInteger(keys::kFrameIdKey, GetFrameId(is_main_frame, frame_id));
81 bool is_main_frame,
89 dict->SetInteger(keys::kFrameIdKey, GetFrameId(is_main_frame, frame_id));
111 bool is_main_frame,
119 is_main_frame ? 0 : static_cast<int>(frame_id));
131 bool is_main_frame,
139 is_main_frame ? 0 : static_cast<int>(frame_id))
333 tab_contents(), frame_id, is_main_frame, url, transition_type); local
437 is_main_frame, local
442 is_main_frame, local
447 is_main_frame, local
451 is_main_frame, local
    [all...]
extension_webnavigation_api.h 40 bool is_main_frame,
66 bool is_main_frame; // True if this is a main frame. member in struct:FrameNavigationState::FrameState
91 bool is_main_frame,
96 bool is_main_frame,
100 bool is_main_frame,
119 bool is_main_frame,
  /external/chromium/chrome/browser/prerender/
prerender_observer.cc 39 bool is_main_frame,
41 if (is_main_frame) {
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_resource_throttle.cc 22 bool is_main_frame,
28 is_main_frame_(is_main_frame),
managed_mode_resource_throttle.h 24 bool is_main_frame,
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.cc 83 bool is_main_frame,
90 if (!is_main_frame)
98 bool is_main_frame,
104 if (!is_main_frame)
123 bool is_main_frame,
130 if (!is_main_frame)
net_error_tab_helper.h 52 bool is_main_frame,
60 bool is_main_frame,
67 bool is_main_frame,
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.h 92 bool is_main_frame,
98 bool is_main_frame,
106 bool is_main_frame,
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper.cc 72 bool is_main_frame,
80 if (!is_main_frame)
101 bool is_main_frame,
108 if (!is_main_frame)
130 bool is_main_frame,
138 if (!is_main_frame || render_view_host != provisional_render_view_host_)
  /external/chromium_org/chrome/browser/page_cycler/
page_cycler_unittest.cc 61 bool is_main_frame,
64 bool is_main_frame,
73 bool is_main_frame,
78 PageCycler::DidFailProvisionalLoad(frame_id, is_main_frame,
86 bool is_main_frame,
89 frame_id, validated_url, is_main_frame, render_view_host);
  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.h 55 bool is_main_frame,
62 bool is_main_frame,
  /external/chromium_org/content/test/
test_web_contents.cc 207 bool is_main_frame) {
208 ViewHostMsg_DidFinishLoad msg(0, frame_id, url, is_main_frame);
215 bool is_main_frame,
219 0, frame_id, url, is_main_frame, error_code, error_description);

Completed in 1178 milliseconds

1 2 3 4