HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 1051 - 1075 of 4164) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
translate_infobar_base.h 90 // |newLanguageIdx| is the index of the newly selected item in the appropriate
95 // Called when an item in one of the toolbar's language or options
97 - (void)languageMenuChanged:(id)item;
98 - (void)optionsMenuChanged:(id)item;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 41 // Called when item with command |id| is chosen.
87 base::DictionaryValue* item = new base::DictionaryValue(); local
88 item->SetInteger("id", id);
89 item->SetString("label", model->GetLabelAt(i));
94 item->SetString("icon", webui::GetBitmapDataUrl(icon_bitmap));
97 item->SetBoolean("enabled", model->IsEnabledAt(i));
100 item->SetBoolean("bold", font_list->GetFontStyle() == gfx::Font::BOLD);
103 item->Set("sub", ConvertMenuModel(model->GetSubmenuModelAt(i)));
104 list->Append(item);
  /external/chromium_org/chrome/browser/ui/webui/
components_ui.cc 171 component_updater::CrxUpdateItem item; local
172 if (cus->GetComponentDetails(component_ids[j], &item)) {
175 component_entry->SetString("name", item.component.name);
176 component_entry->SetString("version", item.component.version.GetString());
177 component_entry->SetString("status", ServiceStatusToString(item.status));
248 component_updater::CrxUpdateItem item; local
249 if (cus->GetComponentDetails(id, &item))
250 parameters.SetString("version", item.component.version.GetString());
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 16 have that item set.
19 store to find the item will trickle back up, setting it on all object
  /external/chromium_org/chrome/common/importer/
importer_bridge.h 70 // item has begun.
71 virtual void NotifyItemStarted(importer::ImportItem item) = 0;
74 // item has completed.
75 virtual void NotifyItemEnded(importer::ImportItem item) = 0;
  /external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.h 77 virtual void NotifyItemStarted(importer::ImportItem item) OVERRIDE;
78 virtual void NotifyItemEnded(importer::ImportItem item) OVERRIDE;
  /external/chromium_org/chrome/utility/
profile_import_handler.cc 76 void ProfileImportHandler::OnImportItemFinished(uint16 item) {
77 items_to_import_ ^= item; // Remove finished item from mask.
  /external/chromium_org/content/browser/
renderer_data_memoizing_store.h 39 // Store adds |item| to this collection, associates it with the given render
40 // process id and returns an opaque identifier for it. If |item| is already
42 int Store(T* item, int process_id) {
43 DCHECK(item);
48 // Do we already know this item?
49 typename ReverseItemMap::iterator item_iter = item_to_id_.find(item);
56 id_to_item_[item_id] = item;
57 item_to_id_[item] = item_id;
97 // Retrieve fetches a previously Stored() item, identified by |item_id|.
98 // If |item_id| is recognized, |item| will be updated and Retrieve() wil
    [all...]
  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.cc 99 DownloadItem* item,
102 WebKitTestController::Get()->IsMainWindow(item->GetWebContents()) &&
103 item->GetMimeType() == "text/html") {
105 net::FilePathToFileURL(item->GetFullPath()));
161 DownloadItem* item = download_manager_->GetDownload(download_id); local
162 if (!item || (item->GetState() != DownloadItem::IN_PROGRESS))
173 save_as.hwndOwner = item->GetWebContents()->GetNativeView()->
  /external/chromium_org/content/test/
mock_webclipboard_impl.cc 164 const WebVector<WebDragData::Item>& itemList = data.items();
166 const WebDragData::Item& item = itemList[i]; local
167 switch (item.storageType) {
168 case WebDragData::Item::StorageTypeString: {
169 if (EqualsASCII(item.stringType, ui::Clipboard::kMimeTypeText)) {
170 m_plainText = item.stringData;
173 if (EqualsASCII(item.stringType, ui::Clipboard::kMimeTypeHTML)) {
174 m_htmlText = item.stringData;
177 m_customData.insert(std::make_pair(item.stringType, item.stringData))
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
index.css 66 .nav-item {
71 .nav-item:hover {
91 .config-item {
96 .config-item:hover {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestInterface2.idl 44 [RaisesException] getter TestInterfaceEmpty item(unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/core/css/
WebKitCSSTransformValue.idl 59 [ImplementedAs=item] getter CSSValue (unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMStringMap.h 53 virtual String item(const String& name) = 0;
75 return item(String::number(index));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionsCollection.idl 28 [ImplementedAs=item] getter Node (unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
Plugin.idl 29 getter MimeType item([Default=Undefined] optional unsigned long index);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 307 hb_language_item_t *item = lang_find_or_insert (str); local
309 return likely (item) ? item->lang : HB_LANGUAGE_INVALID;
509 hb_user_data_item_t item = {key, data, destroy}; local
510 bool ret = !!items.replace_or_insert (item, lock, replace);
518 hb_user_data_item_t item = {NULL }; local
520 return items.find (key, &item, lock) ? item.data : NULL;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubclient_unittest.cc 27 for (std::vector<buzz::PubSubItem>::const_iterator item = items.begin();
28 item != items.end(); ++item) {
30 handled_item.itemid = item->itemid;
31 if (item->elem->FirstElement() != NULL) {
32 handled_item.payload = item->elem->FirstElement()->Str();
45 const buzz::XmlElement* item) {
51 const buzz::XmlElement* item,
127 " <item id='key0'>"
129 " </item>"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_list.c 35 struct rc_list * rc_list(struct memory_pool * pool, void * item)
38 new->Item = item;
86 fprintf(stderr, "%p->", list->Item);
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
generate_user_config.py 98 for item in ordered_set:
101 dst.write('#define ' + item.replace('=', ' ') + '\n')
  /external/chromium_org/tools/json_schema_compiler/
json_parse.py 60 def IsDict(item):
61 return isinstance(item, (dict, OrderedDict))
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 20 // Generates the folder icon with the top 4 child item icons laid in 2x2 tile.
115 AppListItem* item,
118 if (item->id() == top_items_[i]->id()) {
227 AppListItem* item) {
233 AppListItem* item) {
240 AppListItem* item) {
252 AppListItem* item = item_list_->item_at(i); local
253 item->AddObserver(this);
254 top_items_.push_back(item);
app_list_item_list.h 32 // Finds item matching |id|. NOTE: Requires a linear search.
37 // Finds the |index| of the the item matching |id| in |app_list_items_|.
38 // Returns true if the matching item is found.
42 // Moves item at |from_index| to |to_index|.
46 // Sets the position of |item| which is expected to be a member of
48 // invalid, move the item to the end of the list.
49 void SetItemPosition(AppListItem* item, syncer::StringOrdinal new_position);
70 // Adds |item| to the end of |app_list_items_|. Takes ownership of |item|.
71 // Triggers observers_.OnListItemAdded(). Returns a pointer to the added item
    [all...]
  /external/chromium_org/ui/app_list/views/
start_page_view.h 64 virtual void OnAppListItemAdded(AppListItem* item) OVERRIDE;
66 virtual void OnAppListItemUpdated(AppListItem* item) OVERRIDE;
  /external/deqp/executor/
xeTestResultParser.cpp 222 return (ri::Type)getEnumValue("result item type", s_resultItemMap, DE_LENGTH_OF_ARRAY(s_resultItemMap), elemName);
390 ri::Item* TestResultParser::getCurrentItem (void)
405 for (vector<ri::Item*>::reverse_iterator i = m_itemStack.rbegin(); i != m_itemStack.rend(); i++)
407 ri::Item* item = *i; local
408 ri::Type type = item->getType();
411 m_curItemList = &static_cast<ri::ImageSet*>(item)->images;
413 m_curItemList = &static_cast<ri::Section*>(item)->items;
415 m_curItemList = &static_cast<ri::EglConfigSet*>(item)->configs;
417 m_curItemList = &static_cast<ri::ShaderProgram*>(item)->shaders
472 ri::Item* item = DE_NULL; local
    [all...]

Completed in 1240 milliseconds

<<41424344454647484950>>