HomeSort by relevance Sort by last modified time
    Searched refs:this_ptr (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_windowed_test.cc 110 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->test_name() == "create_instance_in_paint" &
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.h 33 void* this_ptr);
49 void* this_ptr);
menu_util.cc 48 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);
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 568 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->menu_action_ = MENU_ACTION_PREVIOUS
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 759 void* this_ptr,
browser_accessibility_win.cc     [all...]

Completed in 778 milliseconds