/external/chromium_org/ppapi/proxy/ |
flash_menu_resource.cc | 37 int32_t* selected_id, 42 selected_id_dest_ = selected_id; 76 int32_t selected_id; local 78 msg, &selected_id)) 79 OnShowReply(params, selected_id); 87 int32_t selected_id) { 91 *selected_id_dest_ = selected_id;
|
flash_menu_resource.h | 37 int32_t* selected_id, 46 int32_t selected_id);
|
/external/chromium_org/ppapi/thunk/ |
ppb_flash_menu_api.h | 22 int32_t* selected_id,
|
ppb_flash_menu_thunk.cc | 33 int32_t* selected_id, 38 return enter.SetResult(enter.object()->Show(location, selected_id,
|
/external/chromium_org/ppapi/cpp/private/ |
flash_menu.cc | 35 int32_t* selected_id, 42 selected_id,
|
flash_menu.h | 25 int32_t* selected_id,
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.h | 38 // click Cancel and discard their modifications. |selected_id| is the 41 // node->representation of the node associated with |selected_id| in |store|. 45 void AddToTreeStore(BookmarkModel* model, int64 selected_id, 50 void AddToTreeStoreAt(const BookmarkNode* node, int64 selected_id,
|
bookmark_tree_model.cc | 103 void AddToTreeStore(BookmarkModel* model, int64 selected_id, 107 AddToTreeStoreAt(root_node->GetChild(i), selected_id, store, selected_iter, 142 void AddToTreeStoreAt(const BookmarkNode* node, int64 selected_id, 150 if (selected_iter && node->id() == selected_id) { 158 AddToTreeStoreAt(node->GetChild(i), selected_id, store, selected_iter,
|
bookmark_editor_gtk.cc | 318 int64 selected_id = 0; local 320 selected_id = details_.existing_node->parent()->id(); 322 selected_id = parent_->id(); 324 bookmark_utils::AddToTreeStore(bb_model_, selected_id, tree_store_, 333 if (selected_id) {
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.h | 35 // click Cancel and discard their modifications. |selected_id| is the 38 // node->representation of the node associated with |selected_id| in |store|. 42 void AddToTreeStore(BookmarkModel* model, int64 selected_id, 47 void AddToTreeStoreAt(const BookmarkNode* node, int64 selected_id,
|
bookmark_tree_model.cc | 116 void AddToTreeStore(BookmarkModel* model, int64 selected_id, 122 AddToTreeStoreAt(child, selected_id, store, selected_iter, NULL); 156 void AddToTreeStoreAt(const BookmarkNode* node, int64 selected_id, 164 if (selected_iter && node->id() == selected_id) { 172 AddToTreeStoreAt(node->GetChild(i), selected_id, store, selected_iter,
|
bookmark_editor_gtk.cc | 389 int64 selected_id = 0; local 391 selected_id = details_.existing_node->parent()->id(); 393 selected_id = parent_->id(); 395 AddToTreeStore(bb_model_, selected_id, tree_store_, &selected_iter); 416 if (selected_id) {
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash_menu.h | 81 * |selected_id| will be set to its |id| and the callback called with |PP_OK|. 87 int32_t* selected_id,
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash_menu.idl | 45 * |selected_id| will be set to its |id| and the callback called with |PP_OK|. 51 [out] int32_t selected_id,
|
/external/chromium/chrome/browser/chromeos/login/ |
user_manager.cc | 477 int selected_id = min_it - colors_count.begin(); 479 GetDefaultImagePath(selected_id); 480 int resource_id = kDefaultImageResources[selected_id];
|
/external/chromium_org/ui/views/controls/menu/ |
menu_win.cc | 364 UINT selected_id = local 373 if (selected_id != 0) 374 delegate()->ExecuteCommand(selected_id);
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
pnacl_shim.c | [all...] |