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

123

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-swapelements.js31 function Item(val) { class
48 array1[i] = new Item(i);
/external/v8/test/mjsunit/regress/
H A Dregress-swapelements.js31 function Item(val) { class
48 array1[i] = new Item(i);
/external/chromium_org/tools/gn/
H A Ditem.cc9 Item::Item(const Label& label) : label_(label) { function in class:Item
12 Item::~Item() {
15 Config* Item::AsConfig() { return NULL; }
16 const Config* Item::AsConfig() const { return NULL; }
17 Target* Item::AsTarget() { return NULL; }
18 const Target* Item::AsTarget() const { return NULL; }
19 Toolchain* Item::AsToolchain() { return NULL; }
20 const Toolchain* Item
[all...]
H A Ditem.h18 class Item { class
20 Item(const Label& label);
21 virtual ~Item();
/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/chrome/browser/extensions/
H A Dprocess_map.cc9 // Item
10 struct ProcessMap::Item { struct in class:extensions::ProcessMap
11 Item() : process_id(0), site_instance_id(0) { function in struct:extensions::ProcessMap::Item
16 explicit Item(const ProcessMap::Item& other) function in struct:extensions::ProcessMap::Item
22 Item(const std::string& extension_id, int process_id, function in struct:extensions::ProcessMap::Item
29 ~Item() {
32 bool operator<(const ProcessMap::Item& other) const {
65 return items_.insert(Item(extension_id, process_id, site_instance_id)).second;
70 return items_.erase(Item(extension_i
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dfile_grid.js49 FileGrid.Item.decorate(item, entry, self);
188 * Item for the Grid View.
191 FileGrid.Item = function() {
198 FileGrid.Item.prototype.__proto__ = cr.ui.ListItem.prototype;
200 Object.defineProperty(FileGrid.Item.prototype, 'label', {
202 * @this {FileGrid.Item}
215 FileGrid.Item.decorate = function(li, entry, grid) {
216 li.__proto__ = FileGrid.Item.prototype;
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Drecently_used_folders_combo_model.cc20 struct RecentlyUsedFoldersComboModel::Item { struct in class:RecentlyUsedFoldersComboModel
27 Item(const BookmarkNode* node, Type type);
28 ~Item();
30 bool operator==(const Item& item) const;
36 RecentlyUsedFoldersComboModel::Item::Item(const BookmarkNode* node, function in class:RecentlyUsedFoldersComboModel::Item
42 RecentlyUsedFoldersComboModel::Item::~Item() {}
44 bool RecentlyUsedFoldersComboModel::Item::operator==(const Item
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_models.h96 struct Item { struct in class:autofill::SuggestionsMenuModel
102 std::vector<Item> items_;
/external/chromium_org/chrome/common/
H A Dautomation_messages.h165 struct Item { struct in struct:ContextMenuModel
166 Item();
189 std::vector<Item> items;
H A Dautomation_messages.cc45 ContextMenuModel::Item::Item() function in class:ContextMenuModel::Item
80 ContextMenuModel::Item item;
111 const ContextMenuModel::Item& item = p.items[i];
/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/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/Source/core/html/
H A DFormDataList.h33 class Item { class in class:WebCore::FormDataList
35 Item() { } function in class:WebCore::FormDataList::Item
36 Item(const WTF::CString& data) : m_data(data) { } function in class:WebCore::FormDataList::Item
37 Item(PassRefPtr<Blob> blob, const String& filename) : m_blob(blob), m_filename(filename) { } function in class:WebCore::FormDataList::Item
72 const Vector<Item>& items() const { return m_items; }
81 Vector<Item> m_items;
/external/clang/test/CodeGen/
H A Daarch64-type-sizes.c83 Item enumerator in enum:Small
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dgallery_item.js13 Gallery.Item = function(url) {
21 Gallery.Item.prototype.getUrl = function() { return this.url_ };
26 Gallery.Item.prototype.setUrl = function(url) { this.url_ = url };
31 Gallery.Item.prototype.getFileName = function() {
38 Gallery.Item.prototype.isOriginal = function() { return this.original_ };
44 Gallery.Item.COPY_SIGNATURE = ' - Edited';
50 Gallery.Item.REGEXP_COPY_0 =
51 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + '$');
57 Gallery.Item.REGEXP_COPY_N =
58 new RegExp('^(.+)' + Gallery.Item
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu_model.h32 struct Item { struct in class:AvatarMenuModel
33 Item(size_t model_index, const gfx::Image& icon);
34 ~Item();
55 // The index in the |profile_cache| that this Item represents.
89 // Gets the an Item at a specified index.
90 const Item& GetItemAt(size_t index);
144 std::vector<Item*> items_;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebBlobData.h49 struct Item { struct in class:WebKit::WebBlobData
76 WEBKIT_EXPORT bool itemAt(size_t index, Item& result) const;
H A DWebDragData.h53 struct Item { struct in class:WebKit::WebDragData
102 WEBKIT_EXPORT WebVector<Item> items() const;
103 WEBKIT_EXPORT void setItems(const WebVector<Item>&);
104 WEBKIT_EXPORT void addItem(const Item&);
/external/chromium_org/webkit/common/blob/
H A Dblob_data.h25 typedef webkit_common::DataElement Item; typedef in class:webkit_blob::BlobData
53 const std::vector<Item>& items() const { return items_; }
75 std::vector<Item> items_;

Completed in 975 milliseconds

123