/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.h | 109 // popup/context menu is hidden or shown by the container). 156 // A single section in the browser action container. This contains the actual 180 // The container for this view. 191 // The BrowserActionsContainer is a container view, responsible for drawing the 194 // The container is placed flush against the omnibox and wrench menu, and its 207 // The reason the container contains the trailing space "s", rather than having 215 // 1) The container can never grow beyond the space needed to show all icons 217 // 2) The container can never shrink below the space needed to show just the 219 // to show, in which case the container won't be visible anyway). 220 // 3) The container snaps into place (to the pixel count that fits the visibl [all...] |
/bionic/libc/kernel/common/linux/ |
transport_class.h | 34 struct attribute_container container; member in struct:anon_transport_class 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/development/ndk/platforms/android-3/include/linux/ |
transport_class.h | 34 struct attribute_container container; member in struct:anon_transport_class 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/external/chromium/chrome/browser/policy/proto/ |
old_generic_format.proto | 21 // Generic value container. 49 // Generic name value pair container.
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/ |
notification.html | 15 <div id="progress-container"> 26 <div id="completed-container" class="invisible"> 35 <div id="failed-container" class="invisible"> 38 <div id="canceled-container" class="invisible"> 50 this.progressContainer_ = document.getElementById('progress-container'); 66 this.completedContainer_ = document.getElementById('completed-container'); 70 this.failedContainer_ = document.getElementById('failed-container'); 73 this.canceledContainer_ = document.getElementById('canceled-container');
|
/external/chromium/chrome/browser/resources/sync_internals/ |
sync_node_browser.css | 11 #sync-node-tree-container { 24 overflow: visible; /* let the container do the scrolling */
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
previewable_contents_controller.h | 17 // The "active" view is a container view that can be retrieved using 26 // Container view for the "active" contents.
|
previewable_contents_controller.mm | 33 // Hide the active container and add the preview contents. 41 // Remove the preview contents and reshow the active container.
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
extension_infobar_gtk.h | 21 public ExtensionViewGtk::Container { 30 // ExtensionViewGtk::Container implementation
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p3.cpp | 31 template <class Container> 32 void quuz(const Container &cont) {
|
/external/clang/test/SemaTemplate/ |
dependent-base-member-init.cpp | 26 _Container* container; member in class:insert_iterator 27 insert_iterator(_Container& __x) : container(&__x) {}
|
/external/collada/include/dae/ |
daeMetaAny.h | 22 * @param container The daeMetaElement that this policy object belongs to. 29 daeMetaAny( daeMetaElement *container, daeMetaCMPolicy *parent = NULL, daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1 );
|
daeMetaChoice.h | 22 * @param container The daeMetaElement that this policy object belongs to. 30 daeMetaChoice( daeMetaElement *container, daeMetaCMPolicy *parent = NULL, daeUInt choiceNum = 0, daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1 );
|
daeMetaGroup.h | 25 * @param container The daeMetaElement that this policy object belongs to. 32 daeMetaGroup( daeMetaElementAttribute *econ, daeMetaElement *container, daeMetaCMPolicy *parent = NULL,
|
daeMetaSequence.h | 22 * @param container The daeMetaElement that this policy object belongs to. 29 daeMetaSequence( daeMetaElement *container, daeMetaCMPolicy *parent = NULL, daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1 );
|
/external/collada/src/dae/ |
daeMetaAny.cpp | 14 daeMetaAny::daeMetaAny( daeMetaElement *container, daeMetaCMPolicy *parent, daeUInt ordinal, 15 daeInt minO, daeInt maxO) : daeMetaCMPolicy( container, parent, ordinal, minO, maxO )
|
/external/webkit/Source/WebCore/manual-tests/ |
containing-block-position-change.html | 10 var container = document.getElementById("rel"); 13 container.style.position = "relative";
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
FontCustomPlatformData.h | 44 FontCustomPlatformData(ATSFontContainerRef container, CGFontRef cgFont) 45 : m_atsContainer(container)
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestCanvas2.java | 32 public View onCreateView(LayoutInflater inflater, ViewGroup container, 34 return inflater.inflate(R.layout.canvas2, container, false);
|
BiDiTestGalleryLtr.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, 30 View v = inflater.inflate(R.layout.gallery_ltr, container, false);
|
BiDiTestGalleryRtl.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, 30 View v = inflater.inflate(R.layout.gallery_rtl, container, false);
|
BiDiTestTextViewDrawablesLtr.java | 32 public View onCreateView(LayoutInflater inflater, ViewGroup container, 34 currentView = inflater.inflate(R.layout.textview_drawables_ltr, container, false);
|
BiDiTestTextViewDrawablesRtl.java | 32 public View onCreateView(LayoutInflater inflater, ViewGroup container, 34 currentView = inflater.inflate(R.layout.textview_drawables_rtl, container, false);
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
MockImage.java | 23 protected void setContainer(IImageList container) { 24 this.mContainer = container;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ItemInfo.java | 47 * The id of the container that holds this item. For the desktop, this will be 52 long container = NO_ID; field in class:ItemInfo 100 container = info.container; 111 values.put(LauncherSettings.Favorites.CONTAINER, container); 159 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container
|