Searched refs:this_ptr (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/test/plugin/ |
D | plugin_windowed_test.cc | 110 WindowedPluginTest* this_ptr, const char* function) { in CallJSFunction() argument 111 NPIdentifier function_id = this_ptr->HostFunctions()->getstringidentifier( in CallJSFunction() 115 this_ptr->HostFunctions()->getvalue( in CallJSFunction() 116 this_ptr->id(), NPNVWindowNPObject, &window_obj); in CallJSFunction() 119 this_ptr->HostFunctions()->invoke( in CallJSFunction() 120 this_ptr->id(), window_obj, function_id, NULL, 0, &rv); in CallJSFunction() 125 WindowedPluginTest* this_ptr = in WindowProc() local 142 if (this_ptr && !this_ptr->done_) { in WindowProc() 143 if (this_ptr->test_name() == "create_instance_in_paint" && in WindowProc() 145 this_ptr->done_ = true; in WindowProc() [all …]
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | menu_util.cc | 48 void* this_ptr) { in AppendMenuItemToMenu() argument 56 g_signal_connect(menu_item, "activate", item_activated_cb, this_ptr); in AppendMenuItemToMenu() 98 void* this_ptr) { in BuildSubmenuFromModel() argument 158 this_ptr); in BuildSubmenuFromModel() 185 this_ptr); in BuildSubmenuFromModel()
|
D | menu_util.h | 33 void* this_ptr); 49 void* this_ptr);
|
/external/chromium_org/ui/views/controls/menu/ |
D | native_menu_win.cc | 568 NativeMenuWin* this_ptr = open_native_menu_win_; in MenuMessageHook() local 569 if (!this_ptr) in MenuMessageHook() 574 if (!this_ptr->listeners_called_) { in MenuMessageHook() 575 FOR_EACH_OBSERVER(MenuListener, this_ptr->listeners_, OnMenuOpened()); in MenuMessageHook() 576 this_ptr->listeners_called_ = true; in MenuMessageHook() 582 if (GetHighlightedMenuItemInfo(this_ptr->menu_, &info) && info.menu) { in MenuMessageHook() 592 this_ptr->menu_to_select_ = info.menu; in MenuMessageHook() 593 this_ptr->position_to_select_ = info.position; in MenuMessageHook() 598 if (GetHighlightedMenuItemInfo(this_ptr->menu_, &info)) { in MenuMessageHook() 600 this_ptr->menu_action_ = MENU_ACTION_PREVIOUS; in MenuMessageHook() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | musttail-indirect.ll | 102 %this_ptr = getelementptr inbounds <{ %struct.B*, %struct.A }>* %0, i32 0, i32 0 103 %this = load %struct.B** %this_ptr
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_win.h | 759 void* this_ptr,
|
D | browser_accessibility_win.cc | 2863 void* this_ptr, in InternalQueryInterface() argument 2897 this_ptr, entries, iid, object); in InternalQueryInterface()
|