Home | History | Annotate | Download | only in win

Lines Matching refs:get

215     // Get the QuickTime dll directory from the registry. The key can be in either HKLM or HKCU.
370 dumpFrameScrollPosition(framePtr.get());
427 result.append(dumpFramesAsText(framePtr.get()));
548 dumpHistoryItem(item.get(), indent + 4, false);
614 dumpHistoryItem(historyItemToPrint.get(), 8, i == currentItemIndex);
625 IWebView* webView = windowToWebViewMap().get(window).get();
778 Vector<wchar_t> urlCharacters(CFStringGetLength(persistentUserStyleSheetLocation.get()));
779 CFStringGetCharacters(persistentUserStyleSheetLocation.get(), CFRangeMake(0, CFStringGetLength(persistentUserStyleSheetLocation.get())), (UniChar *)urlCharacters.data());
822 resetDefaultsToConsistentValues(preferences.get());
856 static BSTR methodBStr = SysAllocString(TEXT("GET"));
904 viewPrivate->setHistoryDelegate(sharedHistoryDelegate.get());
939 frame->loadRequest(request.get());
943 // We get spurious WM_MOUSELEAVE events which make event handling machinery think that mouse button
1146 if (FAILED(webView->setFrameLoadDelegate(sharedFrameLoadDelegate.get())))
1149 if (FAILED(viewPrivate->setFrameLoadDelegatePrivate(sharedFrameLoadDelegate.get())))
1152 if (FAILED(webView->setUIDelegate(sharedUIDelegate.get())))
1159 if (FAILED(viewEditing->setEditingDelegate(sharedEditingDelegate.get())))
1162 if (FAILED(webView->setResourceLoadDelegate(sharedResourceLoadDelegate.get())))
1265 CFURLCacheRemoveAllCachedResponses(urlCache.get());