HomeSort by relevance Sort by last modified time
    Searched refs:container (Results 51 - 75 of 1514) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.cpp 48 bool FakeWebPlugin::initialize(WebPluginContainer* container)
50 m_container = container;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
floats.js 12 var container = createElement("div", document.body, "container");
15 createElement("div", container, "float", "float" + x + "_" + y);
17 var nestedContainer = container;
21 createElement("div", container, "float-end", "end" + x)
23 return container;
38 var container = createSet(width, height, nested);
42 container.style.display = "block";
49 container.clientHeight;
52 container.style.display = "none"
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 42 // For a range within a container of pointers, calls delete
88 // STLDeleteElements() deletes all the elements in an STL container and clears
89 // the container. This function is suitable for use with a vector, set,
90 // hash_set, or any other STL container which defines sensible begin(), end(),
93 // If container is NULL, this function is a no-op.
96 // ElementDeleter (defined below), which ensures that your container's elements
99 void STLDeleteElements(T *container) {
100 if (!container) return;
101 STLDeleteContainerPointers(container->begin(), container->end())
    [all...]
stl_util.h 42 // For a range within a container of pointers, calls delete
88 // STLDeleteElements() deletes all the elements in an STL container and clears
89 // the container. This function is suitable for use with a vector, set,
90 // hash_set, or any other STL container which defines sensible begin(), end(),
93 // If container is NULL, this function is a no-op.
96 // ElementDeleter (defined below), which ensures that your container's elements
99 void STLDeleteElements(T *container) {
100 if (!container) return;
101 STLDeleteContainerPointers(container->begin(), container->end())
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 42 // For a range within a container of pointers, calls delete
88 // STLDeleteElements() deletes all the elements in an STL container and clears
89 // the container. This function is suitable for use with a vector, set,
90 // hash_set, or any other STL container which defines sensible begin(), end(),
93 // If container is NULL, this function is a no-op.
96 // ElementDeleter (defined below), which ensures that your container's elements
99 void STLDeleteElements(T *container) {
100 if (!container) return;
101 STLDeleteContainerPointers(container->begin(), container->end())
    [all...]
  /packages/apps/Browser/src/com/android/browser/util/
ThreadedCursorAdapter.java 110 LoadContainer container = (LoadContainer) msg.obj;
111 if (container == null) {
114 View view = container.view.get();
116 || container.owner != ThreadedCursorAdapter.this
117 || container.position != msg.what
119 || container.generation != mGeneration) {
122 container.loaded = true;
123 bindView(view, container.bind_object);
145 private void loadRowObject(int position, LoadContainer container) {
146 if (container == nul
168 LoadContainer container = (LoadContainer) convertView.getTag(R.id.load_object); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
pixelzoomer.css 26 .pixel-zoom-container {
42 .pixel-zoom-container > * {
51 .pixel-zoom-container .scaled-image-container {
58 .scaled-image-container > img {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
RangeBoundaryPoint.h 36 explicit RangeBoundaryPoint(PassRefPtr<Node> container);
42 Node* container() const;
48 void set(PassRefPtr<Node> container, int offset, Node* childBefore);
67 inline RangeBoundaryPoint::RangeBoundaryPoint(PassRefPtr<Node> container)
68 : m_containerNode(container)
76 : m_containerNode(other.container())
82 inline Node* RangeBoundaryPoint::container() const function in class:WebCore::RangeBoundaryPoint
120 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore)
122 ASSERT(container);
124 ASSERT(childBefore == (offset ? container->childNode(offset - 1) : 0))
    [all...]
  /frameworks/base/core/java/android/view/
Gravity.java 22 * larger container.
37 * container, based on the gravity direction being applied. */
45 /** Push object to the top of its container, not changing its size. */
47 /** Push object to the bottom of its container, not changing its size. */
49 /** Push object to the left of its container, not changing its size. */
51 /** Push object to the right of its container, not changing its size. */
54 /** Place object in the vertical center of its container, not changing its
58 * its container. */
61 /** Place object in the horizontal center of its container, not changing its
65 * its container. *
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DelayedTransition.java 41 final LinearLayout container = (LinearLayout) findViewById(R.id.container); local
46 int containerWidth = container.getWidth();
48 TransitionManager.beginDelayedTransition(container, null);
51 TransitionManager.beginDelayedTransition(container, null);
55 TransitionManager.beginDelayedTransition(container, null);
58 TransitionManager.beginDelayedTransition(container, null);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stl_util.h 39 // Deletes the pointers contained in the provided container.
41 void STLDeleteElements(T* container) {
42 for (typename T::iterator it = container->begin(); it != container->end();
  /external/chromium_org/ui/views/examples/
combobox_example.cc 35 void ComboboxExample::CreateExampleView(View* container) {
40 container->SetLayoutManager(new FillLayout);
41 container->AddChildView(combobox_);
double_split_view_example.h 23 virtual void CreateExampleView(View* container) OVERRIDE;
  /sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
CustomPropertyAnimationActivity.java 14 LinearLayout container = (LinearLayout) findViewById(R.id.container); local
17 container.addView(view);
  /system/core/include/cutils/
aref.h 31 #define AREF_TO_ITEM(aref, container, member) \
32 (container *) (((char*) (aref)) - offsetof(container, member))
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_container.css 6 #outer-container {
18 #inner-container {
24 #inner-container.animation {
29 #oobe.autolaunch #inner-container,
30 #oobe.connect #inner-container,
31 #oobe.enrollment #inner-container,
32 #oobe.eula #inner-container,
33 #oobe.gaia-signin #inner-container,
34 #oobe.kiosk-enable #inner-container,
35 #oobe.oauth-enrollment #inner-container,
    [all...]
  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 27 scoped_ptr<views::View> container(new views::View());
28 container->SetBounds(0, 0, 200, 200);
29 container->SetVisible(true);
33 container->AddChildView(image_view.get());
  /external/chromium/crypto/
capi_util.h 25 LPCWSTR container,
  /external/clang/test/SemaCXX/
PR11358.cpp 6 struct container { struct in namespace:test1
13 typedef container<T> Container;
15 Container::iterator i = c.begin(); // expected-error{{missing 'typename'}}
17 Container c;
39 struct container { struct in namespace:test3
45 typedef container<T> Container;
47 Container::iterator const i; // expected-error{{missing 'typename'}}
49 Container c
    [all...]
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
LinearLayoutTest.java 29 LinearLayout container = new LinearLayout(context); local
30 container.setOrientation(LinearLayout.VERTICAL);
39 container.addView(v, lp);
43 return container;
  /frameworks/support/v4/java/android/support/v4/app/
NoSaveStateFrameLayout.java 52 protected void dispatchSaveInstanceState(SparseArray<Parcelable> container) {
53 dispatchFreezeSelfOnly(container);
60 protected void dispatchRestoreInstanceState(SparseArray<Parcelable> container) {
61 dispatchThawSelfOnly(container);
  /frameworks/support/v4/jellybean-mr1/android/support/v4/view/
GravityCompatJellybeanMr1.java 29 public static void apply(int gravity, int w, int h, Rect container, Rect outRect,
31 Gravity.apply(gravity, w, h, container, outRect, layoutDirection);
34 public static void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj,
36 Gravity.apply(gravity, w, h, container, xAdj, yAdj, outRect, layoutDirection);
  /development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
LayoutTransChanging.java 31 * container.
47 final LinearLayout container = local
48 (LinearLayout) findViewById(R.id.container);
53 container.addView(new ColoredView(this));
60 container.addView(new ColoredView(context), 1);
67 if (container.getChildCount() > 0) {
69 container.removeViewAt(Math.min(1, container.getChildCount() - 1));
74 // Note that this assumes a LayoutTransition is set on the container, which is the
75 // case here because the container has the attribute "animateLayoutChanges" set to tru
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc 28 GtkFloatingContainerChild* GetChild(GtkFloatingContainer* container,
30 for (GList* floating_children = container->floating_children;
46 static void gtk_floating_container_remove(GtkContainer* container,
48 static void gtk_floating_container_forall(GtkContainer* container,
56 static void gtk_floating_container_set_child_property(GtkContainer* container,
61 static void gtk_floating_container_get_child_property(GtkContainer* container,
125 static void gtk_floating_container_init(GtkFloatingContainer* container) {
126 GTK_WIDGET_SET_FLAGS(container, GTK_NO_WINDOW);
128 container->floating_children = NULL;
131 static void gtk_floating_container_remove(GtkContainer* container,
230 GtkFloatingContainer* container = GTK_FLOATING_CONTAINER(widget); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginDocument.cpp 51 WebPluginContainerImpl* container = static_cast<WebPluginContainerImpl*>(static_cast<PluginDocument*>(doc)->pluginWidget()); local
52 return container->plugin();

Completed in 699 milliseconds

1 23 4 5 6 7 8 91011>>