HomeSort by relevance Sort by last modified time
    Searched refs:toImpl (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/webkit/Source/WebKit2/Shared/API/c/cg/
WKGraphicsContextCG.cpp 37 return toImpl(graphicsContextRef)->platformContext();
  /external/webkit/Source/WebKit2/Shared/API/c/gtk/
WKGraphicsContextGtk.cpp 37 return toImpl(graphicsContextRef)->platformContext();
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKProtectionSpace.cpp 41 return toCopiedAPI(toImpl(protectionSpaceRef)->host());
46 return toImpl(protectionSpaceRef)->port();
51 return toCopiedAPI(toImpl(protectionSpaceRef)->realm());
56 return toImpl(protectionSpaceRef)->isProxy();
61 return toAPI(toImpl(protectionSpaceRef)->serverType());
66 return toImpl(protectionSpaceRef)->receivesCredentialSecurely();
71 return toAPI(toImpl(protectionSpaceRef)->authenticationScheme());
WKPreferences.cpp 57 toImpl(preferencesRef)->setJavaScriptEnabled(javaScriptEnabled);
62 return toImpl(preferencesRef)->javaScriptEnabled();
67 toImpl(preferencesRef)->setLoadsImagesAutomatically(loadsImagesAutomatically);
72 return toImpl(preferencesRef)->loadsImagesAutomatically();
77 toImpl(preferencesRef)->setLoadsSiteIconsIgnoringImageLoadingPreference(loadsSiteIconsIgnoringImageLoadingPreference);
82 return toImpl(preferencesRef)->loadsSiteIconsIgnoringImageLoadingPreference();
87 toImpl(preferencesRef)->setOfflineWebApplicationCacheEnabled(offlineWebApplicationCacheEnabled);
92 return toImpl(preferencesRef)->offlineWebApplicationCacheEnabled();
97 toImpl(preferencesRef)->setLocalStorageEnabled(localStorageEnabled);
102 return toImpl(preferencesRef)->localStorageEnabled()
    [all...]
WKInspector.cpp 43 return toAPI(toImpl(inspectorRef)->page());
48 return toImpl(inspectorRef)->isVisible();
53 toImpl(inspectorRef)->show();
58 toImpl(inspectorRef)->close();
63 toImpl(inspectorRef)->showConsole();
68 return toImpl(inspectorRef)->isAttached();
73 toImpl(inspectorRef)->attach();
78 toImpl(inspectorRef)->detach();
83 return toImpl(inspectorRef)->isDebuggingJavaScript();
88 toImpl(inspectorRef)->toggleJavaScriptDebugging()
    [all...]
WKBackForwardList.cpp 41 return toAPI(toImpl(listRef)->currentItem());
46 return toAPI(toImpl(listRef)->backItem());
51 return toAPI(toImpl(listRef)->forwardItem());
56 return toAPI(toImpl(listRef)->itemAtIndex(index));
61 return toImpl(listRef)->backListCount();
66 return toImpl(listRef)->forwardListCount();
71 return toAPI(toImpl(listRef)->backListAsImmutableArrayWithLimit(limit).releaseRef());
76 return toAPI(toImpl(listRef)->forwardListAsImmutableArrayWithLimit(limit).releaseRef());
WKGeolocationPermissionRequest.cpp 41 return toImpl(geolocationPermissionRequestRef)->allow();
46 return toImpl(geolocationPermissionRequestRef)->deny();
WKApplicationCacheManager.cpp 41 toImpl(applicationCacheManagerRef)->getApplicationCacheOrigins(ArrayCallback::create(context, callback));
46 toImpl(applicationCacheManagerRef)->deleteEntriesForOrigin(toImpl(originRef));
51 toImpl(applicationCacheManagerRef)->deleteAllEntries();
WKAuthenticationChallenge.cpp 43 return toAPI(toImpl(challenge)->listener());
48 return toAPI(toImpl(challenge)->protectionSpace());
53 return toAPI(toImpl(challenge)->proposedCredential());
58 return toImpl(challenge)->previousFailureCount();
WKGeolocationManager.cpp 43 toImpl(geolocationManagerRef)->initializeProvider(wkProvider);
48 toImpl(geolocationManagerRef)->providerDidChangePosition(toImpl(positionRef));
53 toImpl(geolocationManagerRef)->providerDidFailToDeterminePosition();
WKKeyValueStorageManager.cpp 41 toImpl(keyValueStorageManagerRef)->getKeyValueStorageOrigins(ArrayCallback::create(context, callback));
46 toImpl(keyValueStorageManagerRef)->deleteEntriesForOrigin(toImpl(originRef));
51 toImpl(keyValueStorageManagerRef)->deleteAllEntries();
WKAuthenticationDecisionListener.cpp 41 toImpl(authenticationListener)->useCredential(toImpl(credential));
46 toImpl(authenticationListener)->cancel();
WKBackForwardListItem.cpp 41 return toCopiedURLAPI(toImpl(itemRef)->url());
46 return toCopiedAPI(toImpl(itemRef)->title());
51 return toCopiedURLAPI(toImpl(itemRef)->originalURL());
WKDownload.cpp 42 return toAPI(WebURLRequest::create(toImpl(download)->request()).leakRef());
47 return toAPI(toImpl(download)->resumeData());
52 return toImpl(download)->cancel();
  /external/webkit/Source/WebKit2/Shared/API/c/
WKMutableDictionary.cpp 42 return toImpl(dictionaryRef)->isMutable();
47 return toImpl(dictionaryRef)->add(toImpl(keyRef)->string(), toImpl(itemRef));
52 return toImpl(dictionaryRef)->set(toImpl(keyRef)->string(), toImpl(itemRef));
57 toImpl(dictionaryRef)->remove(toImpl(keyRef)->string());
WKDictionary.cpp 42 return toImpl(dictionaryRef)->get(toImpl(key)->string());
47 return toImpl(dictionaryRef)->size();
52 RefPtr<ImmutableArray> keys = toImpl(dictionaryRef)->keys();
WKError.cpp 46 return toCopiedAPI(toImpl(errorRef)->domain());
51 return toImpl(errorRef)->errorCode();
56 return toCopiedURLAPI(toImpl(errorRef)->failingURL());
61 return toCopiedAPI(toImpl(errorRef)->localizedDescription());
WKMutableArray.cpp 42 return toImpl(arrayRef)->isMutable();
47 toImpl(arrayRef)->append(toImpl(itemRef));
52 toImpl(arrayRef)->removeItemAtIndex(index);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.cpp 45 toImpl(bundleRef)->initializeClient(wkClient);
50 toImpl(bundleRef)->postMessage(toImpl(messageNameRef)->string(), toImpl(messageBodyRef));
56 toImpl(bundleRef)->postSynchronousMessage(toImpl(messageNameRef)->string(), toImpl(messageBodyRef), returnData);
63 toImpl(bundleRef)->setShouldTrackVisitedLinks(shouldTrackVisitedLinks);
68 toImpl(bundleRef)->removeAllVisitedLinks();
73 toImpl(bundleRef)->activateMacFontAscentHack()
    [all...]
WKBundleInspector.cpp 45 return toImpl(inspectorRef)->show();
50 return toImpl(inspectorRef)->close();
55 return toImpl(inspectorRef)->evaluateScriptForTest(callID, toImpl(script)->string());
61 toImpl(inspectorRef)->startPageProfiling();
63 toImpl(inspectorRef)->stopPageProfiling();
WKBundleBackForwardListItem.cpp 42 return toImpl(itemRef1)->item() == toImpl(itemRef2)->item();
47 return toCopiedURLAPI(toImpl(itemRef)->originalURL());
52 return toCopiedURLAPI(toImpl(itemRef)->url());
57 return toCopiedAPI(toImpl(itemRef)->title());
62 return toCopiedAPI(toImpl(itemRef)->target());
67 return toImpl(itemRef)->isTargetItem();
72 return toAPI(toImpl(itemRef)->children().leakRef());
WKBundleBackForwardList.cpp 42 return toAPI(toImpl(listRef)->itemAtIndex(index).leakRef());
47 return toImpl(listRef)->backListCount();
52 return toImpl(listRef)->forwardListCount();
57 return toImpl(listRef)->clear();
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKContextWin.cpp 37 toImpl(contextRef)->setShouldPaintNativeControls(b);
42 toImpl(contextRef)->setInitialHTTPCookieAcceptPolicy(toHTTPCookieAcceptPolicy(policy));
WKView.cpp 41 RefPtr<WebView> view = WebView::create(rect, toImpl(contextRef), toImpl(pageGroupRef), parentWindow);
47 return toImpl(viewRef)->window();
52 return toAPI(toImpl(viewRef)->page());
57 toImpl(viewRef)->setParentWindow(hostWindow);
62 toImpl(viewRef)->windowAncestryDidChange();
67 toImpl(viewRef)->setIsInWindow(isInWindow);
72 toImpl(viewRef)->setInitialFocus(forward);
77 toImpl(viewRef)->setScrollOffsetOnNextResize(toIntSize(scrollOffset));
82 toImpl(viewRef)->setFindIndicatorCallback(callback, context)
    [all...]
WKViewPrivate.cpp 36 toImpl(viewRef)->setOverrideCursor(overrideCursor);

Completed in 223 milliseconds

1 2 3 4