Searched refs:refresh (Results 1 - 25 of 206) sorted by last modified time

123456789

/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c518 int refresh = 1; local
532 refresh = 1;
535 refresh = 0;
540 if (refresh)
/macosx-10.9.5/apache_mod_php-87.4/
H A DMakefile417 refresh-pear:
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoader.cpp290 void FrameLoader::changeLocation(SecurityOrigin* securityOrigin, const KURL& url, const String& referrer, bool lockHistory, bool lockBackForwardList, bool refresh) argument
292 urlSelected(FrameLoadRequest(securityOrigin, ResourceRequest(url, referrer, refresh ? ReloadIgnoringCacheData : UseProtocolCachePolicy), "_self"),
H A DNavigationScheduler.cpp162 bool refresh = equalIgnoringFragmentIdentifier(frame->document()->url(), KURL(ParsedURLString, url())); local
163 frame->loader()->changeLocation(securityOrigin(), KURL(ParsedURLString, url()), referrer(), lockHistory(), lockBackForwardList(), refresh); local
316 // We want a new back/forward list item if the refresh timeout is > 1 second.
H A DFrameLoader.h116 void changeLocation(SecurityOrigin*, const KURL&, const String& referrer, bool lockHistory = true, bool lockBackForwardList = true, bool refresh = false);
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.cpp959 if (!plugin && PluginDatabase::installedPlugins()->refresh()) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebProcessProxy.cpp324 void WebProcessProxy::getPlugins(bool refresh, Vector<PluginInfo>& plugins, Vector<PluginInfo>& applicationPlugins) argument
326 if (refresh)
327 m_context->pluginInfoStore().refresh();
H A DWebProcessProxy.h148 void getPlugins(bool refresh, Vector<WebCore::PluginInfo>& plugins, Vector<WebCore::PluginInfo>& applicationPlugins);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm2332 [_private->pluginDatabase refresh];
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dresolv.rb1750 def initialize(mname, rname, serial, refresh, retry_, expire, minimum)
1754 @refresh = refresh
1779 attr_reader :refresh
1783 # failure to check for a refresh.
1801 msg.put_pack('NNNNN', @serial, @refresh, @retry, @expire, @minimum)
1807 serial, refresh, retry_, expire, minimum = msg.get_unpack('NNNNN')
1809 mname, rname, serial, refresh, retry_, expire, minimum)
H A Drubygems.rb741 def self.refresh singleton method in class:Gem
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dadmin.c822 char refresh[1024]; /* Refresh URL */ local
825 snprintf(refresh, sizeof(refresh), "5;URL=/admin/?OP=redirect&URL=/classes/%s",
827 cgiSetVariable("refresh_page", refresh);
1427 char refresh[1024]; /* Refresh URL */ local
1432 snprintf(refresh, sizeof(refresh),
1435 cgiSetVariable("refresh_page", refresh);
2999 refresh[1024]; /* Refresh URL */ local
3004 snprintf(refresh, sizeo
3086 refresh[1024]; /* Refresh URL */ local
3815 char refresh[1024]; /* Refresh URL */ local
3915 refresh[1024]; /* Refresh URL */ local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPage.cpp498 PluginData::refresh();
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c1100 mDNSlocal struct ifaddrs *myGetIfAddrs(int refresh) argument
1104 if (refresh && ifa)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DDNSCommon.c385 rd->soa.serial, rd->soa.refresh, rd->soa.retry, rd->soa.expire, rd->soa.min);
1506 rdb->soa.refresh +
1573 b1->soa.refresh == b2->soa.refresh &&
2247 ptr = putVal32(ptr, rdb->soa.refresh);
2924 rdb->soa.refresh = (mDNSu32) ((mDNSu32)ptr[0x04] << 24 | (mDNSu32)ptr[0x05] << 16 | (mDNSu32)ptr[0x06] << 8 | ptr[0x07]);
H A DmDNSEmbeddedAPI.h766 mDNSu32 refresh; // Time in seconds that a slave waits after successful replication of the database before it attempts replication again variable
1426 regState_Refresh = 5, // outstanding refresh (or target change) message
2293 mDNSs32 NextCacheCheck; // Next time to refresh cache record before it expires
/macosx-10.9.5/ntp-88/include/
H A Dntp.h318 u_long refresh; /* next refresh epoch */ member in struct:peer
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginDatabase.h56 - (void)refresh;
H A DWebPluginDatabase.mm69 [sharedDatabase refresh];
198 // we need to save a copy of the additional paths and not cause a refresh of the plugin DB
243 - (void)refresh
246 // -refresh multiple times does not bloat the default pool.
261 // Any plug-ins that were removed from disk since the last refresh should be removed from
407 // refresh. See Radars 4608487 and 4609047.
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebPlatformStrategies.mm126 [[WebPluginDatabase sharedDatabaseIfExists] refresh];
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_proto.c1236 * a successful failure and refresh the autokey values.
1269 if (current_time > peer->refresh) {
1271 "crypto refresh");
1995 peer->refresh = current_time + (1 << NTP_REFRESH);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_network.c5452 int refresh, /* -> if FALSE, we're getting the lock (for uid); if TRUE, we're refreshing the lock */
5516 if ( refresh )
5618 if ( !refresh )
5450 network_lock( uid_t uid, int refresh, struct node_entry *node) argument
H A Dwebdav_network.h179 int refresh, /* -> if FALSE, we're getting the lock (for uid); if TRUE, we're refreshing the lock */
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem.rb793 # HACK should be Gem.refresh
983 Gem.refresh
989 Gem.refresh
1002 Gem.refresh
1007 Gem.refresh
1012 Gem.refresh
/macosx-10.9.5/Libinfo-449.1.3/membership.subproj/
H A Dmembership.c418 mbr_check_membership_ext(int userid_type, const void *userid, size_t userid_size, int groupid_type, const void *groupid, int refresh, int *isMember) argument

Completed in 423 milliseconds

123456789