/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPObjectProxy.cpp | 62 …m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Deallocate(), Messa… in ~NPObjectProxy() 103 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::HasMethod(meth… in hasMethod() 122 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Invoke(methodN… in invoke() 144 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::InvokeDefault(… in invokeDefault() 163 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::HasProperty(pr… in hasProperty() 179 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::GetProperty(pr… in getProperty() 199 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::SetProperty(pr… in setProperty() 214 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::RemoveProperty… in removeProperty() 228 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Enumerate(), M… in enumerate() 256 …if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Construct(argu… in construct()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | MessageSender.h | 57 …template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, double timeou… 59 return sendSync(message, reply, static_cast<T*>(this)->destinationID(), timeout); 62 …template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, uint64_t dest… 67 return connection->sendSync(message, reply, destinationID, timeout);
|
D | Connection.h | 143 …template<typename T> bool sendSync(const T& message, const typename T::Reply& reply, uint64_t dest… 343 template<typename T> bool Connection::sendSync(const T& message, const typename T::Reply& reply, ui… in sendSync() function
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebPageProxyMac.mm | 146 …process()->sendSync(Messages::WebPage::SetComposition(text, underlines, selectionStart, selectionE… 151 …process()->sendSync(Messages::WebPage::ConfirmComposition(), Messages::WebPage::ConfirmComposition… 157 …process()->sendSync(Messages::WebPage::InsertText(text, replacementRangeStart, replacementRangeEnd… 163 …process()->sendSync(Messages::WebPage::GetMarkedRange(), Messages::WebPage::GetMarkedRange::Reply(… 168 …process()->sendSync(Messages::WebPage::GetSelectedRange(), Messages::WebPage::GetSelectedRange::Re… 173 …process()->sendSync(Messages::WebPage::GetAttributedSubstringFromRange(location, length), Messages… 179 …process()->sendSync(Messages::WebPage::CharacterIndexForPoint(point), Messages::WebPage::Character… 186 …process()->sendSync(Messages::WebPage::FirstRectForCharacterRange(location, length), Messages::Web… 193 …process()->sendSync(Messages::WebPage::ExecuteKeypressCommands(commands), Messages::WebPage::Execu… 201 …process()->sendSync(Messages::WebPage::WriteSelectionToPasteboard(pasteboardName, pasteboardTypes)… [all …]
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginProxy.cpp | 102 …if (!m_connection->connection()->sendSync(Messages::WebProcessConnection::CreatePlugin(m_pluginIns… in initialize() 117 …m_connection->connection()->sendSync(Messages::WebProcessConnection::DestroyPlugin(m_pluginInstanc… in destroy() 131 …m_connection->connection()->sendSync(Messages::PluginControllerProxy::PaintEntirePlugin(), Message… in paint() 157 …m_connection->connection()->sendSync(Messages::PluginControllerProxy::Snapshot(), Messages::Plugin… in snapshot() 272 …if (!m_connection->connection()->sendSync(Messages::PluginControllerProxy::HandleMouseEvent(mouseE… in handleMouseEvent() 281 …if (!m_connection->connection()->sendSync(Messages::PluginControllerProxy::HandleWheelEvent(wheelE… in handleWheelEvent() 290 …if (!m_connection->connection()->sendSync(Messages::PluginControllerProxy::HandleMouseEnterEvent(m… in handleMouseEnterEvent() 299 …if (!m_connection->connection()->sendSync(Messages::PluginControllerProxy::HandleMouseLeaveEvent(m… in handleMouseLeaveEvent() 308 …if (!m_connection->connection()->sendSync(Messages::PluginControllerProxy::HandleKeyboardEvent(key… in handleKeyboardEvent() 323 …if (!m_connection->connection()->sendSync(Messages::PluginControllerProxy::GetPluginScriptableNPOb… in pluginScriptableNPObject()
|
D | PluginProcessConnectionManager.cpp | 70 …if (!WebProcess::shared().connection()->sendSync(Messages::WebProcessProxy::GetPluginProcessConnec… in getPluginProcessConnection()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 259 …m_page->sendSync(Messages::WebPageProxy::CanUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), M… in canUndo() 266 …m_page->sendSync(Messages::WebPageProxy::CanUndoRedo(static_cast<uint32_t>(WebPageProxy::Redo)), M… in canRedo() 273 …m_page->sendSync(Messages::WebPageProxy::ExecuteUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)… in undo() 279 …m_page->sendSync(Messages::WebPageProxy::ExecuteUndoRedo(static_cast<uint32_t>(WebPageProxy::Redo)… in redo() 393 m_page->sendSync(Messages::WebPageProxy::CheckSpellingOfString(String(text, length)), in checkSpellingOfString() 410 m_page->sendSync(Messages::WebPageProxy::CheckGrammarOfString(String(text, length)), in checkGrammarOfString() 434 …m_page->sendSync(Messages::WebPageProxy::SpellingUIIsShowing(), Messages::WebPageProxy::SpellingUI… in spellingUIIsShowing() 440 …m_page->sendSync(Messages::WebPageProxy::GetGuessesForWord(word, context), Messages::WebPageProxy:… in getGuessesForWord()
|
D | WebChromeClient.cpp | 106 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::GetWindowFrame(), Message… in windowRect() 162 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::CreateNewPage(windowFeatu… in createWindow() 195 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::GetToolbarsAreVisible(), … in toolbarsVisible() 209 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::GetStatusBarIsVisible(), … in statusbarVisible() 234 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::GetMenuBarIsVisible(), Me… in menubarVisible() 263 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::RunBeforeUnloadConfirmPan… in runBeforeUnloadConfirmPanel() 295 …WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::RunJavaScriptAlert(webFrame->f… in runJavaScriptAlert() 306 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::RunJavaScriptConfirm(webF… in runJavaScriptConfirm() 319 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::RunJavaScriptPrompt(webFr… in runJavaScriptPrompt() 489 …m_page->sendSync(Messages::WebPageProxy::PrintFrame(webFrame->frameID()), Messages::WebPageProxy::… in print() [all …]
|
D | WebSearchPopupMenu.cpp | 71 …WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::LoadRecentSearches(name), Mess… in loadRecentSearches()
|
D | WebPlatformStrategies.cpp | 107 …WebProcess::shared().connection()->sendSync(Messages::WebContext::GetPlugins(m_shouldRefreshPlugin… in populatePluginCache()
|
D | WebFrameLoaderClient.cpp | 208 …if (!webPage->sendSync(Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceInFrame(m_fram… in canAuthenticateAgainstProtectionSpace() 602 …if (!webPage->sendSync(Messages::WebPageProxy::DecidePolicyForResponse(m_frame->frameID(), respons… in dispatchDecidePolicyForResponse() 663 …if (!webPage->sendSync(Messages::WebPageProxy::DecidePolicyForNavigationAction(m_frame->frameID(),… in dispatchDecidePolicyForNavigationAction() 891 …if (!webPage->sendSync(Messages::WebPageProxy::ShouldGoToBackForwardListItem(itemID), Messages::We… in shouldGoToHistoryItem()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebBackForwardListProxy.cpp | 176 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardItemAtIndex(it… in itemAtIndex() 191 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardBackListCount(… in backListCount() 203 …if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardForwardListCou… in forwardListCount()
|
D | WebInspector.cpp | 62 …if (!WebProcess::shared().connection()->sendSync(Messages::WebInspectorProxy::CreateInspectorPage(… in createInspectorPage()
|
D | WebPage.cpp | 308 if (!WebProcess::shared().connection()->sendSync( in createPlugin() 1250 …sendSync(Messages::WebPageProxy::WindowToScreen(rect), Messages::WebPageProxy::WindowToScreen::Rep… in windowToScreen() 2059 …return sendSync(Messages::WebPageProxy::GetIsSpeaking(), Messages::WebPageProxy::GetIsSpeaking::Re… in isSpeaking()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebProcessProxy.h | 66 …template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, uint64_t dest… 188 bool WebProcessProxy::sendSync(const U& message, const typename U::Reply& reply, uint64_t destinati… in sendSync() function 190 return m_connection->sendSync(message, reply, destinationID, timeout); in sendSync()
|
D | WebPageProxy.cpp | 668 …process()->sendSync(Messages::WebPage::FirstRectForCharacterInSelectedRange(characterPosition), Me… in firstRectForCharacterInSelectedRange() 675 …process()->sendSync(Messages::WebPage::GetSelectedText(), Messages::WebPage::GetSelectedText::Repl… in getSelectedText() 682 …process()->sendSync(Messages::WebPage::GestureWillBegin(point), Messages::WebPage::GestureWillBegi… in gestureWillBegin()
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginControllerProxy.cpp | 224 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::GetWindowScriptNPObject(), Messag… in windowScriptNPObject() 243 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::GetPluginElementNPObject(), Messa… in pluginElementNPObject() 270 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::Evaluate(npObjectAsNPVariantData,… in evaluate() 317 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::CookiesForURL(urlString), Message… in proxiesForURL() 327 …if (!m_connection->connection()->sendSync(Messages::PluginProxy::CookiesForURL(urlString), Message… in cookiesForURL()
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
D | Download.cpp | 94 …if (!sendSync(Messages::DownloadProxy::ShouldDecodeSourceDataOfMIMEType(mimeType), Messages::Downl… in shouldDecodeSourceDataOfMIMEType() 104 …if (!sendSync(Messages::DownloadProxy::DecideDestinationWithSuggestedFilename(filename), Messages:… in retrieveDestinationWithSuggestedFilename()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageFullScreenClient.cpp | 49 page->sendSync(Messages::WebFullScreenManagerProxy::SupportsFullScreen(withKeyboard), supports); in supportsFullScreen()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
D | WebEditorClientMac.mm | 177 …m_page->sendSync(Messages::WebPageProxy::SubstitutionsPanelIsShowing(), Messages::WebPageProxy::Su… 244 …m_page->sendSync(Messages::WebPageProxy::CheckTextOfParagraph(String(text, length), checkingTypes)… 261 …m_page->sendSync(Messages::WebPageProxy::DismissCorrectionPanelSoon(reason), Messages::WebPageProx…
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/ |
D | WebEditorClientGtk.cpp | 40 …WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::GetEditorCommandsForKeyEvent(), in getEditorCommandsForKeyEvent()
|
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/ |
D | WebIconDatabaseProxy.cpp | 78 …if (!m_process->connection()->sendSync(Messages::WebIconDatabase::SynchronousIconDataForPageURL(pa… in synchronousIconForPageURL()
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/ |
D | WebFullScreenManager.cpp | 111 …m_page->sendSync(Messages::WebFullScreenManagerProxy::GetFullScreenRect(), Messages::WebFullScreen… in getFullScreenRect()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 157 …WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::ExecuteSavedCommandBySelector(… 185 …bool sendResult = WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::InterpretQue…
|
/external/webkit/Source/WebKit2/WebProcess/ |
D | WebProcess.cpp | 534 …if (m_connection->sendSync(Messages::WebProcessProxy::ShouldTerminate(), Messages::WebProcessProxy… in shouldTerminate()
|