Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 25 of 77) sorted by relevance

1234

/external/chromium_org/content/browser/dom_storage/
Dsession_storage_database.cc162 std::map<std::string, std::string> areas; in CloneNamespace() local
163 if (!GetAreasInNamespace(namespace_id, &areas)) in CloneNamespace()
166 for (std::map<std::string, std::string>::const_iterator it = areas.begin(); in CloneNamespace()
167 it != areas.end(); ++it) { in CloneNamespace()
198 std::map<std::string, std::string> areas; in DeleteNamespace() local
199 if (!GetAreasInNamespace(namespace_id, &areas)) in DeleteNamespace()
201 for (std::map<std::string, std::string>::const_iterator it = areas.begin(); in DeleteNamespace()
202 it != areas.end(); ++it) { in DeleteNamespace()
393 std::map<std::string, std::string>* areas) { in GetAreasInNamespace() argument
416 (*areas)[origin] = map_id; in GetAreasInNamespace()
Dsession_storage_database.h117 std::map<std::string, std::string>* areas);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DFingerPrint.java155 String areas = barGraph.getAreas(); in print() local
156 if (areas == null) areas = ""; in print()
173 this.stream.print(areas); in print()
DFingerPrintGraph.java94 BarGraphArea[] areas; field in FingerPrintGraph
222 this.areas = new BarGraphArea[this.count]; in drawBars()
228 this.areas[i] = new BarGraphArea(configResults); in drawBars()
229 BarGraphArea graphArea = this.areas[i]; in drawBars()
650 if (this.areas != null) {
652 this.areas[i].print(stream);
/external/libusb/
DTHANKS2 members who have made significant contributions in other areas are listed
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMapElement.h43 PassRefPtr<HTMLCollection> areas();
DHTMLMapElement.idl22 readonly attribute HTMLCollection areas;
DHTMLMapElement.cpp121 PassRefPtr<HTMLCollection> HTMLMapElement::areas() in areas() function in WebCore::HTMLMapElement
/external/skia/gm/rebaseline_server/static/
Dview.css1 /* Special alert areas at the top of the page. */
/external/chromium_org/cc/
DOWNERS2 # bottom of the file. For patches that touch multiple areas or if you aren't
/external/qemu/docs/
DANDROID-MEMCHECK.TXT11 - Attempts to read from / write to areas outside of allocated blocks.
40 To detect read/write violations, emulator uses prefix and suffix guarding areas
DANDROID-SKIN-FILES.TXT60 - 'buttons': A set of clickable control areas (e.g. for a D-Pad, or
191 Used to define a list of rectangular clickable control areas with
/external/chromium_org/chrome/browser/ui/cocoa/apps/
Dnative_app_window_cocoa.mm645 // non-draggable areas being excluded via overlapping views.
648 // case, use the system drag. The non-draggable areas that are opposite of
654 // areas.
699 // Otherwise, there is only one draggable area. Compute non-draggable areas
701 // remaining provided non-draggable areas.
703 // Copy all given non-draggable areas.
762 // Aggregate the draggable areas and non-draggable areas such that hit test
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
D212.txt78 21253890|Fès/Meknès areas
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h198 int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset,
/external/srtp/
DTODO24 areas before calling free().
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_cell.mm38 // Without this highlighting messes up white areas of images.
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field.mm80 // likewise for multiple clicks in those areas.
181 // Received from tracking areas. Pass it down to the cell, and add the field.
186 // Received from tracking areas. Pass it down to the cell, and add the field.
272 // Setup/update the tracking areas for the decorations.
/external/antlr/antlr-3.4/runtime/ActionScript/
DREADME13 should work, but a comprehensive suite of tests has not been built yet, so some areas may
/external/qemu/distrib/sdl-1.2.15/
DREADME.RISCOS81 …list is an overview of how much of the SDL is implemented. The areas match the main areas of the S…
/external/chromium_org/ppapi/api/
Dppp_input_event.idl33 * where clicks on the transparent areas will behave like clicks to the
/external/ceres-solver/docs/source/
Dintroduction.rst8 range of areas across science and engineering - from fitting curves in
/external/valgrind/main/docs/internals/
Dmodule-structure.txt11 structured as modules with clearly delimited areas of functionality,
/external/chromium_org/third_party/mesa/src/docs/
DREADME.MITS78 Threading of additional areas of Mesa to improve performance
/external/mesa3d/docs/
DREADME.MITS78 Threading of additional areas of Mesa to improve performance

1234