Searched refs:this_ptr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_windowed_test.cc110 WindowedPluginTest* this_ptr, const char* function) {
111 NPIdentifier function_id = this_ptr->HostFunctions()->getstringidentifier(
115 this_ptr->HostFunctions()->getvalue(
116 this_ptr->id(), NPNVWindowNPObject, &window_obj);
119 this_ptr->HostFunctions()->invoke(
120 this_ptr->id(), window_obj, function_id, NULL, 0, &rv);
125 WindowedPluginTest* this_ptr = local
142 if (this_ptr && !this_ptr->done_) {
143 if (this_ptr
109 CallJSFunction( WindowedPluginTest* this_ptr, const char* function) argument
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dmenu_util.h33 void* this_ptr);
49 void* this_ptr);
H A Dmenu_util.cc48 void* this_ptr) {
56 g_signal_connect(menu_item, "activate", item_activated_cb, this_ptr);
98 void* this_ptr) {
158 this_ptr);
185 this_ptr);
42 AppendMenuItemToMenu(int index, ui::MenuModel* model, GtkWidget* menu_item, GtkWidget* menu, bool connect_to_activate, GCallback item_activated_cb, void* this_ptr) argument
94 BuildSubmenuFromModel(ui::MenuModel* model, GtkWidget* menu, GCallback item_activated_cb, bool* block_activation, void* this_ptr) argument
/external/chromium_org/ui/views/controls/menu/
H A Dnative_menu_win.cc568 NativeMenuWin* this_ptr = open_native_menu_win_; local
569 if (!this_ptr)
574 if (!this_ptr->listeners_called_) {
575 FOR_EACH_OBSERVER(MenuListener, this_ptr->listeners_, OnMenuOpened());
576 this_ptr->listeners_called_ = true;
582 if (GetHighlightedMenuItemInfo(this_ptr->menu_, &info) && info.menu) {
592 this_ptr->menu_to_select_ = info.menu;
593 this_ptr->position_to_select_ = info.position;
598 if (GetHighlightedMenuItemInfo(this_ptr->menu_, &info)) {
600 this_ptr
[all...]
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.h759 void* this_ptr,
H A Dbrowser_accessibility_win.cc2863 void* this_ptr,
2897 this_ptr, entries, iid, object);
2862 InternalQueryInterface( void* this_ptr, const _ATL_INTMAP_ENTRY* entries, REFIID iid, void** object) argument

Completed in 589 milliseconds