GetFrame          520 android_webview/renderer/print_web_view_helper.cc     return frame_.GetFrame();
GetFrame          710 android_webview/renderer/print_web_view_helper.cc     blink::WebView* web_view = frame_.GetFrame()->view();
GetFrame          718 android_webview/renderer/print_web_view_helper.cc   blink::WebFrame* frame = frame_.GetFrame();
GetFrame         1235 android_webview/renderer/print_web_view_helper.cc   if (!GetPrintSettingsFromUser(frame_ref.GetFrame(), node,
GetFrame         1243 android_webview/renderer/print_web_view_helper.cc   if (!RenderPagesForPrint(frame_ref.GetFrame(), node)) {
GetFrame         1963 android_webview/renderer/print_web_view_helper.cc   return source_frame_.GetFrame();
GetFrame           54 android_webview/renderer/print_web_view_helper.h   blink::WebFrame* GetFrame();
GetFrame           33 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc namespace GetFrame = extensions::api::web_navigation::GetFrame;
GetFrame          695 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc   scoped_ptr<GetFrame::Params> params(GetFrame::Params::Create(*args_));
GetFrame          738 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc   GetFrame::Results::Details frame_details;
GetFrame          747 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc   results_ = GetFrame::Results::Create(frame_details);
GetFrame          306 chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, GetFrame) {
GetFrame           78 chrome/renderer/extensions/logging_native_handler.cc       v8::Handle<v8::StackFrame> frame = stack_trace->GetFrame(i);
GetFrame          269 chrome/renderer/plugins/chrome_plugin_placeholder.cc   if (!GetFrame() || !plugin())
GetFrame          271 chrome/renderer/plugins/chrome_plugin_placeholder.cc   WebDocument document = GetFrame()->top()->document();
GetFrame          286 chrome/renderer/plugins/chrome_plugin_placeholder.cc       render_frame(),  GetFrame(), GetPluginParams(), output);
GetFrame          551 chrome/renderer/printing/print_web_view_helper.cc     return frame_.GetFrame();
GetFrame          742 chrome/renderer/printing/print_web_view_helper.cc     blink::WebView* web_view = frame_.GetFrame()->view();
GetFrame          750 chrome/renderer/printing/print_web_view_helper.cc   blink::WebFrame* frame = frame_.GetFrame();
GetFrame         1246 chrome/renderer/printing/print_web_view_helper.cc   if (!GetPrintSettingsFromUser(frame_ref.GetFrame(), node,
GetFrame         1253 chrome/renderer/printing/print_web_view_helper.cc   if (!RenderPagesForPrint(frame_ref.GetFrame(), node)) {
GetFrame         1967 chrome/renderer/printing/print_web_view_helper.cc   return source_frame_.GetFrame();
GetFrame           52 chrome/renderer/printing/print_web_view_helper.h   blink::WebFrame* GetFrame();
GetFrame          107 components/plugins/renderer/mobile_youtube_plugin.cc       GetFrame(), request, blink::WebNavigationPolicyNewForegroundTab);
GetFrame           55 components/plugins/renderer/plugin_placeholder.h   blink::WebFrame* GetFrame();
GetFrame          251 content/renderer/pepper/pepper_url_loader_host.cc   WebFrame* frame = GetFrame();
GetFrame          368 content/renderer/pepper/pepper_url_loader_host.cc     GetFrame()->stopLoading();
GetFrame          100 content/renderer/pepper/pepper_url_loader_host.h   blink::WebFrame* GetFrame();
GetFrame           39 gin/try_catch.cc     v8::Handle<v8::StackFrame> frame = trace->GetFrame(i);
GetFrame          423 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   video_track_.GetFrame(callback_factory_.NewCallbackWithOutput(
GetFrame          477 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     video_track_.GetFrame(callback_factory_.NewCallbackWithOutput(
GetFrame          197 ppapi/c/ppb_media_stream_video_track.h   int32_t (*GetFrame)(PP_Resource video_track,
GetFrame           99 ppapi/c/private/ppb_video_source_private.h   int32_t (*GetFrame)(PP_Resource source,
GetFrame           83 ppapi/cpp/media_stream_video_track.cc     return get_interface<PPB_MediaStreamVideoTrack_0_1>()->GetFrame(
GetFrame          120 ppapi/cpp/media_stream_video_track.h   int32_t GetFrame(
GetFrame           58 ppapi/cpp/private/video_source_private.cc     return get_interface<PPB_VideoSource_Private_0_1>()->GetFrame(
GetFrame           75 ppapi/cpp/private/video_source_private.h   int32_t GetFrame(
GetFrame          423 ppapi/examples/media_stream_video/media_stream_video.cc   video_track_.GetFrame(callback_factory_.NewCallbackWithOutput(
GetFrame          477 ppapi/examples/media_stream_video/media_stream_video.cc     video_track_.GetFrame(callback_factory_.NewCallbackWithOutput(
GetFrame          163 ppapi/examples/video_effects/video_effects.cc   video_source_.GetFrame(
GetFrame         1066 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetFrame(video_track, frame, *callback);
GetFrame         3958 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetFrame(source, frame, *callback);
GetFrame         4512 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetFrame = (int32_t (*)(PP_Resource video_track, PP_Resource* frame, struct PP_CompletionCallback callback))&Pnacl_M35_PPB_MediaStreamVideoTrack_GetFrame,
GetFrame         5329 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetFrame = (int32_t (*)(PP_Resource source, struct PP_VideoFrame_Private* frame, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoSource_Private_GetFrame,
GetFrame           42 ppapi/proxy/media_stream_video_track_resource.h   virtual int32_t GetFrame(PP_Resource* frame,
GetFrame           42 ppapi/proxy/video_source_resource.h   virtual int32_t GetFrame(
GetFrame           54 ppapi/tests/test_media_stream_video_track.cc   RUN_TEST(GetFrame, filter);
GetFrame           97 ppapi/tests/test_media_stream_video_track.cc     cc.WaitForResult(video_track_.GetFrame(cc.GetCallback()));
GetFrame          164 ppapi/tests/test_media_stream_video_track.cc       cc2.WaitForResult(video_track_.GetFrame(cc2.GetCallback()));
GetFrame          212 ppapi/tests/test_media_stream_video_track.cc       cc2.WaitForResult(video_track_.GetFrame(cc2.GetCallback()));
GetFrame           59 ppapi/tests/test_video_source.cc   RUN_TEST(GetFrame, filter);
GetFrame          112 ppapi/tests/test_video_source.cc   cc2.WaitForResult(video_source.GetFrame(cc2.GetCallback()));
GetFrame           22 ppapi/thunk/ppb_media_stream_video_track_api.h   virtual int32_t GetFrame(PP_Resource* frame,
GetFrame           74 ppapi/thunk/ppb_media_stream_video_track_thunk.cc   return enter.SetResult(enter.object()->GetFrame(frame, enter.callback()));
GetFrame           99 ppapi/thunk/ppb_media_stream_video_track_thunk.cc   &GetFrame,
GetFrame           25 ppapi/thunk/ppb_video_source_private_api.h   virtual int32_t GetFrame(PP_VideoFrame_Private* frame,
GetFrame           47 ppapi/thunk/ppb_video_source_private_thunk.cc   return enter.SetResult(enter.object()->GetFrame(frame, enter.callback()));
GetFrame           60 ppapi/thunk/ppb_video_source_private_thunk.cc   &GetFrame,
GetFrame          882 third_party/libwebp/demux/demux.c   frame = GetFrame(dmux, frame_num);
GetFrame          910 third_party/libwebp/demux/demux.c     const Frame* const frame = GetFrame(dmux, iter->frame_num);