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

  /external/chromium_org/content/test/plugin/
plugin_windowed_test.cc 105 WindowedPluginTest* this_ptr, const char* function) {
106 NPIdentifier function_id = this_ptr->HostFunctions()->getstringidentifier(
110 this_ptr->HostFunctions()->getvalue(
111 this_ptr->id(), NPNVWindowNPObject, &window_obj);
114 this_ptr->HostFunctions()->invoke(
115 this_ptr->id(), window_obj, function_id, NULL, 0, &rv);
120 WindowedPluginTest* this_ptr = local
124 if (this_ptr && !this_ptr->done_) {
125 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/chrome_frame/
chrome_frame_delegate.h 140 T* this_ptr = static_cast<T*>(this); variable
141 if (this_ptr->IsWindow()) {
142 this_ptr->AddRef();
146 this_ptr->PostMessage(MSG_EXECUTE_TASK,
185 T* this_ptr = static_cast<T*>(this); local
186 this_ptr->Release();
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 567 NativeMenuWin* this_ptr = open_native_menu_win_; local
568 if (!this_ptr)
573 if (!this_ptr->listeners_called_) {
574 FOR_EACH_OBSERVER(MenuListener, this_ptr->listeners_, OnMenuOpened());
575 this_ptr->listeners_called_ = true;
581 if (GetHighlightedMenuItemInfo(this_ptr->menu_, &info) && info.menu) {
591 this_ptr->menu_to_select_ = info.menu;
592 this_ptr->position_to_select_ = info.position;
597 if (GetHighlightedMenuItemInfo(this_ptr->menu_, &info)) {
599 this_ptr->menu_action_ = MENU_ACTION_PREVIOUS
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 976 this_ptr
1034 this_ptr
1118 this_ptr
1147 this_ptr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 976 this_ptr
1034 this_ptr
1118 this_ptr
1147 this_ptr
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 438 HRESULT WINAPI InternalQueryInterface(void* this_ptr,
browser_accessibility_win.cc 1095 void* this_ptr,
1117 this_ptr, entries, iid, object);
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 766 void* this_ptr,
browser_accessibility_win.cc     [all...]

Completed in 121 milliseconds