Home
last modified time | relevance | path

Searched refs:this_ptr (Results 1 – 9 of 9) 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
141 if (this_ptr && !this_ptr->done_) { in WindowProc()
142 if (this_ptr->test_name() == "create_instance_in_paint" && in WindowProc()
144 this_ptr->done_ = true; in WindowProc()
[all …]
/external/chromium_org/chrome_frame/
Dchrome_frame_delegate.h137 T* this_ptr = static_cast<T*>(this); in PostTask() local
138 if (this_ptr->IsWindow()) { in PostTask()
139 this_ptr->AddRef(); in PostTask()
143 this_ptr->PostMessage(MSG_EXECUTE_TASK, in PostTask()
182 T* this_ptr = static_cast<T*>(this); in ExecuteTask() local
183 this_ptr->Release(); in ExecuteTask()
/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.cc566 NativeMenuWin* this_ptr = open_native_menu_win_; in MenuMessageHook() local
567 if (!this_ptr) in MenuMessageHook()
572 if (!this_ptr->listeners_called_) { in MenuMessageHook()
573 FOR_EACH_OBSERVER(MenuListener, this_ptr->listeners_, OnMenuOpened()); in MenuMessageHook()
574 this_ptr->listeners_called_ = true; in MenuMessageHook()
580 if (GetHighlightedMenuItemInfo(this_ptr->menu_, &info) && info.menu) { in MenuMessageHook()
590 this_ptr->menu_to_select_ = info.menu; in MenuMessageHook()
591 this_ptr->position_to_select_ = info.position; in MenuMessageHook()
596 if (GetHighlightedMenuItemInfo(this_ptr->menu_, &info)) { in MenuMessageHook()
598 this_ptr->menu_action_ = MENU_ACTION_PREVIOUS; in MenuMessageHook()
[all …]
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.h438 HRESULT WINAPI InternalQueryInterface(void* this_ptr,
Dbrowser_accessibility_win.cc1095 void* this_ptr, in InternalQueryInterface() argument
1117 this_ptr, entries, iid, object); in InternalQueryInterface()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h760 void* this_ptr,
Dbrowser_accessibility_win.cc2858 void* this_ptr, in InternalQueryInterface() argument
2892 this_ptr, entries, iid, object); in InternalQueryInterface()