/external/chromium_org/chrome_frame/test/ |
com_message_event_unittest.cc | 80 static const DISPID kDispId = 424242; 92 LCID lcid, DISPID* disp_ids) { 98 STDMETHOD(Invoke)(DISPID id, REFIID iid, LCID lcid, WORD flags, 295 DISPID dispid = -1; local 298 LOCALE_USER_DEFAULT, &dispid); 300 EXPECT_EQ(dispid, ComMessageEvent::DISPID_MESSAGE_EVENT_DATA); 303 dispid = -1; 306 LOCALE_USER_DEFAULT, &dispid); 308 EXPECT_EQ(dispid, MockSmartContainer::kDispId) [all...] |
ie_event_sink.cc | 31 // A lookup table from DISPID to DWebBrowserEvents and/or DWebBrowserEvents2 38 // Returns the method name corresponding to |dispid| or, if none is known, 39 // the string "DISPID |dispid|". 40 std::string Lookup(DISPID dispid) const; 43 std::map<DISPID,const char*> dispid_to_name_; 49 DISPID dispid; member in struct:__anon9854::__anon9855 108 DISPID duplicate_dispid = 0 [all...] |