Searched defs:Item (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-swapelements.js31 function Item(val) { class
48 array1[i] = new Item(i);
/external/chromium_org/ui/file_manager/gallery/js/
H A Dgallery_item.js17 Gallery.Item = function(
79 Gallery.Item.prototype.getEntry = function() { return this.entry_; };
84 Gallery.Item.prototype.getLocationInfo = function() {
91 Gallery.Item.prototype.getMetadata = function() { return this.metadata_; };
100 Gallery.Item.prototype.getFetchedMedia = function() {
118 Gallery.Item.prototype.setMetadata = function(metadata) {
125 Gallery.Item.prototype.getFileName = function() {
132 Gallery.Item.prototype.isOriginal = function() { return this.original_; };
138 Gallery.Item.prototype.getLastAccessedDate = function() {
145 Gallery.Item
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_list.h34 void * Item; member in struct:rc_list
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_list.h34 void * Item; member in struct:rc_list
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A DPrototype.js41 function Item(name){ class
46 this.base = Item; // set Item constructor as method of Book object
50 Book.prototype = new Item;
/external/chromium_org/tools/gn/
H A Ditem.cc9 Item::Item(const Settings* settings, const Label& label) function in class:Item
15 Item::~Item() {
18 Config* Item::AsConfig() { return NULL; }
19 const Config* Item::AsConfig() const { return NULL; }
20 Target* Item::AsTarget() { return NULL; }
21 const Target* Item::AsTarget() const { return NULL; }
22 Toolchain* Item::AsToolchain() { return NULL; }
23 const Toolchain* Item
[all...]
H A Ditem.h21 class Item { class
23 Item(const Settings* settings, const Label& label);
24 virtual ~Item();
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_grid.js52 FileGrid.Item.decorate(item, entry, self);
200 * Item for the Grid View.
203 FileGrid.Item = function() {
210 FileGrid.Item.prototype.__proto__ = cr.ui.ListItem.prototype;
212 Object.defineProperty(FileGrid.Item.prototype, 'label', {
214 * @this {FileGrid.Item}
227 FileGrid.Item.decorate = function(li, entry, grid) {
228 li.__proto__ = FileGrid.Item.prototype;
/external/chromium_org/extensions/browser/
H A Dprocess_map.cc15 // Item
16 struct ProcessMap::Item { struct in class:extensions::ProcessMap
17 Item() : process_id(0), site_instance_id(0) { function in struct:extensions::ProcessMap::Item
22 explicit Item(const ProcessMap::Item& other) function in struct:extensions::ProcessMap::Item
28 Item(const std::string& extension_id, int process_id, function in struct:extensions::ProcessMap::Item
35 ~Item() {
38 bool operator<(const ProcessMap::Item& other) const {
76 return items_.insert(Item(extension_id, process_id, site_instance_id)).second;
81 return items_.erase(Item(extension_i
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_models.h92 struct Item { struct in class:autofill::SuggestionsMenuModel
98 std::vector<Item> items_;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DCallbackStack.h19 class Item { class in class:blink::CallbackStack
21 Item() { } function in class:blink::CallbackStack::Item
22 Item(void* object, VisitorCallback callback) function in class:blink::CallbackStack::Item
41 Item* allocateEntry();
42 Item* pop();
/external/clang/test/CodeGenCXX/
H A Dtypeid-cxx11.cpp6 struct Item { struct in namespace:Test1
13 template<typename T> constexpr Item item(const char *name) {
22 constexpr Item items[] = {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DItem.java25 public abstract class Item { class
29 public Item() { method in class:Item
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DItem.java21 * pubsub node. An <tt>Item</tt> has several properties that are dependent
24 * <h1>An Item received from a node (via {@link LeafNode#getItems()} or {@link LeafNode#addItemEventListener(org.jivesoftware.smackx.pubsub.listener.ItemEventListener)}</b>
30 * <h1>An Item created to send to a node (via {@link LeafNode#send()} or {@link LeafNode#publish()}</b>
42 public class Item extends NodeExtension class in inherits:NodeExtension
47 * Create an empty <tt>Item</tt> with no id. This is a valid item for nodes which are configured
50 * set to false, no <tt>Item</tt> is sent to the node, you have to use {@link LeafNode#send()} or {@link LeafNode#publish()}
53 public Item() method in class:Item
59 * Create an <tt>Item</tt> with an id but no payload. This is a valid item for nodes which are configured
63 * Passing null is the equivalent of calling {@link #Item()}.
65 public Item(Strin method in class:Item
83 public Item(String itemId, String nodeId) method in class:Item
[all...]
/external/chromium_org/cc/resources/
H A Drasterizer.cc59 RasterTaskQueue::Item::Item(RasterTask* task, function in class:cc::RasterTaskQueue::Item
65 RasterTaskQueue::Item::~Item() {}
/external/chromium_org/third_party/skia/include/views/
H A DSkOSMenu.h50 class Item { class in class:SkOSMenu
56 Item(const char label[], SkOSMenu::Type type, const char slotName[],
58 ~Item() { delete fEvent; }
96 const Item* getItemByID(int itemID) const;
97 void getItems(const Item* items[]) const;
175 SkTDArray<Item*> fItems;
/external/skia/include/views/
H A DSkOSMenu.h50 class Item { class in class:SkOSMenu
56 Item(const char label[], SkOSMenu::Type type, const char slotName[],
58 ~Item() { delete fEvent; }
96 const Item* getItemByID(int itemID) const;
97 void getItems(const Item* items[]) const;
175 SkTDArray<Item*> fItems;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebBlobData.h50 struct Item { struct in class:blink::WebBlobData
71 BLINK_PLATFORM_EXPORT bool itemAt(size_t index, Item& result) const;
H A DWebDragData.h49 struct Item { struct in class:blink::WebDragData
103 BLINK_EXPORT WebVector<Item> items() const;
104 BLINK_EXPORT void setItems(const WebVector<Item>&);
105 BLINK_EXPORT void addItem(const Item&);
/external/clang/test/CodeGen/
H A Daarch64-type-sizes.c85 Item enumerator in enum:Small
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DItem.java38 final class Item { class
55 * Special Item types are used for Items that are stored in the ClassWriter
101 Item next;
104 * Constructs an uninitialized {@link Item}.
106 Item() { method in class:Item
110 * Constructs an uninitialized {@link Item} for constant pool element at
115 Item(final int index) { method in class:Item
125 Item(final int index, final Item i) { method in class:Item
225 boolean isEqualTo(final Item
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu.h47 struct Item { struct in class:AvatarMenu
48 Item(size_t menu_index, size_t profile_index, const gfx::Image& icon);
49 ~Item();
102 static bool CompareItems(const Item* item1, const Item* item2);
124 // Gets the Item at the specified index.
125 const Item& GetItemAt(size_t index) const;
/external/chromium_org/mojo/spy/
H A Dspy_server_impl.cc23 struct SpyServerImpl::Item { struct in class:mojo::SpyServerImpl
32 Item(uint32_t id, Type type) : id(id), type(type) {} function in struct:mojo::SpyServerImpl::Item
82 items_[id] = new Item(id, Item::kServiceIntercept);
/external/chromium_org/storage/common/blob/
H A Dblob_data.h25 typedef storage::DataElement Item; typedef in class:storage::BlobData
48 const std::vector<Item>& items() const { return items_; }
70 std::vector<Item> items_;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DFormDataList.h36 class Item { class in class:blink::FormDataList
39 Item() { } function in class:blink::FormDataList::Item
40 Item(const WTF::CString& data) : m_data(data) { } function in class:blink::FormDataList::Item
41 Item(PassRefPtrWillBeRawPtr<Blob> blob, const String& filename) : m_blob(blob), m_filename(filename) { } function in class:blink::FormDataList::Item
81 const WillBeHeapVector<Item>& items() const { return m_items; }
100 WillBeHeapVector<Item> m_items;
105 WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(blink::FormDataList::Item);

Completed in 9547 milliseconds

1234