Searched refs:regions (Results 26 - 50 of 63) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/html/track/
H A DInbandGenericTextTrack.cpp244 regions()->add(region);
H A DTextTrack.h118 VTTRegionList* regions();
H A DVTTCue.cpp849 if (VTTRegionList* regions = track()->regions()) {
850 if (VTTRegion* region = regions->getRegionById(m_regionId))
H A DTextTrack.cpp354 VTTRegionList* TextTrack::regions() function in class:WebCore::TextTrack
357 // represents is not the text track disabled mode, then the regions
359 // the text track list of regions of the text track. Otherwise, it must
376 // 1. If the given region is in a text track list of regions, then remove
377 // region from that text track list of regions.
382 // 2. If the method's TextTrack object's text track list of regions contains
393 // list of regions.
404 // object's text track list of regions, then throw a NotFoundError exception.
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebUIDelegatePrivate.h181 // regions is an dictionary whose keys are regions label and values are arrays of WebDashboardRegions.
182 - (void)webView:(WebView *)webView dashboardRegionsChanged:(NSDictionary *)regions;
H A DWebView.mm2956 - (void)_addControlRect:(NSRect)bounds clip:(NSRect)clip fromView:(NSView *)view toDashboardRegions:(NSMutableDictionary *)regions
2970 NSMutableArray *scrollerRegions = [regions objectForKey:DASHBOARD_CONTROL_LABEL];
2973 [regions setObject:scrollerRegions forKey:DASHBOARD_CONTROL_LABEL];
2980 - (void)_addScrollerDashboardRegionsForFrameView:(FrameView*)frameView dashboardRegions:(NSMutableDictionary *)regions
2986 [self _addScrollerDashboardRegionsForFrameView:toFrameView(widget.get()) dashboardRegions:regions];
2996 [self _addControlRect:bounds clip:bounds fromView:documentView toDashboardRegions:regions];
3000 - (void)_addScrollerDashboardRegions:(NSMutableDictionary *)regions from:(NSArray *)views
3002 // Add scroller regions for NSScroller and WebCore scrollbars
3010 [self _addScrollerDashboardRegionsForFrameView:coreView dashboardRegions:regions];
3016 [self _addControlRect:[view bounds] clip:[view visibleRect] fromView:view toDashboardRegions:regions];
[all...]
/macosx-10.10/tcl-105/tk/tk/tests/
H A Dbevel.tcl40 regions to exercise the bevel-drawing facilities of
/macosx-10.10/tcl-105/tk84/tk/tests/
H A Dbevel.tcl40 regions to exercise the bevel-drawing facilities of
/macosx-10.10/vim-55/runtime/syntax/
H A Dcl.vim34 " If and while regions
H A Dpsf.vim50 " These regions are defined in attempt to do syntax checking for some
H A Dtrasys.vim127 " Define regions for TRASYS
H A Ddebcontrol.vim71 " Associate our matches and regions with pretty colours
H A Ddocbk.vim119 " Add special emphasis on some regions. Thanks to Rory Hunter <roryh@dcs.ed.ac.uk> for these ideas.
H A Dicon.vim63 syn match iconKeyword "&regions"
H A Dmail.vim61 " Make sure quote markers in regions (header / signature) have correct color
H A Dxml.vim257 " using the following line instead leads to corrupt folding at CDATA regions
H A Dperl6.vim76 " priority than matches/regions, so the words can't be autoquoted with
1015 " Perl 6 regex regions
1197 " Perl 5 regex regions
1288 " but we only define regions for 1 to 3
H A Dspup.vim44 " Speedup SECTION regions
/macosx-10.10/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_protocol.h109 /* vm regions */
289 kdp_region_t regions[0]; member in struct:__anon15355
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_utils.c586 struct zle_region *regions; member in struct:zle_position
621 newrhpp = &newpos->regions;
678 /* Count number of regions and see if the array needs resizing */
679 for (nreg = 0, oldrhp = oldpos->regions;
689 oldrhp = oldpos->regions;
/macosx-10.10/libmalloc-53.1.1/src/
H A Dmagazine_malloc.c184 * Memory in the Tiny range is allocated from regions (heaps) pointed to by the
359 * Memory in the Small range is allocated from regions (heaps) pointed to by the szone's hashed_regions
598 // recirculation list -- invariant: all regions owned by this magazine that meet the emptiness criteria
738 static INLINE rgnhdl_t hash_lookup_region_no_lock(region_t *regions, size_t num_entries, size_t shift, region_t r)
740 static void hash_region_insert_no_lock(region_t *regions, size_t num_entries, size_t shift, region_t r);
742 static region_t *hash_regions_grow_no_lock(szone_t *szone, region_t *regions, size_t old_size,
1328 hash_lookup_region_no_lock(region_t *regions, size_t num_entries, size_t shift, region_t r) { argument
1344 entry = regions + index;
1359 hash_region_insert_no_lock(region_t *regions, size_t num_entries, size_t shift, region_t r) { argument
1372 entry = regions
1402 hash_regions_grow_no_lock(szone_t *szone, region_t *regions, size_t old_size, size_t *mutable_shift, size_t *new_size) argument
3033 region_t *regions; local
4781 region_t *regions; local
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoader.cpp262 void ImageLoader::getMappedRegions(MappedRegion*& regions) const
268 *regions++ = region;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderObject.cpp545 // FIXME: For the moment, only apply this assertion to regions, as multicol
2216 void RenderObject::addAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) argument
2218 // Convert the style regions to absolute coordinates.
2251 regions.append(region);
2255 void RenderObject::collectAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) argument
2262 addAnnotatedRegions(regions);
2264 curr->collectAnnotatedRegions(regions);
2356 // CSS regions specification says that region flows should return the body element as their offsetParent.
2382 // regions of the document, but that is either impossible or at least
2509 // FIXME: Once regions ar
[all...]
H A DRenderInline.cpp229 || (flowThread && flowThread->isRenderNamedFlowThread()); // FIXME: Enable the optimization once we make overflow computation for culled inlines in regions.
1643 void RenderInline::addAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) argument
1645 // Convert the style regions to absolute coordinates.
1681 regions.append(region);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorCSSAgent.cpp1106 RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::Region>> regions = Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::Region>::create(); local
1133 regions->addItem(region);
1136 return regions.release();

Completed in 392 milliseconds

123