HomeSort by relevance Sort by last modified time
    Searched refs:toAPI (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 87 initializeFunction(toAPI(this), toAPI(initializationUserData));
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAPICast.h 130 inline WKCacheModel toAPI(CacheModel cacheModel)
166 inline WKFontSmoothingLevel toAPI(FontSmoothingLevel level)
187 inline WKEditableLinkBehavior toAPI(WebCore::EditableLinkBehavior behavior)
225 inline WKProtectionSpaceServerType toAPI(WebCore::ProtectionSpaceServerType type)
248 inline WKProtectionSpaceAuthenticationScheme toAPI(WebCore::ProtectionSpaceAuthenticationScheme type)
314 inline WKHTTPCookieAcceptPolicy toAPI(HTTPCookieAcceptPolicy policy)
WKPage.cpp 45 return toAPI(WebPageProxy::APIType);
50 return toAPI(toImpl(pageRef)->process()->context());
55 return toAPI(toImpl(pageRef)->pageGroup());
140 return toAPI(toImpl(pageRef)->backForwardList());
150 return toAPI(toImpl(pageRef)->mainFrame());
155 return toAPI(toImpl(pageRef)->focusedFrame());
160 return toAPI(toImpl(pageRef)->frameSetLargestFrame());
166 return toAPI(toImpl(pageRef)->inspector());
228 return toAPI(sessionHistoryURLValueType);
233 return toAPI(toImpl(pageRef)->sessionStateData(filter, context).releaseRef())
    [all...]
WKCookieManager.cpp 36 return toAPI(WebCookieManagerProxy::APIType);
WKPreferences.cpp 40 return toAPI(WebPreferences::APIType);
46 return toAPI(preferences.release().leakRef());
52 return toAPI(preferences.release().releaseRef());
272 return toAPI(static_cast<WebCore::EditableLinkBehavior>(toImpl(preferencesRef)->editableLinkBehavior()));
322 return toAPI(static_cast<FontSmoothingLevel>(toImpl(preferencesRef)->fontSmoothingLevel()));
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 84 m_inspectorView.adoptNS([[WKView alloc] initWithFrame:NSZeroRect contextRef:toAPI(page()->process()->context()) pageGroupRef:toAPI(inspectorPageGroup())]);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.cpp 38 return toAPI(InjectedBundle::APIType);
58 *returnDataRef = toAPI(returnData.release().leakRef());
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebBackForwardListCF.cpp 64 if (filter && !filter(toAPI(m_page), WKPageGetSessionHistoryURLValueType(), toURLRef(m_entries[i]->originalURL().impl()), context)) {
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 109 return string.impl() ? HardAutorelease(WKStringCopyCFString(0, toAPI(string.impl()))) : @"";
WKView.mm 178 return [self initWithFrame:frame contextRef:toAPI(WebContext::sharedProcessContext())];
264 return toAPI(_data->_page.get());
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 132 m_callback(toAPI(returnValue1), returnValue2, returnValue3, 0, context());
142 m_callback(0, 0, 0, toAPI(error.get()), context());
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 596 return toAPI(d->page.get());
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]

Completed in 288 milliseconds

1 2 3 45