HomeSort by relevance Sort by last modified time
    Searched full:area (Results 101 - 125 of 4534) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/training/
building-connectivity.jd 9 You'll learn how to connect to other devices in the area, connect to the Internet, backup and
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ItemSimpleGestureListener.java 26 // Area tapped
37 * @param area The area tapped
42 public boolean onSingleTapConfirmed(View view, int area, MotionEvent e);
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.cc 72 DOMStorageArea* area; local
74 area = new DOMStorageArea(origin, directory_, task_runner_.get());
76 area = new DOMStorageArea(
80 areas_[origin] = AreaHolder(area, 1);
81 return area;
84 void DOMStorageNamespace::CloseStorageArea(DOMStorageArea* area) {
85 AreaHolder* holder = GetAreaHolder(area->origin());
89 old_master_for_close_area_->CloseStorageArea(area);
91 alias_master_namespace_->CloseStorageArea(area);
95 DCHECK_EQ(holder->area_.get(), area);
125 DOMStorageArea* area = it->second.area_->ShallowCopy( local
175 scoped_refptr<DOMStorageArea> area = local
186 DOMStorageArea* area = OpenStorageArea(origin); local
307 DOMStorageArea* area = other->OpenStorageArea(transaction.origin); local
325 DOMStorageArea* area = other->OpenStorageArea(transaction.origin); local
    [all...]
dom_storage_message_filter.cc 165 const DOMStorageArea* area,
170 SendDOMStorageEvent(area, page_url,
177 const DOMStorageArea* area,
181 SendDOMStorageEvent(area, page_url,
188 const DOMStorageArea* area,
190 SendDOMStorageEvent(area, page_url,
202 const DOMStorageArea* area,
208 // Only send mutation events to processes which have the area open.
210 int64 alias_namespace_id = area->namespace_id();
211 if (host_->HasAreaOpen(area->namespace_id(), area->origin()
    [all...]
  /external/chromium/chrome/browser/resources/options/
import_data_overlay.html 3 <div class="content-area">
30 <div class="action-area">
31 <div class="action-area-right">
  /external/chromium_org/ash/wm/
status_area_layout_manager.h 16 // StatusAreaLayoutManager is a layout manager responsible for the status area.
17 // In any case when status area needs relayout it redirects this call to
35 // Updates layout of the status area. Effectively calls ShelfLayoutManager
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_pair_device_overlay.html 4 <div id="bluetooth-pairing-message-area" class="content-area">
16 <div class="action-area button-strip">
  /external/chromium_org/chrome/browser/resources/options/
cookies_view.html 4 <div class="content-area cookies-list-content-area">
21 <div class="action-area">
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 68 /// Setter function setting the max ratio of paint rect area to scroll rect
69 /// area that we will tolerate before downgrading the scroll into a repaint.
71 /// If the combined area of paint rects contained within the scroll
75 /// @param[in] area The max ratio of paint rect area to scroll rect area that
77 void set_max_redundant_paint_to_scroll_area(float area) {
78 max_redundant_paint_to_scroll_area_ = area;
123 // - The scroll damange (area exposed by the scroll operation, if any) is
157 // If the combined area of paint rects contained within the scroll rect grow
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
textarea-focus.html 14 Click in the red text area below.
18 The text area&rsquo;s background will change from red to green.
22 The text area will not change to green. Only switching to another window and back to this window
  /external/chromium_org/ui/gfx/
text_constants.h 23 // Align the text's left edge with that of its display area.
25 // Align the text's center with that of its display area.
27 // Align the text's right edge with that of its display area.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java 22 * client area. This is done so that the sash form can be placed in a view that will sometimes be
125 Rectangle area; local
127 area = getClientArea();
128 if (area.width > 0 && area.height > 0) {
131 if (area.width < area.height) {
143 Rectangle area = getClientArea(); local
144 if (area.width > 0 && area.height > 0 && area.width < area.height)
    [all...]
  /external/icu4c/samples/layout/
gnomelayout.cpp 98 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); local
107 gtk_widget_hide(area);
109 gtk_widget_show_all(area);
250 GtkWidget *area = gtk_drawing_area_new(); local
251 gtk_object_set_data(GTK_OBJECT(app), "area", area); local
253 GtkStyle *style = gtk_style_copy(gtk_widget_get_style(area));
259 gtk_widget_set_style(area, style);
261 gnome_app_set_contents(GNOME_APP(app), area); local
    [all...]
  /external/skia/tests/
BitmapGetColorTest.cpp 31 // specify an area that doesn't touch (0,0) and may extend beyond the
34 const SkIRect area = { 1, 1, 3, 3 }; local
43 bm.eraseArea(area, gRec[i].fInColor);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragScroller.java 28 * The touch point has entered the scroll area; a scroll is imminent.
36 * The touch point has left the scroll area.
37 * NOTE: This may not be called, if a drop occurs inside the scroll area.
  /packages/apps/Launcher3/src/com/android/launcher3/
DragScroller.java 28 * The touch point has entered the scroll area; a scroll is imminent.
36 * The touch point has left the scroll area.
37 * NOTE: This may not be called, if a drop occurs inside the scroll area.
  /development/scripts/
stack_core.py 134 code_addr, area, symbol_present, symbol_name) = match.groups()
143 if area == UNKNOWN or area == HEAP or area == STACK:
144 trace_lines.append((code_addr, "", area))
148 info = symbol.SymbolInformation(area, code_addr)
157 source_location = area
173 (unused_, addr, value, area, symbol_present, symbol_name) = match.groups()
174 if area == UNKNOWN or area == HEAP or area == STACK or not area
    [all...]
  /external/chromium/chrome/browser/autofill/
phone_field.h 19 // - area code, prefix, suffix
20 // - area code, number
47 // This string includes all area code separators, including NoText.
49 // Separator of the area code in the case fields are formatted without
51 // field4 means Country Code, Area Code, Prefix, Suffix)
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.html 46 <div id="scanning" class="content-area">
51 <div id="choosing" class="content-area" hidden>
53 <div id="no-mobile-networks" class="content-area" hidden>
56 <div class="action-area">
57 <div class="action-area-right">
  /external/chromium_org/printing/
page_setup.h 49 // Use |requested_margins| as long as they fall inside the printable area.
52 // Ignore the printable area, and set the margins to |requested_margins|.
78 // The printable area as specified by the printer driver. We can't get
82 // The printable area for headers and footers.
85 // The printable area as selected by the user's margins.
  /external/chromium/chrome/browser/ui/views/
detachable_toolbar_view.h 35 // Paints the background (including the theme image behind content area) when
42 // Calculate the rect for the content area of the bar/shelf. This is only
44 // content area is the whole area of the bar/shelf. When detached, however,
46 // how big this area is, where it is located within the shelf and how round
59 // Paint the background of the content area (the surface behind the
66 // Paint the border around the content area (when in detached mode).
  /external/chromium_org/chrome/browser/ui/views/
detachable_toolbar_view.h 34 // Paints the background (including the theme image behind content area) for
44 // Calculate the rect for the content area of the bar/shelf. This is only
46 // content area is the whole area of the bar/shelf. When detached, however,
48 // how big this area is, where it is located within the shelf and how round
64 // Paint the background of the content area (the surface behind the
71 // Paint the border around the content area (when in detached mode).
  /external/pixman/demos/
scale.c 264 GdkRectangle *area = &event->expose.area; local
270 pixels = calloc (1, area->width * area->height * 4);
272 PIXMAN_a8r8g8b8, area->width, area->height, pixels, area->width * 4);
274 if (area->x < app->scaled_width && area->y < app->scaled_height)
279 area->x, area->y, 0, 0, 0, 0
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 203 NJ_UINT8 *area; local
214 area = YOMI_AREA_TOP_ADDR(hdl) + DATA_YOMI(data);
225 NJ_CHAR_COPY(stroke, area);
227 area += sizeof(NJ_CHAR);
232 dic_ylen = convert_to_yomi(hdl, area, DATA_YOMI_SIZE(data), stroke, size);
359 NJ_UINT8 *area, *data; local
373 area = YOMI_AREA_TOP_ADDR(loc->handle) + DATA_YOMI(data);
385 NJ_CHAR_COPY(stroke, area);
387 area += sizeof(NJ_CHAR);
392 len = convert_to_yomi(loc->handle, area, DATA_YOMI_SIZE(data), stroke, size)
405 NJ_UINT8 *data, *area; local
    [all...]
  /external/chromium/chrome/browser/
autocomplete_history_manager.cc 36 // A SSN is of the form AAA-GG-SSSS (A = area number, G = group number, S =
37 // serial number). The validation we do here is simply checking if the area,
39 // number is valid for the given area, but that data changes all the time.
47 int area; local
50 &area))
52 if (area < 1 ||
53 area == 666 ||
54 (area > 733 && area < 750) ||
55 area > 772
    [all...]

Completed in 440 milliseconds

1 2 3 45 6 7 8 91011>>