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

1 2 3 4

  /external/chromium_org/content/public/browser/
navigation_details.cc 15 is_main_frame(true),
navigation_details.h 50 bool is_main_frame; member in struct:content::LoadCommittedDetails
62 return is_main_frame && !is_in_page;
web_contents_observer.h 91 bool is_main_frame,
115 bool is_main_frame,
122 bool is_main_frame,
157 bool is_main_frame,
164 bool is_main_frame,
  /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...]
web_navigation_api.h 62 bool is_main_frame,
69 bool is_main_frame,
75 bool is_main_frame,
86 bool is_main_frame,
91 bool 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/chrome/browser/extensions/
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,
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...]
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.h 36 bool is_main_frame,
42 bool is_main_frame,
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);
  /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.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.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...]
  /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.h 52 bool is_main_frame,
60 bool is_main_frame,
67 bool is_main_frame,
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)
  /external/chromium_org/chrome/browser/page_cycler/
page_cycler.h 41 bool is_main_frame,
45 bool is_main_frame,
74 bool is_main_frame);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper.h 74 bool is_main_frame,
82 bool is_main_frame,
89 bool is_main_frame,
  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.h 55 bool is_main_frame,
62 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,

Completed in 568 milliseconds

1 2 3 4