Searched defs:model (Results 26 - 50 of 544) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_apitest.cc32 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile); local
35 test::WaitForBookmarkModelToLoad(model);
58 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile); local
59 test::WaitForBookmarkModelToLoad(model);
60 const BookmarkNode* bar = model->bookmark_bar_node();
62 model->AddFolder(bar, 0, base::ASCIIToUTF16("Folder"));
63 model->AddURL(bar, 1, base::ASCIIToUTF16("AAA"),
65 model->AddURL(folder, 0, base::ASCIIToUTF16("BBB"),
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_drag_drop.cc25 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile); local
27 bookmarks::ScopedGroupBookmarkActions group_drops(model);
31 data.GetNodes(model, profile->GetPath());
32 DCHECK(model->client()->CanBeEditedByUser(parent_node));
33 DCHECK(copy || bookmark_utils::CanAllBeEditedByUser(model->client(),
39 model->Copy(dragged_nodes[i], parent_node, index);
41 model->Move(dragged_nodes[i], parent_node, index);
50 bookmark_utils::CloneBookmarkNode(model, data.elements, parent_node,
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view.h8 // the view. Since the model is shared between platforms, we need to define an
40 // Used by the automation system for getting at the model from the view.
41 OmniboxEditModel* model() { return model_.get(); } function in class:OmniboxView
42 const OmniboxEditModel* model() const { return model_.get(); } function in class:OmniboxView
105 // if the model should be notified of the change.
163 // Shows or hides the caret based on whether the model's is_caret_visible() is
167 // Called when the temporary text in the model may have changed.
170 // the user's existing selection. |notify_text_changed| is true if the model
176 // Called when the inline autocomplete text in the model may have changed.
183 // Called when the inline autocomplete text in the model ha
[all...]
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_bubble.h19 // is responsible for creating and destroying the model associated with the view
32 ManagePasswordsBubbleModel* model() { return model_.get(); } function in class:ManagePasswordsBubble
33 const ManagePasswordsBubbleModel* model() const { return model_.get(); } function in class:ManagePasswordsBubble
/external/chromium_org/chrome/browser/ui/translate/
H A Dlanguage_combobox_model.cc11 TranslateBubbleModel* model)
13 model_(model) {
9 LanguageComboboxModel( int default_index, TranslateBubbleModel* model) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest_win.cc52 TabStripModel* model = browser()->tab_strip_model(); local
62 EXPECT_EQ("1 0", IDString(model));
365 LOG(INFO) << "Tab strip 1 model string (expect '0 1'): "
367 LOG(INFO) << "Tab strip 2 model string (expect '100'): "
381 LOG(INFO) << "Tab strip 1 model string (expect '0 1'): "
383 LOG(INFO) << "Tab strip 2 model string (expect '100'): "
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-x86.cc89 // get feature flags in ecx/edx, and family/model in eax
92 int family = (eax >> 8) & 0xf; // family and model fields
93 int model = (eax >> 4) & 0xf; local
94 if (family == 0xf) { // use extended family and model fields
96 model += ((eax >> 16) & 0xf) << 4;
103 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
106 32 <= model && model <= 63) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-x86.cc89 // get feature flags in ecx/edx, and family/model in eax
92 int family = (eax >> 8) & 0xf; // family and model fields
93 int model = (eax >> 4) & 0xf; local
94 if (family == 0xf) { // use extended family and model fields
96 model += ((eax >> 16) & 0xf) << 4;
103 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
106 32 <= model && model <= 63) {
/external/chromium_org/ui/base/cocoa/
H A Dmenu_controller.h18 // A controller for the cross-platform menu model. The menu that's created
20 // NSValue holding a pointer to the model for that level of the menu (to
21 // allow for hierarchical menus). The tag is the index into that model for
22 // that particular item. It is important that the model outlives this object
33 @property(nonatomic, assign) ui::MenuModel* model; variable
46 // Builds a NSMenu from the pre-built model (must not be nil). Changes made
47 // to the contents of the model after calling this will not be noticed. If
51 - (id)initWithModel:(ui::MenuModel*)model
80 fromModel:(ui::MenuModel*)model;
81 - (NSMenu*)menuFromModel:(ui::MenuModel*)model;
[all...]
/external/chromium_org/ui/base/models/
H A Dlist_selection_model_unittest.cc17 // Returns the state of the selection model as a string. The format is:
19 static std::string StateAsString(const ListSelectionModel& model) { argument
20 std::string result = "active=" + base::IntToString(model.active()) +
21 " anchor=" + base::IntToString(model.anchor()) +
24 model.selected_indices());
34 ListSelectionModel model; local
35 EXPECT_EQ("active=-1 anchor=-1 selection=", StateAsString(model));
36 EXPECT_TRUE(model.empty());
40 ListSelectionModel model; local
41 model
47 ListSelectionModel model; local
54 ListSelectionModel model; local
66 ListSelectionModel model; local
84 ListSelectionModel model; local
91 ListSelectionModel model; local
100 ListSelectionModel model; local
113 ListSelectionModel model; local
129 ListSelectionModel model; local
137 ListSelectionModel model; local
148 ListSelectionModel model; local
159 ListSelectionModel model; local
170 ListSelectionModel model; local
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_test_api.h25 TextfieldModel* model() const { return textfield_->model_.get(); } function in class:views::TextfieldTestApi
/external/chromium_org/ui/views/
H A Dview_model_unittest.cc15 // Returns a string containing the x-coordinate of each of the views in |model|.
16 std::string BoundsString(const ViewModel& model) { argument
18 for (int i = 0; i < model.view_size(); ++i) {
21 result += base::IntToString(model.ideal_bounds(i).x());
26 // Returns a string containing the id of each of the views in |model|.
27 std::string ViewIDsString(const ViewModel& model) { argument
29 for (int i = 0; i < model.view_size(); ++i) {
32 result += base::IntToString(model.view_at(i)->id());
41 ViewModel model; local
42 model
56 ViewModel model; local
72 ViewModel model; local
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DImageVideoWrapper.java1 package com.bumptech.glide.load.model;
H A DModelLoaderFactory.java1 package com.bumptech.glide.load.model;
6 * An interface for creating a {@link ModelLoader} for a given model type. Will be retained statically so should not
14 * Build a concrete ModelLoader for this model type.
H A DStreamEncoder.java1 package com.bumptech.glide.load.model;
H A DImageVideoModelLoader.java1 package com.bumptech.glide.load.model;
26 public DataFetcher<ImageVideoWrapper> getResourceFetcher(A model, int width, int height) { argument
29 streamFetcher = streamLoader.getResourceFetcher(model, width, height);
33 fileDescriptorFetcher = fileDescriptorLoader.getResourceFetcher(model, width, height);
H A DModelCache.java1 package com.bumptech.glide.load.model;
10 * model, width and height. For a loader that takes a model and returns a url, the cache could be used to safely memoize
24 public static <A> ModelKey<A> get(A model, int width, int height) { argument
30 modelKey.init(model, width, height);
36 private A model; field in class:ModelCache.ModelKey
40 private void init(A model, int width, int height) { argument
41 this.model = model;
59 if (!model
97 get(A model, int width, int height) argument
112 put(A model, int width, int height, B value) argument
[all...]
/external/junit/src/org/junit/internal/runners/model/
H A DMultipleFailureException.java1 package org.junit.internal.runners.model;
6 public class MultipleFailureException extends org.junit.runners.model.MultipleFailureException {
H A DReflectiveCallable.java4 package org.junit.internal.runners.model;
/external/junit/src/org/junit/runners/model/
H A DFrameworkMember.java1 package org.junit.runners.model;
H A DRunnerScheduler.java1 package org.junit.runners.model;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DAspectRatio.java21 package com.googlecode.mp4parser.h264.model;
H A DBitstreamElement.java21 package com.googlecode.mp4parser.h264.model;
H A DScalingMatrix.java21 package com.googlecode.mp4parser.h264.model;
/external/qemu/hw/watchdog/
H A Dwatchdog.c29 void watchdog_add_model(WatchdogTimerModel *model) argument
31 QLIST_INSERT_HEAD(&watchdog_list, model, entry);
41 WatchdogTimerModel *model; local
51 QLIST_FOREACH(model, &watchdog_list, entry) {
53 model->wdt_name, model->wdt_description);
58 QLIST_FOREACH(model, &watchdog_list, entry) {
59 if (strcasecmp(model->wdt_name, p) == 0) {
60 watchdog = model;
66 QLIST_FOREACH(model,
[all...]

Completed in 444 milliseconds

1234567891011>>