HomeSort by relevance Sort by last modified time
    Searched refs:Messages (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 78 m_webPage->send(Messages::WebPageProxy::DidCountStringMatches(string, matchCount));
108 m_webPage->send(Messages::WebPageProxy::DidFailToFindString(string));
124 m_webPage->send(Messages::WebPageProxy::DidFindString(string, matchCount));
210 m_webPage->send(Messages::WebPageProxy::SetFindIndicator(selectionRectInWindowCoordinates, textRectsInSelectionRectCoordinates, handle, !isShowingOverlay));
222 m_webPage->send(Messages::WebPageProxy::SetFindIndicator(FloatRect(), Vector<FloatRect>(), handle, false));
WebContextMenu.cpp 87 m_page->send(Messages::WebPageProxy::ShowContextMenu(view->contentsToWindow(controller->hitTestResult().point()), contextMenuState, proposedMenu, InjectedBundleUserMessageEncoder(userData.get())));
DrawingAreaImpl.cpp 216 // it a series of bitmaps in Update messages.
221 m_webPage->send(Messages::DrawingAreaProxy::EnterAcceleratedCompositingMode(m_backingStoreStateID, m_layerTreeHost->layerTreeContext()));
295 // The UI process has updated to a new backing store state. Any Update messages we sent before
338 m_webPage->send(Messages::DrawingAreaProxy::DidUpdateBackingStoreState(m_backingStoreStateID, updateInfo, layerTreeContext));
344 // We might get didUpdate messages from the UI process even after we've
439 // it a series of bitmaps in Update messages.
440 m_webPage->send(Messages::DrawingAreaProxy::Update(m_backingStoreStateID, updateInfo));
444 m_webPage->send(Messages::DrawingAreaProxy::ExitAcceleratedCompositingMode(m_backingStoreStateID, updateInfo));
524 m_webPage->send(Messages::DrawingAreaProxy::Update(m_backingStoreStateID, updateInfo));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 23 import com.android.ide.eclipse.adt.internal.build.Messages;
232 Messages.Start_Full_Pre_Compiler);
244 Messages.Start_Inc_Pre_Compiler);
314 AdtPlugin.printErrorToConsole(project, Messages.Xml_Error);
324 String msg = String.format(Messages.s_File_Missing,
347 String msg = String.format(Messages.s_Contains_Xml_Error,
451 String msg = String.format(Messages.s_Doesnt_Declare_Package_Error,
477 Messages.Checking_Package_Change);
527 Messages.Nothing_To_Compile);
552 Messages.Removing_Generated_Classes)
    [all...]
BaseBuilder.java 23 import com.android.ide.eclipse.adt.internal.build.Messages;
204 String msg = String.format(Messages.Marker_Delete_Error, markerId, resource.toString());
221 String msg = String.format(Messages.Marker_Delete_Error, markerId, folder.toString());
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 210 m_connection->send(Messages::PluginProcessProxy::SetModalWindowIsShowing(modalWindowIsShowing), 0);
215 m_connection->send(Messages::PluginProcessProxy::SetFullscreenWindowIsShowing(fullscreenWindowIsShowing), 0);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessManager.cpp 48 void PluginProcessManager::getPluginProcessConnection(PluginInfoStore* pluginInfoStore, const String& pluginPath, PassRefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply> reply)
WebPluginSiteDataManager.cpp 173 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebProcess::GetSitesWithPluginData(pluginPaths, callbackID));
234 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebProcess::ClearPluginSiteData(pluginPaths, sitesVector, flags, maxAgeInSeconds, callbackID));
  /external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.cpp 83 WebProcess::shared().connection()->send(Messages::WebApplicationCacheManagerProxy::DidGetApplicationCacheOrigins(identifiers, callbackID), 0);
  /external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
WebKeyValueStorageManager.cpp 80 WebProcess::shared().connection()->send(Messages::WebKeyValueStorageManagerProxy::DidGetKeyValueStorageOrigins(identifiers, callbackID), 0);
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp 159 m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision(static_cast<int>(IconLoadNo), callbackID));
174 m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision((int)decision, callbackID));
254 m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision(static_cast<int>(decision), i->first));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 61 setDescription(Messages.AndroidPreferencePage_Title);
73 Messages.AndroidPreferencePage_SDK_Location_, getFieldEditorParent());
128 setErrorMessage(Messages.AndroidPreferencePage_ERROR_Reserved_Char);
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.mm 127 m_page->send(Messages::WebFullScreenManagerProxy::ExitAcceleratedCompositingMode());
139 m_page->send(Messages::WebFullScreenManagerProxy::ExitAcceleratedCompositingMode());
161 m_page->send(Messages::WebFullScreenManagerProxy::EnterAcceleratedCompositingMode(m_layerTreeContext));
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 311 m_connection->send(Messages::WebContext::AddVisitedLinkHash(linkHash), 0);
534 if (m_connection->sendSync(Messages::WebProcessProxy::ShouldTerminate(), Messages::WebProcessProxy::ShouldTerminate::Reply(shouldTerminate), 0)
693 m_connection->send(Messages::WebProcessProxy::DidDestroyFrame(frameID), 0);
756 m_connection->send(Messages::WebContext::DidGetSitesWithPluginData(sites, callbackID), 0);
778 m_connection->send(Messages::WebContext::DidClearPluginSiteData(callbackID), 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 228 Messages.Unparsed_AIDL_Errors, IMarker.SEVERITY_ERROR);
237 String msg = String.format(Messages.AIDL_Exec_Error, command[0]);
243 String msg = String.format(Messages.AIDL_Exec_Error, command[0]);
BuildHelper.java 301 Messages.ApkBuilder_Using_Default_Key);
304 String.format(Messages.ApkBuilder_Using_s_To_Sign, keystoreOsPath));
609 String msg = String.format(Messages.Proguard_Exec_Error, commandArray[0]);
612 String msg = String.format(Messages.Proguard_Exec_Error, commandArray[0]);
721 Messages.ApkBuilder_UnableBuild_Dex_Not_loaded));
739 String message = String.format(Messages.Dalvik_Error_d, res);
749 message = String.format(Messages.Dalvik_Error_s, message);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 24 import com.android.ide.eclipse.ddms.i18n.Messages;
100 new Action(Messages.LogCatView_Copy) {
108 new Action(Messages.LogCatView_Select_All) {
  /external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.cpp 69 m_webContext->sendToAllProcesses(Messages::WebProcess::CancelDownload(m_downloadID));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.cpp 42 // The timeout, in seconds, when sending sync messages to the plug-in.
140 WebProcess::shared().connection()->send(Messages::WebProcessProxy::PluginSyncMessageSendTimedOut(m_pluginPath), 0);
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/
WebResourceCacheManager.cpp 98 WebProcess::shared().connection()->send(Messages::WebResourceCacheManagerProxy::DidGetCacheOrigins(identifiers, callbackID), 0);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 86 m_page->send(Messages::WebPageProxy::StartDragDrop(imageOrigin, dragPoint, okEffect, dragData.dragDataMap(), IntSize(bitmapInfo.bmiHeader.biWidth, bitmapInfo.bmiHeader.biHeight), handle, isLink), m_page->pageID());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java 19 import com.android.ide.eclipse.ddms.i18n.Messages;
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebPageProxyCF.cpp 165 process()->send(Messages::WebPage::RestoreSession(state), m_pageID);
173 process()->send(Messages::WebPage::RestoreSessionAndNavigateToCurrentItem(state, sandboxExtensionHandle), m_pageID);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 77 send(Messages::WebPageProxy::RegisterWebProcessAccessibilityToken(dataToken));
157 WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::ExecuteSavedCommandBySelector(commands[i].commandName),
158 Messages::WebPageProxy::ExecuteSavedCommandBySelector::Reply(commandWasHandledByUIProcess), m_pageID);
185 bool sendResult = WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::InterpretQueuedKeyEvent(editorState()),
186 Messages::WebPageProxy::InterpretQueuedKeyEvent::Reply(eventWasHandled, commands), m_pageID);
531 send(Messages::WebPageProxy::DidPerformDictionaryLookup(rangeText, dictionaryPopupInfo));
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.h 119 void handleMouseEvent(const WebMouseEvent&, PassRefPtr<Messages::PluginControllerProxy::HandleMouseEvent::DelayedReply>);

Completed in 543 milliseconds

1 2 34 5