HomeSort by relevance Sort by last modified time
    Searched defs:this_ptr (Results 1 - 2 of 2) 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/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...]

Completed in 3285 milliseconds