• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/inspector/

Lines Matching refs:ErrorString

227 void InspectorPageAgent::resourceContent(ErrorString* errorString, Frame* frame, const URL& url, String* result, bool* base64Encoded)
368 ErrorString error;
375 void InspectorPageAgent::enable(ErrorString*)
384 void InspectorPageAgent::disable(ErrorString*)
398 void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* identifier)
412 void InspectorPageAgent::removeScriptToEvaluateOnLoad(ErrorString* error, const String& identifier)
422 void InspectorPageAgent::reload(ErrorString*, const bool* const optionalIgnoreCache, const String* optionalScriptToEvaluateOnLoad)
428 void InspectorPageAgent::navigate(ErrorString*, const String& url)
500 void InspectorPageAgent::getCookies(ErrorString*, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Page::Cookie>>& cookies)
542 void InspectorPageAgent::deleteCookie(ErrorString*, const String& cookieName, const String& url)
549 void InspectorPageAgent::getResourceTree(ErrorString*, RefPtr<Inspector::TypeBuilder::Page::FrameResourceTree>& object)
554 void InspectorPageAgent::getResourceContent(ErrorString* errorString, const String& frameId, const String& url, String* content, bool* base64Encoded)
576 void InspectorPageAgent::searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>>& results)
619 void InspectorPageAgent::searchInResources(ErrorString*, const String& text, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Page::SearchResult>>& results)
648 void InspectorPageAgent::setDocumentContent(ErrorString* errorString, const String& frameId, const String& html)
662 void InspectorPageAgent::setShowPaintRects(ErrorString*, bool show)
671 void InspectorPageAgent::canShowDebugBorders(ErrorString*, bool* outParam)
676 void InspectorPageAgent::setShowDebugBorders(ErrorString*, bool show)
683 void InspectorPageAgent::canShowFPSCounter(ErrorString*, bool* outParam)
688 void InspectorPageAgent::setShowFPSCounter(ErrorString*, bool show)
696 void InspectorPageAgent::canContinuouslyPaint(ErrorString*, bool* outParam)
701 void InspectorPageAgent::setContinuousPaintingEnabled(ErrorString*, bool enabled)
709 void InspectorPageAgent::getScriptExecutionStatus(ErrorString*, InspectorPageBackendDispatcherHandler::Result::Enum* status)
730 void InspectorPageAgent::setScriptExecutionDisabled(ErrorString*, bool value)
841 Frame* InspectorPageAgent::assertFrame(ErrorString* errorString, const String& frameId)
850 DocumentLoader* InspectorPageAgent::assertDocumentLoader(ErrorString* errorString, Frame* frame)
1005 void InspectorPageAgent::setTouchEmulationEnabled(ErrorString* error, bool enabled)
1016 void InspectorPageAgent::setEmulatedMedia(ErrorString*, const String& media)
1035 void InspectorPageAgent::getCompositingBordersVisible(ErrorString*, bool* outParam)
1040 void InspectorPageAgent::setCompositingBordersVisible(ErrorString*, bool visible)
1046 void InspectorPageAgent::snapshotNode(ErrorString* errorString, int nodeId, String* outDataURL)
1066 void InspectorPageAgent::snapshotRect(ErrorString* errorString, int x, int y, int width, int height, const String& coordinateSystem, String* outDataURL)
1086 void InspectorPageAgent::handleJavaScriptDialog(ErrorString* errorString, bool accept, const String* promptText)
1092 void InspectorPageAgent::archive(ErrorString* errorString, String* data)