Searched refs:this_ptr (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/test/plugin/ |
D | plugin_windowed_test.cc | 110 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/ |
D | chrome_frame_delegate.h | 137 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/ |
D | menu_util.cc | 48 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()
|
D | menu_util.h | 33 void* this_ptr); 49 void* this_ptr);
|
/external/chromium_org/ui/views/controls/menu/ |
D | native_menu_win.cc | 566 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/ |
D | browser_accessibility_win.h | 438 HRESULT WINAPI InternalQueryInterface(void* this_ptr,
|
D | browser_accessibility_win.cc | 1095 void* this_ptr, in InternalQueryInterface() argument 1117 this_ptr, entries, iid, object); in InternalQueryInterface()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_win.h | 760 void* this_ptr,
|
D | browser_accessibility_win.cc | 2858 void* this_ptr, in InternalQueryInterface() argument 2892 this_ptr, entries, iid, object); in InternalQueryInterface()
|