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

  /external/webkit/Source/WebCore/page/
FrameTree.cpp 149 if (frame->tree()->uniqueName().startsWith(framePathPrefix))
156 name += frame->tree()->uniqueName().string().substring(framePathPrefixLength,
157 frame->tree()->uniqueName().length() - framePathPrefixLength - framePathSuffixLength);
161 name += frame->tree()->uniqueName();
189 if (child->tree()->uniqueName() == name)
211 if (frame->tree()->uniqueName() == name)
222 if (frame->tree()->uniqueName() == name)
233 if (frame->tree()->uniqueName() == name)
FrameTree.h 43 const AtomicString& uniqueName() const { return m_uniqueName; }
  /external/webkit/Source/WebCore/loader/
HistoryController.cpp 162 LOG(Loading, "WebCoreLoading %s: saving form state to %p", m_frame->tree()->uniqueName().string().utf8().data(), item);
201 LOG(Loading, "WebCoreLoading %s: restoring form state from %p", m_frame->tree()->uniqueName().string().utf8().data(), itemToRestore);
583 String parent = parentFrame ? parentFrame->tree()->uniqueName() : "";
587 item->setTarget(m_frame->tree()->uniqueName());
722 if ((!m_frame->tree()->uniqueName().isEmpty() || !item->target().isEmpty()) && m_frame->tree()->uniqueName() != item->target())
    [all...]
ProgressTracker.cpp 106 LOG(Progress, "Progress started (%p) - frame %p(\"%s\"), value %f, tracked frames %d, originating frame %p", this, frame, frame->tree()->uniqueName().string().utf8().data(), m_progressValue, m_numProgressTrackedFrames, m_originatingProgressFrame.get());
124 LOG(Progress, "Progress completed (%p) - frame %p(\"%s\"), value %f, tracked frames %d, originating frame %p", this, frame, frame->tree()->uniqueName().string().utf8().data(), m_progressValue, m_numProgressTrackedFrames, m_originatingProgressFrame.get());
DocumentLoader.cpp 519 return ArchiveResource::create(mainResourceBuffer, r.url(), r.mimeType(), r.textEncodingName(), frame()->tree()->uniqueName());
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 495 PassRefPtr<ArchiveResource> mainResource = ArchiveResource::create(utf8Buffer(markupString), responseURL, response.mimeType(), "UTF-8", frame->tree()->uniqueName());
512 LOG_ERROR("Unabled to archive subframe %s", childFrame->tree()->uniqueName().string().utf8().data());
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 490 CString frameName = coreFrame->tree()->uniqueName().string().utf8();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 330 return m_coreFrame->tree()->uniqueName();
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 847 return d->frame->tree()->uniqueName();
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 499 return m_frame->tree()->uniqueName();
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 481 WTF::String s = sd->frame->tree()->uniqueName();
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 442 *frameName = BString(coreFrame->tree()->uniqueName()).release();
    [all...]

Completed in 1686 milliseconds