HomeSort by relevance Sort by last modified time
    Searched refs:GetFrameID (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/public/browser/
resource_request_details.cc 27 frame_id = info->GetFrameID();
resource_request_info.h 72 // True if GetFrameID() represents a main frame in the RenderView.
76 virtual int64 GetFrameID() const = 0;
  /external/chromium_org/content/browser/loader/
resource_request_info_impl.h 74 virtual int64 GetFrameID() const OVERRIDE;
resource_request_info_impl.cc 168 int64 ResourceRequestInfoImpl::GetFrameID() const {
cross_site_resource_handler.cc 265 frame_id = info->GetFrameID();
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc 82 using extensions::web_navigation_api_helpers::GetFrameId;
180 *frame_id = info->GetFrameID();
213 frame_id_for_extension = GetFrameId(is_main_frame, frame_id);
214 parent_frame_id_for_extension = GetFrameId(parent_is_main_frame,
    [all...]

Completed in 600 milliseconds