OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllFrames
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h
168
const std::vector<Frame*>&
GetAllFrames
();
framedrop_primitives.cc
574
const std::vector<Frame*>& FrameDropDetector::
GetAllFrames
() {
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc
36
namespace
GetAllFrames
= extensions::api::web_navigation::
GetAllFrames
;
692
scoped_ptr<
GetAllFrames
::Params> params(
GetAllFrames
::Params::Create(*args_));
717
std::vector<linked_ptr<
GetAllFrames
::Results::DetailsType> > result_list;
723
linked_ptr<
GetAllFrames
::Results::DetailsType> frame(
724
new
GetAllFrames
::Results::DetailsType());
732
results_ =
GetAllFrames
::Results::Create(result_list);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
vie_video_verification_test.cc
307
std::vector<Frame*> all_frames = detector.
GetAllFrames
();
Completed in 931 milliseconds