/external/chromium/chrome/browser/ui/gtk/ |
gtk_tree.h | 28 gint GetRowNumForIter(GtkTreeModel* model, GtkTreeIter* iter); 30 // Get the row number in the child tree model corresponding to |sort_path| in 31 // the parent tree model. 95 // Add all model rows corresponding to the given list store indices to |rows|. 101 static gboolean OnCheckRowIsSeparator(GtkTreeModel* model, 108 GtkTreeModel* model, 124 // Return the index into the list store for the given model row. 175 virtual void TreeNodesAdded(ui::TreeModel* model, 179 virtual void TreeNodesRemoved(ui::TreeModel* model, 183 virtual void TreeNodeChanged(ui::TreeModel* model, ui::TreeModelNode* node) [all...] |
/external/llvm/lib/Target/Mips/ |
MipsTargetMachine.cpp | 38 Reloc::Model RM, CodeModel::Model CM, 57 Reloc::Model RM, CodeModel::Model CM) : 63 Reloc::Model RM, CodeModel::Model CM) : 69 Reloc::Model RM, CodeModel::Model CM) : 75 Reloc::Model RM, CodeModel::Model CM) [all...] |
/external/srec/srec/AcousticModels/include/ |
SR_AcousticModels.h | 40 * Acoustic model collection. 46 * Acoustic model collection. 93 * @param index Index of model within collection (0-based) 94 * @param id [out] Resulting model ID 103 * @param index Index of model within collection (0-based) 104 * @param id New model ID 173 * @param index Index of model within collection (0-based) 174 * @param id [out] Resulting model ID 183 * @param index Index of model within collection (0-based) 184 * @param id New model I [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller_unittest.mm | 128 const BookmarkNode* folderA_; // Owned by model. 129 const BookmarkNode* longTitleNode_; // Owned by model. 132 BookmarkModel* model = helper_.profile()->GetBookmarkModel(); 133 const BookmarkNode* parent = model->GetBookmarkBarNode(); 134 const BookmarkNode* folderA = model->AddFolder(parent, 138 model->AddFolder(parent, parent->child_count(), 140 const BookmarkNode* folderB = model->AddFolder(folderA, 143 model->AddFolder(folderA, 146 model->AddURL(folderA, folderA->child_count(), ASCIIToUTF16("title a"), 148 longTitleNode_ = model->AddURL [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service_unittest.cc | 180 FilePath model_path = tmp_dir.path().AppendASCII("model"); 182 // The first time we create the csd service the model file does not exist so 184 SetModelFetchResponse("BOGUS MODEL", true); 188 EXPECT_EQ(ReadModelFile(model_file), "BOGUS MODEL"); 194 // The second time the model already exists on disk. In this case there 200 EXPECT_EQ(ReadModelFile(model_file), "BOGUS MODEL"); 202 // If the model does not exist and the fetch fails we should get an error. 210 SetModelFetchResponse("bogus model", true /* success */); 214 tmp_dir.path().AppendASCII("model"), NULL)); 225 SetModelFetchResponse("bogus model", true /* success */) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 91 peers->setModel(&model); 187 ctx_item = model.itemFromIndex(idx); 433 if (model.rowCount() > 0) { 434 QModelIndexList lst = model.match(model.index(0, 0), 439 item = model.itemFromIndex(lst[i]); 444 model.removeRow(lst[i].row()); 455 model.appendRow(item); 560 model.appendRow(item); 567 if (model.rowCount() == 0 [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.cc | 93 void CloneBookmarkNodeImpl(BookmarkModel* model, 98 model->AddURL(parent, index_to_add_at, element.title, element.url); 100 const BookmarkNode* new_folder = model->AddFolder(parent, 104 CloneBookmarkNodeImpl(model, element.children[i], new_folder, i); 261 BookmarkModel* model = profile->GetBookmarkModel(); local 268 model->Move(dragged_nodes[i], parent_node, index); 276 bookmark_utils::CloneBookmarkNode(model, data.elements, parent_node, index); 313 void CloneBookmarkNode(BookmarkModel* model, 317 if (!parent->is_folder() || !model) { 322 CloneBookmarkNodeImpl(model, elements[i], parent, index_to_add_at + i) [all...] |
/external/chromium/net/tools/testserver/ |
chromiumsync_test.py | 17 self.model = chromiumsync.SyncDataModel() 20 self.model._entries[proto.id_string] = proto 28 return self.model.GetChanges(chromiumsync.UpdateSieve(message)) 48 self.assertFalse(self.model._ItemExists(proto.id_string)) 49 self.model._SaveEntry(proto) 51 self.assertTrue(self.model._ItemExists(proto.id_string)) 52 self.model._SaveEntry(proto) 55 self.assertTrue(self.model._ItemExists(proto.id_string)) 56 self.assertEqual(2, self.model._entries[proto.id_string].version) 77 self.model._WritePosition(entry, parent_id, prev_id [all...] |
/external/chromium/chrome/browser/autocomplete/ |
keyword_provider.cc | 75 TemplateURLModel* model) 77 model_(model), 118 // Make sure the model is loaded. This is cheap and quickly bails out if 119 // the model is already loaded. 120 TemplateURLModel* model = profile->GetTemplateURLModel(); 121 DCHECK(model); 122 model->Load(); 124 const TemplateURL* template_url = model->GetTemplateURLForKeyword(keyword); 161 // Make sure the model is loaded. This is cheap and quickly bails out if 162 // the model is already loaded 451 TemplateURLModel* model = profile_ ? profile_->GetTemplateURLModel() : model_; local [all...] |
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
array_data_model.js | 6 * @fileoverview This is a data model representin 14 * A data model that wraps a simple array. 27 * The length of the data model. 65 * This removes and adds items to the model. 91 * Appends items to the end of the model. 96 * @return {number} The new length of the model.
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_model_associator.h | 41 // Contains all model association related logic: 42 // * Algorithm to associate typed_url model and sync model. 43 // * Persisting model associations and loading them back. 63 // Iterates through the sync model looking for matched pairs of items. 72 // The has_nodes out param is true if the sync model has nodes other
|
session_change_processor.h | 29 // model, and vice versa. All operations and use of this class are 45 // BrowserSessionProvider -> sync_api model change application. 51 // sync_api model -> BrowserSessionProvider change application.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
browsercrapplication+applescript.mm | 78 BookmarkModel* model = defaultProfile->GetBookmarkModel(); 79 if (!model->IsLoaded()) { 86 initWithBookmarkNode:model->other_node()] autorelease]; 101 BookmarkModel* model = defaultProfile->GetBookmarkModel(); 102 if (!model->IsLoaded()) { 109 initWithBookmarkNode:model->GetBookmarkBarNode()] autorelease];
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.h | 68 // time the model changes, typically to cancel an operation that is showing 69 // data from the model such as a menu. This isn't intended as a general 71 // showing data from the model in a modal like setting and needs to cleanly 72 // exit the modal loop if the model changes out from under it. 83 // Invoked when the model changes. Should cancel the edit and close any 148 // Sets the model change listener to listener. 160 // Returns the model change listener. 168 // Returns the model. 240 // bookmark bar model has. 300 // Invoked when the bookmark bar model has finished loading. Creates a butto [all...] |
/external/chromium/chrome/browser/ui/webui/ |
cookies_tree_model_adapter.cc | 45 CookiesTreeModel* model) { 50 model_ = model; 61 void CookiesTreeModelAdapter::TreeNodesAdded(ui::TreeModel* model, 81 void CookiesTreeModelAdapter::TreeNodesRemoved(ui::TreeModel* model, 97 void CookiesTreeModelAdapter::TreeModelBeginBatch(CookiesTreeModel* model) { 102 void CookiesTreeModelAdapter::TreeModelEndBatch(CookiesTreeModel* model) {
|
/external/llvm/lib/Target/PTX/ |
PTXTargetMachine.h | 39 Reloc::Model RM, CodeModel::Model CM, 102 Reloc::Model RM, CodeModel::Model CM); 110 Reloc::Model RM, CodeModel::Model CM);
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.h | 45 Reloc::Model RM, CodeModel::Model CM, bool is64Bit); 82 Reloc::Model RM, CodeModel::Model CM); 91 Reloc::Model RM, CodeModel::Model CM);
|
/external/llvm/lib/Target/Sparc/ |
SparcTargetMachine.h | 38 Reloc::Model RM, CodeModel::Model CM, bool is64bit); 67 Reloc::Model RM, CodeModel::Model CM); 76 Reloc::Model RM, CodeModel::Model CM);
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.h | 42 Reloc::Model RM, CodeModel::Model CM, 88 Reloc::Model RM, CodeModel::Model CM); 115 Reloc::Model RM, CodeModel::Model CM);
|
/external/srec/srec/include/ |
swimodel.h | 44 * Model loading storage structures. 56 const featdata *avg_state_durations; /* average duration of this acoustic model state */ 78 /* the looping cost for the new duration model. In this new duration model, 92 /* the transition cost for the new duration model. In this new duration model,
|
/cts/tools/signature-tools/src/signature/io/html/ |
ApiOverviewPage.java | 21 import signature.compare.model.IApiDelta; 22 import signature.compare.model.IPackageDelta; 23 import signature.compare.model.impl.SigDelta;
|
PackageOverviewPage.java | 26 import signature.compare.model.IClassDefinitionDelta; 27 import signature.compare.model.IPackageDelta; 28 import signature.compare.model.impl.SigDelta;
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_exceptions_table_model.h | 31 // parent, and it has children, the row in model will be updated to have 33 // CONTENT_SETTING_DEFAULT parent, the parent will be removed from the model 37 // Removes all the exceptions from both the map and model.
|
/external/chromium/chrome/browser/search_engines/ |
template_url_scraper_unittest.cc | 29 explicit TemplateURLModelLoader(TemplateURLModel* model) : model_(model) { 31 Source<TemplateURLModel>(model));
|
/external/chromium/chrome/browser/ui/gtk/status_icons/ |
status_icon_gtk.cc | 56 void StatusIconGtk::UpdatePlatformContextMenu(ui::MenuModel* model) { 57 if (!model) 60 menu_.reset(new MenuGtk(NULL, model));
|