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

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm.c 48 Str255 ptitle; /* MJS */ local
49 ptitle[0] = strlen (title);
50 SDL_memcpy(ptitle+1, title, ptitle[0]); /* MJS */
52 SetWTitle(SDL_Window, ptitle); /* MJS */
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 621 StringWithDirection ptitle = m_documentLoader->title(); local
623 if (!ptitle.isNull())
624 m_client->dispatchDidReceiveTitle(ptitle);
    [all...]

Completed in 436 milliseconds