GetAllFrames       34 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc namespace GetAllFrames = extensions::api::web_navigation::GetAllFrames;
GetAllFrames      752 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc   scoped_ptr<GetAllFrames::Params> params(GetAllFrames::Params::Create(*args_));
GetAllFrames      777 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc   std::vector<linked_ptr<GetAllFrames::Results::DetailsType> > result_list;
GetAllFrames      786 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc     linked_ptr<GetAllFrames::Results::DetailsType> frame(
GetAllFrames      787 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc         new GetAllFrames::Results::DetailsType());
GetAllFrames      798 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc   results_ = GetAllFrames::Results::Create(result_list);