Searched defs:renderers (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCVideoTrack.h35 // The currently registered renderers.
36 @property(nonatomic, strong, readonly) NSArray *renderers; variable
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DVideoTrack.java34 private final LinkedList<VideoRenderer> renderers = field in class:VideoTrack
42 renderers.add(renderer);
47 if (!renderers.remove(renderer)) {
55 while (!renderers.isEmpty()) {
56 removeRenderer(renderers.getFirst());
/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc165 void WebCacheManager::GatherStats(const std::set<int>& renderers, argument
171 std::set<int>::const_iterator iter = renderers.begin();
172 while (iter != renderers.end()) {
229 // renderers.
232 // The inactive renderers get one share of the extra memory to be divided
240 // The remaining memory is allocated to the active renderers.
251 void WebCacheManager::AddToStrategy(const std::set<int>& renderers, argument
257 // Nothing to do if there are no renderers. It is common for there to be no
258 // inactive renderers if there is a single active tab.
259 if (renderers
307 ClearRendederCache(const std::set<int>& renderers) argument
[all...]
H A Dweb_cache_manager_unittest.cc50 std::set<int> renderers,
52 h->GatherStats(renderers, stats);
73 std::set<int> renderers,
77 h->AddToStrategy(renderers,
49 GatherStats(WebCacheManager* h, std::set<int> renderers, WebCache::UsageStats* stats) argument
72 AddToStrategy(WebCacheManager* h, std::set<int> renderers, int tactic, size_t extra_bytes_to_allocate, std::list< std::pair<int,size_t> >* strategy) argument
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.cc29 DraggedTabView::DraggedTabView(const std::vector<views::View*>& renderers, argument
34 : renderers_(renderers),
H A Ddragged_tab_controller.cc1351 std::vector<views::View*> renderers; local
1355 renderers.push_back(renderer);
1357 // DraggedTabView takes ownership of the renderers.
1358 view_.reset(new DraggedTabView(renderers, renderer_bounds, mouse_offset_,
/external/chromium_org/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc197 void WebCacheManager::GatherStats(const std::set<int>& renderers, argument
203 std::set<int>::const_iterator iter = renderers.begin();
204 while (iter != renderers.end()) {
261 // renderers.
264 // The inactive renderers get one share of the extra memory to be divided
272 // The remaining memory is allocated to the active renderers.
283 void WebCacheManager::AddToStrategy(const std::set<int>& renderers, argument
289 // Nothing to do if there are no renderers. It is common for there to be no
290 // inactive renderers if there is a single active tab.
291 if (renderers
342 ClearRendererCache( const std::set<int>& renderers, WebCacheManager::ClearCacheOccasion occasion) argument
[all...]
H A Dweb_cache_manager_unittest.cc51 std::set<int> renderers,
53 h->GatherStats(renderers, stats);
74 std::set<int> renderers,
78 h->AddToStrategy(renderers,
50 GatherStats(WebCacheManager* h, std::set<int> renderers, WebCache::UsageStats* stats) argument
73 AddToStrategy(WebCacheManager* h, std::set<int> renderers, int tactic, size_t extra_bytes_to_allocate, std::list< std::pair<int,size_t> >* strategy) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.cc29 DraggedTabView::DraggedTabView(const std::vector<views::View*>& renderers, argument
34 : renderers_(renderers),
H A Dtab_drag_controller.cc2054 std::vector<views::View*> renderers; local
2058 renderers.push_back(renderer);
2060 // DraggedTabView takes ownership of the renderers.
2061 view_.reset(new DraggedTabView(renderers, renderer_bounds, mouse_offset_,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java78 private Map<MediaStream, WeakReference<VideoRenderer>> renderers = field in class:PeerConnectionTest.ObserverExpectations
209 assertNull(renderers.put(
220 WeakReference<VideoRenderer> renderer = renderers.remove(stream);
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h814 /* renderers :: The list of renderers currently registered */
865 FT_ListRec renderers; /* list of renderers */ member in struct:FT_LibraryRec_
/external/freetype/include/freetype/internal/
H A Dftobjs.h814 /* renderers :: The list of renderers currently registered */
865 FT_ListRec renderers; /* list of renderers */ member in struct:FT_LibraryRec_
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h457 const std::map<uint32, VideoRenderer*>& renderers() const { function in class:cricket::FakeVideoMediaChannel
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 397 milliseconds