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

  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.cpp 383 OwnArrayPtr<char> destinationBuffer = adoptArrayPtr(new char[maxLength + 1]);
384 JSStringGetUTF8CString(destination.get(), destinationBuffer.get(), maxLength + 1);
387 controller->addURLToRedirect(originBuffer.get(), destinationBuffer.get());
    [all...]

Completed in 222 milliseconds