Searched defs:source_id_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_targets_ui.h33 std::string source_id() const { return source_id_; }
59 const std::string source_id_; member in class:DevToolsTargetsUIHandler
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.h77 const content::DesktopMediaID& source_id() const { return source_id_; }
100 content::DesktopMediaID source_id_; member in class:DesktopMediaSourceView
/external/openfst/src/include/fst/
H A Dshortest-distance.h84 first_path_(opts.first_path), retain_(retain), source_id_(0),
108 StateId source_id_; // Unique ID characterizing each call to SD member in class:fst::ShortestDistanceState
157 sources_[source] = source_id_;
192 if (sources_[arc.nextstate] != source_id_) {
196 sources_[arc.nextstate] = source_id_;
218 ++source_id_;

Completed in 1144 milliseconds