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

  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.h 52 content::RenderFrameHost* source_frame_host,
web_navigation_api.h 142 content::RenderFrameHost* source_frame_host,
148 content::RenderFrameHost* source_frame_host; member in struct:extensions::WebNavigationEventRouter::PendingWebContents
web_navigation_api_helpers.cc 171 content::RenderFrameHost* source_frame_host,
186 source_frame_host->GetProcess()->GetID());
187 dict->SetInteger(keys::kSourceFrameIdKey, GetFrameId(source_frame_host));
web_navigation_api.cc 59 source_frame_host(NULL),
66 content::RenderFrameHost* source_frame_host,
70 source_frame_host(source_frame_host),
216 if (frame_navigation_state.CanSendEvents(iter->second.source_frame_host)) {
220 iter->second.source_frame_host,

Completed in 92 milliseconds