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

  /external/webkit/Source/WebKit/chromium/public/
WebExternalPopupMenuClient.h 40 virtual void didChangeSelection(int index) = 0;
WebViewClient.h 163 virtual void didChangeSelection(bool isSelectionEmpty) { }
  /external/webkit/Source/WebKit/chromium/src/
ExternalPopupMenu.h 65 virtual void didChangeSelection(int index);
ExternalPopupMenu.cpp 95 void ExternalPopupMenu::didChangeSelection(int index)
EditorClientImpl.cpp 279 m_webView->client()->didChangeSelection(!frame->selection()->isRange());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageEditorClient.cpp 122 void InjectedBundlePageEditorClient::didChangeSelection(WebPage* page, StringImpl* notificationName)
124 if (m_client.didChangeSelection)
125 m_client.didChangeSelection(toAPI(page), toAPI(notificationName), m_client.clientInfo);
InjectedBundlePageEditorClient.h 58 void didChangeSelection(WebPage*, StringImpl* notificationName);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h 137 static void didChangeSelection(WKBundlePageRef, WKStringRef notificationName, const void* clientInfo);
148 void didChangeSelection(WKStringRef notificationName);
InjectedBundlePage.cpp 244 didChangeSelection
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 218 WKBundlePageEditingNotification didChangeSelection;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 188 m_page->injectedBundleEditorClient().didChangeSelection(m_page, WebViewDidChangeSelectionNotification.impl());
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 130 virtual void didChangeSelection(bool isSelectionEmpty);
WebViewHost.cpp 376 void WebViewHost::didChangeSelection(bool isEmptySelection)
    [all...]

Completed in 263 milliseconds