Searched defs:areas (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMapElement.cpp114 PassRefPtrWillBeRawPtr<HTMLCollection> HTMLMapElement::areas() function in class:blink::HTMLMapElement
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java94 BarGraphArea[] areas; field in class:FingerPrintGraph
222 this.areas = new BarGraphArea[this.count];
228 this.areas[i] = new BarGraphArea(configResults);
229 BarGraphArea graphArea = this.areas[i];
650 if (this.areas != null) {
652 this.areas[i].print(stream);
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.cc208 std::map<std::string, std::string> areas;
209 if (!GetAreasInNamespace(namespace_id, &areas))
212 for (std::map<std::string, std::string>::const_iterator it = areas.begin();
213 it != areas.end(); ++it) {
244 // Itereate through the areas in the namespace.
246 std::map<std::string, std::string> areas; local
247 if (!GetAreasInNamespace(namespace_id, &areas))
249 for (std::map<std::string, std::string>::const_iterator it = areas.begin();
250 it != areas.end(); ++it) {
442 std::map<std::string, std::string>* areas) {
440 GetAreasInNamespace( const std::string& namespace_id, std::map<std::string, std::string>* areas) argument
[all...]
/external/tinyalsa/
H A Dpcm.c1082 int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset, argument
1088 *areas = pcm->mmap_buffer;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp843 // otherwise we might hit areas that are obscured by higher frames.
2050 const FrameView::ScrollableAreaSet* areas = view->scrollableAreas(); local
2051 if (!areas)
2053 for (FrameView::ScrollableAreaSet::const_iterator it = areas->begin(); it != areas->end(); ++it) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 178 milliseconds