Home
last modified time | relevance | path

Searched refs:this_ptr (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/test/plugin/
Dplugin_windowed_test.cc110 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/
Dmenu_util.cc48 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()
Dmenu_util.h33 void* this_ptr);
49 void* this_ptr);
/external/chromium_org/ui/views/controls/menu/
Dnative_menu_win.cc568 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/
Dmusttail-indirect.ll102 %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/
Dbrowser_accessibility_win.h759 void* this_ptr,
Dbrowser_accessibility_win.cc2863 void* this_ptr, in InternalQueryInterface() argument
2897 this_ptr, entries, iid, object); in InternalQueryInterface()