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

  /external/chromium_org/chrome_frame/test/
urlmon_moniker_integration_test.cc 49 TEST_F(UrlmonMonikerTest, MonikerPatch) {
50 EXPECT_TRUE(MonikerPatch::Initialize());
51 EXPECT_TRUE(MonikerPatch::Initialize()); // Should be ok to call twice.
52 MonikerPatch::Uninitialize();
99 EXPECT_TRUE(MonikerPatch::Initialize());
103 MonikerPatch::Uninitialize();
  /external/chromium_org/chrome_frame/
urlmon_moniker.h 28 // - MSHTML -> MonikerPatch::BindToStorage.
42 // - MSHTML -> MonikerPatch::BindToStorage.
55 // - IEFrame -> MonikerPatch::BindToStorage
172 class MonikerPatch {
173 MonikerPatch() {} // no instances should be created of this class.
urlmon_moniker.cc 29 VTABLE_PATCH_ENTRY(kMonikerBindToObject, MonikerPatch::BindToObject)
30 VTABLE_PATCH_ENTRY(kMonikerBindToStorage, MonikerPatch::BindToStorage)
101 bool MonikerPatch::Initialize() {
121 void MonikerPatch::Uninitialize() {
197 HRESULT MonikerPatch::BindToObject(IMoniker_BindToObject_Fn original,
233 HRESULT MonikerPatch::BindToStorage(IMoniker_BindToStorage_Fn original,

Completed in 49 milliseconds