Searched refs:model (Results 251 - 275 of 1093) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dback_button.cc12 ui::MenuModel* model)
13 : ToolbarButton(listener, model),
11 BackButton(views::ButtonListener* listener, ui::MenuModel* model) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelinePowerGraph.js10 * @param {!WebInspector.TimelineModel} model
12 WebInspector.TimelinePowerGraph = function(delegate, model)
14 WebInspector.CountersGraph.call(this, WebInspector.UIString("POWER"), delegate, model);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
H A Difcritical-err.asm1 ; This worked under NASM. Due to the once-parse model used by YASM, this no
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_2.h24 // A menu. Populated from a model, and relies on a delegate to execute commands.
26 // WARNING: do NOT create and use Menu2 on the stack. Menu2 notifies the model
38 // Creates a new menu populated with the contents of |model|.
40 // the model. As such, it is typically not safe to use this as the model
44 explicit Menu2(ui::MenuModel* model);
56 // Called when the model supplying data to this menu has changed, and the menu
61 // from the model.
79 ui::MenuModel* model() const { return model_; } function in class:views::Menu2
H A Dmenu_model_adapter.h41 // Creates a menu item for the specified entry in the model and adds it as
43 static MenuItemView* AddMenuItemFromModelAt(ui::MenuModel* model,
49 // Creates a menu item for the specified entry in the model and appends it as
51 static MenuItemView* AppendMenuItemFromModel(ui::MenuModel* model,
58 // |model|. Subclasses override this to allow custom items to be added to the
61 ui::MenuModel* model,
82 void BuildMenuImpl(MenuItemView* menu, ui::MenuModel* model);
85 // traversal. The first element is always the top-level model
/external/chromium_org/ui/views/controls/table/
H A Dtable_utils.h31 ui::TableModel* model);
46 ui::TableModel* model);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DStringComboPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
20 * @coverage core.model.property.editor
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipTextProvider.java11 package org.eclipse.wb.internal.core.model.property.table;
16 import org.eclipse.wb.internal.core.model.property.Property;
22 * @coverage core.model.property.table
/external/junit/src/org/junit/rules/
H A DTestWatchman.java4 import org.junit.runners.model.FrameworkMethod;
5 import org.junit.runners.model.Statement;
/external/junit/src/org/junit/runners/model/
H A DMultipleFailureException.java3 package org.junit.runners.model;
53 * org.junit.internal.runners.model.MultipleFailureException.
58 throw new org.junit.internal.runners.model.MultipleFailureException(errors);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc262 // The model fetch failed.
272 // Empty model file.
292 // Unable to parse the model file.
293 SetModelFetchResponse("Invalid model file", net::HTTP_OK,
303 ClientSideModel model; local
304 model.set_max_words_per_term(4);
305 SetModelFetchResponse(model.SerializePartialAsString(), net::HTTP_OK,
315 model.set_version(10);
316 model.add_hashes("bla");
317 model
546 ClientSideModel model; local
601 ClientSideModel model; local
653 ClientSideModel model; local
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DAbstractInputEditor.java31 import org.antlr.gunit.swingui.model.ITestCaseInput;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputFile.java29 package org.antlr.gunit.swingui.model;
H A DTestCaseOutputResult.java29 package org.antlr.gunit.swingui.model;
/external/chromium_org/athena/extensions/public/
H A Dextension_app_model_builder.h22 virtual void PopulateApps(app_list::AppListModel* model) OVERRIDE;
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_data_type_controller.cc101 void BookmarkDataTypeController::BookmarkModelLoaded(BookmarkModel* model, argument
103 DCHECK(model->loaded());
104 model->RemoveObserver(this);
115 BookmarkModel* model) {
119 // Check that both the bookmark model and the history service (for favicons)
114 BookmarkModelBeingDeleted( BookmarkModel* model) argument
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_list.cc53 TabModel* model = *i; local
54 for (int index = 0; index < model->GetTabCount(); index++) {
55 if (web_contents == model->GetWebContentsAt(index))
56 return model;
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_sync_ui_state_watcher.h23 AppSyncUIStateWatcher(Profile* profile, app_list::AppListModel* model);
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_controller_test.h25 ManagePasswordsBubbleModel* model();
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
H A Drecent_tabs_menu_model_delegate.h17 // Updates the recent tabs menu when the model changes.
20 // |model| must live longer than this object.
21 RecentTabsMenuModelDelegate(ui::MenuModel* model, NSMenu* menu);
/external/chromium_org/chrome/browser/ui/translate/
H A Dlanguage_combobox_model.h16 // The model for the combobox to select a language. This is used for Translate
21 TranslateBubbleModel* model);
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_models.h36 RenderModelSimulator* ConstructSimulationModel(RenderModel model,
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dempty_timeline_data_importer.py10 def __init__(self, model, timeline_data, import_priority=0):
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dvolume_controller.js34 'model.volume': 'onVolumeChanged',
41 model: null,
44 * Invoked when the model changed.
79 * Invoked when the 'volume' value in the model is changed.
95 this.model.volume = 100 - newValue;
/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

Completed in 632 milliseconds

<<11121314151617181920>>